summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:17:36 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:19 +0800
commitcb643f7a13a50eb1ad039aa3290d15a1140f4063 (patch)
tree6502c13cfff56cba9569df83ddf405dc48f34e0d /meta-fsl-ppc
parent528285dfb196b8bdfa25c6d84eaf659b83c5cbdd (diff)
downloadmeta-freescale-cb643f7a13a50eb1ad039aa3290d15a1140f4063.tar.gz
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 <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/conf/machine/include/qoriq-default-providers.inc1
-rw-r--r--meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_git.bb (renamed from meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb)2
2 files changed, 2 insertions, 1 deletions
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 824712b9a..b2c6c5365 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 @@
1PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 1PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
2PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
2 3
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
index bd3053ff3..e16438f12 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 @@
1DESCRIPTION = "U-boot bootloader" 1DESCRIPTION = "U-boot bootloader"
2HOMEPAGE = "http://u-boot.sf.net" 2HOMEPAGE = "http://u-boot.sf.net"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PROVIDES = "virtual/bootloader" 4PROVIDES = "virtual/bootloader u-boot"
5LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" 5LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
6LIC_FILES_CHKSUM = " \ 6LIC_FILES_CHKSUM = " \
7 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \