From: Ting Liu <[email protected]> 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 <[email protected]> --- conf/machine/include/qoriq-default-providers.inc | 1 + .../u-boot/{u-boot_git.bb => u-boot-qoriq_git.bb} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename recipes-bsp/u-boot/{u-boot_git.bb => u-boot-qoriq_git.bb} (99%) diff --git a/conf/machine/include/qoriq-default-providers.inc b/conf/machine/include/qoriq-default-providers.inc index 824712b..b2c6c53 100644 --- a/conf/machine/include/qoriq-default-providers.inc +++ b/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/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot-qoriq_git.bb similarity index 99% rename from recipes-bsp/u-boot/u-boot_git.bb rename to recipes-bsp/u-boot/u-boot-qoriq_git.bb index bd3053f..e16438f 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/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 \ -- 1.7.9.7 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
