From 33807817cb2fdc42bc6d0c0ea3b4fd5de3efa298 Mon Sep 17 00:00:00 2001 From: "Maupin, Chase" Date: Thu, 22 May 2014 22:16:14 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- ...-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch | 0 .../{linux-ti-staging => linux-ti-staging-3.12}/baseport.cfg | 0 .../connectivity.cfg | 0 .../{linux-ti-staging => linux-ti-staging-3.12}/defconfig | 0 .../linux/{linux-ti-staging => linux-ti-staging-3.12}/ipc.cfg | 0 .../{linux-ti-staging => linux-ti-staging-3.12}/systest.cfg | 0 recipes-kernel/linux/linux-ti-staging_3.12.bb | 3 +++ 7 files changed, 3 insertions(+) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch (100%) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/baseport.cfg (100%) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/connectivity.cfg (100%) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/defconfig (100%) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/ipc.cfg (100%) rename recipes-kernel/linux/{linux-ti-staging => linux-ti-staging-3.12}/systest.cfg (100%) 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/0001-Not-for-merge-ARM-config-omap-Disable-SMP-for-AM335x.patch rename to 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/baseport.cfg rename to 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/connectivity.cfg rename to 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/defconfig rename to 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/ipc.cfg rename to 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 similarity index 100% rename from recipes-kernel/linux/linux-ti-staging/systest.cfg rename to 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 require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/setup-defconfig.inc +# Look in the generic major.minor directory for files +FILESEXTRAPATHS_append := "${THISDIR}/${PN}-3.12:" + # Pull in the devicetree files into the rootfs RDEPENDS_kernel-base += "kernel-devicetree"