summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:25:59 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:19 +0800
commitb46de2d97995432810f947b59691cfb04360ed14 (patch)
tree43429b1997771becd1226ed6f24ffe81d3fa1bab
parentea8e7021eacdf6b9c0476c10bc4d8ace739dae96 (diff)
downloadmeta-fsl-ppc-b46de2d97995432810f947b59691cfb04360ed14.tar.gz
linux-qoriq-sdk: rename to linux-qoriq
like linux-imx, linux-qoriq is supposed to be provided and supported by Freescale. it uses latest linux codes on git.freescale.com Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--conf/machine/include/qoriq-default-providers.inc2
-rw-r--r--recipes-kernel/linux/linux-qoriq.inc (renamed from recipes-kernel/linux/linux-qoriq-sdk.inc)0
-rw-r--r--recipes-kernel/linux/linux-qoriq_3.12.bb (renamed from recipes-kernel/linux/linux-qoriq-sdk_3.12.bb)2
3 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-default-providers.inc b/conf/machine/include/qoriq-default-providers.inc
index b2c6c53..25197da 100644
--- a/conf/machine/include/qoriq-default-providers.inc
+++ b/conf/machine/include/qoriq-default-providers.inc
@@ -1,3 +1,3 @@
1PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 1PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
2PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 2PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
3 3
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq.inc
index 00fe526..00fe526 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq.inc
diff --git a/recipes-kernel/linux/linux-qoriq-sdk_3.12.bb b/recipes-kernel/linux/linux-qoriq_3.12.bb
index 881180a..5d9a1f0 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk_3.12.bb
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bb
@@ -1,4 +1,4 @@
1require recipes-kernel/linux/linux-qoriq-sdk.inc 1require recipes-kernel/linux/linux-qoriq.inc
2 2
3SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ 3SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
4 file://powerpc-Fix-64-bit-builds-with-binutils-2.24.patch \ 4 file://powerpc-Fix-64-bit-builds-with-binutils-2.24.patch \