]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: rename to u-boot-qoriq
authorTing Liu <b28495@freescale.com>
Fri, 11 Jul 2014 06:17:36 +0000 (01:17 -0500)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 15 Jul 2014 06:13:19 +0000 (14:13 +0800)
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 <b28495@freescale.com>
meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc
meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_git.bb [moved from meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb with 99% similarity]

index 824712b9a586a87c72f753607e46bd8e98c2869a..b2c6c536532f765edabbd980625839ec0cc1bbf8 100644 (file)
@@ -1,2 +1,3 @@
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
+PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
 
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 bd3053ff325db7922ed4df03950e84dab0648734..e16438f12cf22f8ef41e2a382512ae79f81f093f 100644 (file)
@@ -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 \