]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-qoriq: remove duplicate settings with oe-core
authorTing Liu <ting.liu@nxp.com>
Fri, 15 Jul 2016 16:35:44 +0000 (00:35 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 22 Jul 2016 14:34:12 +0000 (11:34 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb

index cfb345edd80398f404d7b68fe4e2cc1f3b8cb144..3a1f483c926b2c07deaf4c161a97669e8a9f36e3 100644 (file)
@@ -1,10 +1,8 @@
 require recipes-bsp/u-boot/u-boot.inc
 inherit fsl-u-boot-localversion
 
-DESCRIPTION = "U-boot provided by Freescale with focus on QorIQ boards"
-HOMEPAGE = "http://u-boot.sf.net"
-SECTION = "bootloaders"
-PROVIDES = "virtual/bootloader u-boot"
+DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards"
+PROVIDES += "u-boot"
 LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
 LIC_FILES_CHKSUM = " \
     file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
@@ -20,8 +18,6 @@ DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc"
 DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
 DEPENDS_append_qoriq-ppc = " boot-format-native"
 
-inherit deploy
-
 SRCBRANCH = "sdk-v2.0.x"
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
     file://fix-build-error-under-gcc6.patch \
@@ -47,8 +43,6 @@ python () {
 
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 LOCALVERSION = "${@d.getVar('SDK_VERSION', True).partition(' ')[0]}"
 
 S = "${WORKDIR}/git"
@@ -84,5 +78,4 @@ do_compile_append_qoriq () {
 
 PACKAGES += "${PN}-images"
 FILES_${PN}-images += "/boot"
-
 COMPATIBLE_MACHINE = "(qoriq)"