summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend
blob: 677f86834494a565e283017e57698e708137bee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"