From: Ting Liu Date: Fri, 11 Jul 2014 06:17:36 +0000 (-0500) Subject: u-boot: rename to u-boot-qoriq X-Git-Tag: 2.1~534^2~117 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cb643f7a13a50eb1ad039aa3290d15a1140f4063;p=meta-freescale.git u-boot: rename to u-boot-qoriq like u-boot-imx, u-boot-qoriq is supposed to be provided and supported by Freescale. it uses latest u-boot codes on git.freescale.com Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc b/meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc index 824712b9..b2c6c536 100644 --- a/meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc +++ b/meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc @@ -1,2 +1,3 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" +PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" diff --git a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_git.bb similarity index 99% rename from meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb rename to meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_git.bb index bd3053ff..e16438f1 100644 --- a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "U-boot bootloader" HOMEPAGE = "http://u-boot.sf.net" SECTION = "bootloaders" -PROVIDES = "virtual/bootloader" +PROVIDES = "virtual/bootloader 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 \