summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-qemux86-64/recipes-bsp/u-boot/u-boot_%.bbappend
blob: 74fa95a90ba6eb5faa4cdd0050487793d2fcbd72 (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_qemux86-64 () {
  export BUILD_ROM=y
}
UBOOT_SUFFIX_qemux86-64 = "rom"