summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend')
-rw-r--r--external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend b/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend
new file mode 100644
index 00000000..677f8683
--- /dev/null
+++ b/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -0,0 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+DEPENDS += "swig-native"
+
+SRC_URI +=" \
+ file://0001-Set-up-environment-for-OSTree-integration.patch \
+ "
+
+# fix after default security flags in poky
+TOOLCHAIN_OPTIONS_append = "${SECURITY_NOPIE_CFLAGS}"
+
+do_compile_prepend() {
+ export BUILD_ROM=y
+}
+UBOOT_SUFFIX = "rom"