Module: meta-ti Branch: master Commit: 54d48a8dd27fa749aee4d7e2edd0ba288a7088de URL: http://arago-project.org/git/meta-ti.git?a=commit;h=54d48a8dd27fa749aee4d7e2edd0ba288a7088de
Author: Chase Maupin <[email protected]> Date: Mon Mar 11 15:03:34 2013 -0500 linux-ti-staging: package all dtb files for ti33x * For the ti33x SOC_FAMILY device package the dtb files for all of the am335x boards instead of just the single EVM file. Signed-off-by: Chase Maupin <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/linux/linux-ti-staging_git.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 5f4a05d..f6fa6d2 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -12,7 +12,9 @@ require recipes-kernel/linux/setup-defconfig.inc # for ti33x SOC_FAMILY devices DEPENDS_ti33x += "am33x-cm3" -KERNEL_DEVICETREE_am335x-evm = "arch/arm/boot/dts/am335x-evm.dts" +# Default is to package all dts files for ti33x devices unless building +# for the specific beaglebone machine. +KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" COMPATIBLE_MACHINE = "ti33x" @@ -25,7 +27,7 @@ SRCREV = "d26595a42220789b81a9d243e2fc0837c7776360" PV = "3.8.2" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" SRC_URI = "git://gitorious.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ file://defconfig \ _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
