diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ota_2015.07.bb')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ota_2015.07.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ota_2015.07.bb b/recipes-bsp/u-boot/u-boot-ota_2015.07.bb deleted file mode 100644 index ab5d403..0000000 --- a/recipes-bsp/u-boot/u-boot-ota_2015.07.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | include recipes-bsp/u-boot/u-boot.inc | ||
| 2 | DEPENDS += "dtc-native" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | ||
| 6 | |||
| 7 | # This revision corresponds to the tag "v2015.07" | ||
| 8 | # We use the revision in order to avoid having to fetch it from the | ||
| 9 | # repo during parse | ||
| 10 | SRCREV = "baba2f57e8f4ed3fa67fe213d22da0de5e00f204" | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-Set-up-environment-for-OSTree-integration.patch \ | ||
| 13 | file://0002-Replace-wraps-with-built-in-code-to-remove-dependenc.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | PV = "v2015.07+git${SRCPV}" | ||
| 17 | |||
| 18 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline " | ||
| 19 | EXTRA_OEMAKE_append_qemux86 = " BUILD_ROM=y" | ||
| 20 | EXTRA_OEMAKE_append_qemux86-64 = " BUILD_ROM=y" | ||
| 21 | |||
| 22 | UBOOT_SUFFIX = "bin" | ||
| 23 | UBOOT_SUFFIX_qemux86 = "rom" | ||
| 24 | UBOOT_SUFFIX_qemux86-64 = "rom" | ||
