diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb index cfb345edd..3a1f483c9 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | require recipes-bsp/u-boot/u-boot.inc | 1 | require recipes-bsp/u-boot/u-boot.inc |
| 2 | inherit fsl-u-boot-localversion | 2 | inherit fsl-u-boot-localversion |
| 3 | 3 | ||
| 4 | DESCRIPTION = "U-boot provided by Freescale with focus on QorIQ boards" | 4 | DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards" |
| 5 | HOMEPAGE = "http://u-boot.sf.net" | 5 | PROVIDES += "u-boot" |
| 6 | SECTION = "bootloaders" | ||
| 7 | PROVIDES = "virtual/bootloader u-boot" | ||
| 8 | LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" | 6 | LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" |
| 9 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
| 10 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 8 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| @@ -20,8 +18,6 @@ DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" | |||
| 20 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 18 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" |
| 21 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 19 | DEPENDS_append_qoriq-ppc = " boot-format-native" |
| 22 | 20 | ||
| 23 | inherit deploy | ||
| 24 | |||
| 25 | SRCBRANCH = "sdk-v2.0.x" | 21 | SRCBRANCH = "sdk-v2.0.x" |
| 26 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \ | 22 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \ |
| 27 | file://fix-build-error-under-gcc6.patch \ | 23 | file://fix-build-error-under-gcc6.patch \ |
| @@ -47,8 +43,6 @@ python () { | |||
| 47 | 43 | ||
| 48 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 44 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
| 49 | 45 | ||
| 50 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 51 | |||
| 52 | LOCALVERSION = "${@d.getVar('SDK_VERSION', True).partition(' ')[0]}" | 46 | LOCALVERSION = "${@d.getVar('SDK_VERSION', True).partition(' ')[0]}" |
| 53 | 47 | ||
| 54 | S = "${WORKDIR}/git" | 48 | S = "${WORKDIR}/git" |
| @@ -84,5 +78,4 @@ do_compile_append_qoriq () { | |||
| 84 | 78 | ||
| 85 | PACKAGES += "${PN}-images" | 79 | PACKAGES += "${PN}-images" |
| 86 | FILES_${PN}-images += "/boot" | 80 | FILES_${PN}-images += "/boot" |
| 87 | |||
| 88 | COMPATIBLE_MACHINE = "(qoriq)" | 81 | COMPATIBLE_MACHINE = "(qoriq)" |
