mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-24 01:26:44 +02:00
- Ethernet, WiFi, Bluetooth, USBs are working fine but HDMI is working until U-Boot loading the kernel. Then it stop working. - Tested with core-image-base and kernel mainline 6.6.28 Signed-off-by: alperak <alperyasinak1@gmail.com>
14 lines
483 B
BlitzBasic
14 lines
483 B
BlitzBasic
require linux-mainline.inc
|
|
|
|
DESCRIPTION = "Mainline Longterm Linux kernel"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
SRC_URI[sha256sum] = "818716ed13e7dba6aaeae24e3073993e260812ed128d10272e94b922ee6d3394"
|
|
|
|
SRC_URI:append:orange-pi-prime = " \
|
|
file://0001-dts-sun50i-h5-enable-power-button-for-orange-pi-prime.patch \
|
|
file://0002-dts-sun50i-h5-orange-pi-prime-add-regulator.patch \
|
|
file://0003-dts-sun50i-h5-orange-pi-prime-add-rtl8723cs.patch \
|
|
"
|