[meta-freescale] [meta-freescale-layer][PATCH 03/18] u-boot-qoriq: remove duplicate settings with oe-core

ting.liu at nxp.com ting.liu at nxp.com
Fri Jul 15 09:35:44 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 11 ++---------
 1 file 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 cfb345e..3a1f483 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 @@
 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)"
-- 
1.9.2



More information about the meta-freescale mailing list