Oops, wrong list
On Wed, Nov 11, 2015 at 09:04:19PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > v2 - update FILESEXTRAPTHS > > recipes-kernel/linux/linux-ti-staging-rt_4.1.bb | 6 +++++- > recipes-kernel/linux/linux-ti-staging_4.1.bb | 8 ++++---- > 2 files changed, 9 insertions(+), 5 deletions(-) > > diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb > b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb > index 82e3bc7..35c4910 100644 > --- a/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb > +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb > @@ -1,5 +1,9 @@ > require linux-ti-staging_4.1.bb > > +# Look in the generic major.minor directory for files > +# This will have priority over generic non-rt path > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.1:" > + > BRANCH = "ti-rt-linux-4.1.y" > > -SRCREV = "c6d2ee60de8003e5491ab131307570581529029f" > +SRCREV = "689b0790980be1cc3eb84e435c1bc87cd1e91458" > diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb > b/recipes-kernel/linux/linux-ti-staging_4.1.bb > index 6e64b8b..afaa25c 100644 > --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb > +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb > @@ -35,7 +35,7 @@ KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb > am43x-epos-evm-hdmi.dtb am437x-gp- > KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" > KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" > KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb dra7-evm-lcd-lg.dtb > dra7-evm-lcd-osd.dtb dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd.dtb" > -KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb am57xx-evm.dtb > am572x-idk.dtb" > +KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb am57xx-evm.dtb > am572x-idk.dtb am571x-idk.dtb" > KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb > omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" > KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" > KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" > @@ -54,11 +54,11 @@ S = "${WORKDIR}/git" > > BRANCH = "ti-lsk-linux-4.1.y" > > -SRCREV = "b9280daf1340ca5a21271d560df522215e7f2d73" > -PV = "4.1.12+git${SRCPV}" > +SRCREV = "e7ce6b9cdee62083862c3d86853819d871f853de" > +PV = "4.1.13+git${SRCPV}" > > # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild > -MACHINE_KERNEL_PR_append = "b" > +MACHINE_KERNEL_PR_append = "a" > PR = "${MACHINE_KERNEL_PR}" > > KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" > -- > 2.2.0 > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
