refactor + use gtk4-layer-shell 1.1.0
This commit is contained in:
13
recipes-bsp/u-boot/files/0003-correct-version.patch
Normal file
13
recipes-bsp/u-boot/files/0003-correct-version.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile
|
||||
index 493995e30..a7579f0c5 100644
|
||||
--- a/scripts/dtc/pylibfdt/Makefile
|
||||
+++ b/scripts/dtc/pylibfdt/Makefile
|
||||
@@ -17,7 +17,7 @@ quiet_cmd_pymod = PYMOD $@
|
||||
cmd_pymod = unset CROSS_COMPILE; unset CFLAGS; \
|
||||
CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
|
||||
LDFLAGS="$(HOSTLDFLAGS)" \
|
||||
- VERSION="u-boot-$(UBOOTVERSION)" \
|
||||
+ VERSION="$(UBOOTVERSION)" \
|
||||
CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \
|
||||
SOURCES="$(PYLIBFDT_srcs)" \
|
||||
SWIG_OPTS="-I$(LIBFDT_srcdir) -I$(LIBFDT_srcdir)/.." \
|
@ -11,22 +11,22 @@ DEPENDS:append = " bc-native dtc-native swig-native python3-native flex-native b
|
||||
DEPENDS:append = " atf-50i-h616 "
|
||||
|
||||
# No patches for other machines yet
|
||||
# PROVIDES = "virtual/bootloader"
|
||||
# COMPATIBLE_MACHINE = "orange-pi-zero2w"
|
||||
PROVIDES += " u-boot virtual/bootloader "
|
||||
#COMPATIBLE_MACHINE = "orange-pi-zero2w"
|
||||
|
||||
# DEFAULT_PREFERENCE_orange-pi-zero2w="1"
|
||||
|
||||
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun50i)"
|
||||
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun50i|orange-pi-zero2w)"
|
||||
DEFAULT_PREFERENCE:sun4i = "1"
|
||||
DEFAULT_PREFERENCE:sun5i = "1"
|
||||
DEFAULT_PREFERENCE:sun7i = "1"
|
||||
DEFAULT_PREFERENCE:sun8i = "1"
|
||||
DEFAULT_PREFERENCE:sun50i = "1"
|
||||
DEFAULT_PREFERENCE:orange-pi-zero2w="1"
|
||||
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/orangepi-xunlong/u-boot-orangepi.git;protocol=https;branch=v2021.07-sunxi \
|
||||
file://boot.cmd \
|
||||
file://0003-correct-version.patch \
|
||||
"
|
||||
|
||||
PE = "1"
|
||||
|
Reference in New Issue
Block a user