summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-05-22 22:16:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-23 15:01:15 -0400
commit803c7f96b710f57935f51c31f4e0a6ede0f69fe5 (patch)
tree7273341edc88e33742b816ca1f3c8b0cd5b8fa20
parent091a44e838c5276d4494d4d9b68ff54eaa81e18b (diff)
downloadmeta-ti-803c7f96b710f57935f51c31f4e0a6ede0f69fe5.tar.gz
linux-ti-staging: Make files directory version specific
* As we add the next version of the linux-ti-staging kernel there will be a different list of config fragments, removed patches, etc. For this reason it makes sense to have the file directory be version specific Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch (renamed from recipes-kernel/linux/linux-ti-staging/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/baseport.cfg (renamed from recipes-kernel/linux/linux-ti-staging/baseport.cfg)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/connectivity.cfg (renamed from recipes-kernel/linux/linux-ti-staging/connectivity.cfg)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/defconfig (renamed from recipes-kernel/linux/linux-ti-staging/defconfig)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/ipc.cfg (renamed from recipes-kernel/linux/linux-ti-staging/ipc.cfg)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging-3.12/systest.cfg (renamed from recipes-kernel/linux/linux-ti-staging/systest.cfg)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb3
7 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch b/recipes-kernel/linux/linux-ti-staging-3.12/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch
index a389e5c6..a389e5c6 100644
--- a/recipes-kernel/linux/linux-ti-staging/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch
diff --git a/recipes-kernel/linux/linux-ti-staging/baseport.cfg b/recipes-kernel/linux/linux-ti-staging-3.12/baseport.cfg
index 8dc24af4..8dc24af4 100644
--- a/recipes-kernel/linux/linux-ti-staging/baseport.cfg
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/baseport.cfg
diff --git a/recipes-kernel/linux/linux-ti-staging/connectivity.cfg b/recipes-kernel/linux/linux-ti-staging-3.12/connectivity.cfg
index bf18daeb..bf18daeb 100644
--- a/recipes-kernel/linux/linux-ti-staging/connectivity.cfg
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/connectivity.cfg
diff --git a/recipes-kernel/linux/linux-ti-staging/defconfig b/recipes-kernel/linux/linux-ti-staging-3.12/defconfig
index 926b35a5..926b35a5 100644
--- a/recipes-kernel/linux/linux-ti-staging/defconfig
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/defconfig
diff --git a/recipes-kernel/linux/linux-ti-staging/ipc.cfg b/recipes-kernel/linux/linux-ti-staging-3.12/ipc.cfg
index 645dfdfa..645dfdfa 100644
--- a/recipes-kernel/linux/linux-ti-staging/ipc.cfg
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/ipc.cfg
diff --git a/recipes-kernel/linux/linux-ti-staging/systest.cfg b/recipes-kernel/linux/linux-ti-staging-3.12/systest.cfg
index e21602f4..e21602f4 100644
--- a/recipes-kernel/linux/linux-ti-staging/systest.cfg
+++ b/recipes-kernel/linux/linux-ti-staging-3.12/systest.cfg
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index ac30ab58..dbb49b37 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -8,6 +8,9 @@ inherit kernel
8require recipes-kernel/linux/linux-dtb.inc 8require recipes-kernel/linux/linux-dtb.inc
9require recipes-kernel/linux/setup-defconfig.inc 9require recipes-kernel/linux/setup-defconfig.inc
10 10
11# Look in the generic major.minor directory for files
12FILESEXTRAPATHS_append := "${THISDIR}/${PN}-3.12:"
13
11# Pull in the devicetree files into the rootfs 14# Pull in the devicetree files into the rootfs
12RDEPENDS_kernel-base += "kernel-devicetree" 15RDEPENDS_kernel-base += "kernel-devicetree"
13 16