From: Ting Liu Date: Fri, 15 Jul 2016 16:35:44 +0000 (+0800) Subject: u-boot-qoriq: remove duplicate settings with oe-core X-Git-Tag: 2.2~373 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1e4a779ce49db1940f4585d97feb4f02bfa8c4f1;p=meta-freescale.git u-boot-qoriq: remove duplicate settings with oe-core Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- 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 cfb345ed..3a1f483c 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)"