From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 8CC7852A77 for ; Thu, 12 Nov 2015 02:05:37 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id tAC25aQL023567; Wed, 11 Nov 2015 20:05:36 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAC25aEl007800; Wed, 11 Nov 2015 20:05:36 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Wed, 11 Nov 2015 20:05:36 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAC25aim006136; Wed, 11 Nov 2015 20:05:36 -0600 Date: Wed, 11 Nov 2015 21:05:20 -0500 From: Denys Dmytriyenko To: Denys Dmytriyenko Message-ID: <20151112020520.GL3272@edge> References: <1447293861-3979-1-git-send-email-denis@denix.org> MIME-Version: 1.0 In-Reply-To: <1447293861-3979-1-git-send-email-denis@denix.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 02:05:37 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Oops, wrong list On Wed, Nov 11, 2015 at 09:04:19PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > 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 >