Module: meta-ti Branch: master Commit: ecfdfaa6fd53c94e73e228788eeb589920bf1ad1 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=ecfdfaa6fd53c94e73e228788eeb589920bf1ad1
Author: Maupin, Chase <[email protected]> Date: Thu May 22 22:16:14 2014 +0000 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...ge-ARM-config-omap-Disable-SMP-for-AM335x.patch | 0 .../baseport.cfg | 0 .../connectivity.cfg | 0 .../defconfig | 0 .../ipc.cfg | 0 .../systest.cfg | 0 recipes-kernel/linux/linux-ti-staging_3.12.bb | 3 +++ 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 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 ac30ab5..dbb49b3 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" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
