All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB
@ 2015-11-12  2:04 Denys Dmytriyenko
  2015-11-12  2:04 ` [PATCH] kselftests: make machine-specific due to kernel-specific conditionals Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-11-12  2:04 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] kselftests: make machine-specific due to kernel-specific conditionals
  2015-11-12  2:04 [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
@ 2015-11-12  2:04 ` Denys Dmytriyenko
  2015-11-12  2:04 ` [PATCH] ti-ipc: update to 3.41.00.02-eng Denys Dmytriyenko
  2015-11-12  2:05 ` [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-11-12  2:04 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/kselftests/kselftests_4.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/kselftests/kselftests_4.1.bb b/recipes-kernel/kselftests/kselftests_4.1.bb
index 38cb76b..2dced11 100644
--- a/recipes-kernel/kselftests/kselftests_4.1.bb
+++ b/recipes-kernel/kselftests/kselftests_4.1.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8e
 
 S = "${WORKDIR}/linux-${PV}"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 DEPENDS = "virtual/kernel popt"
 
 inherit kernel-arch
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ti-ipc: update to 3.41.00.02-eng
  2015-11-12  2:04 [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
  2015-11-12  2:04 ` [PATCH] kselftests: make machine-specific due to kernel-specific conditionals Denys Dmytriyenko
@ 2015-11-12  2:04 ` Denys Dmytriyenko
  2015-11-12  2:05 ` [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-11-12  2:04 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/ipc/ti-ipc_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index ac899bf..e1432e0 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
 
 DEPENDS += "virtual/kernel"
 
-PV = "3.40.01.08"
+PV = "3.41.00.02"
 
-BRANCH = "3.40"
+BRANCH = "ipc-next"
 SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
            file://tiipclad-daemon.sh \
            file://0001-Add-kernel-build-dir.patch \
            "
-# Commit corresponds to 3.40.01.08
-SRCREV = "239354b731b77e30a70230ebb54a31a83fc8b12f"
+# Commit corresponds to 3.41.00.02-eng
+SRCREV = "b34c8ada4ed243cd52e504bf2c6fb3451dc730f8"
 
 S = "${WORKDIR}/git"
 
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB
@ 2015-11-12  2:04 Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-11-12  2:04 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB
  2015-11-12  2:04 [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
  2015-11-12  2:04 ` [PATCH] kselftests: make machine-specific due to kernel-specific conditionals Denys Dmytriyenko
  2015-11-12  2:04 ` [PATCH] ti-ipc: update to 3.41.00.02-eng Denys Dmytriyenko
@ 2015-11-12  2:05 ` Denys Dmytriyenko
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2015-11-12  2:05 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Oops, wrong list

On Wed, Nov 11, 2015 at 09:04:19PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> 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
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-12  2:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12  2:04 [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
2015-11-12  2:04 ` [PATCH] kselftests: make machine-specific due to kernel-specific conditionals Denys Dmytriyenko
2015-11-12  2:04 ` [PATCH] ti-ipc: update to 3.41.00.02-eng Denys Dmytriyenko
2015-11-12  2:05 ` [PATCH v2] linux-ti-staging: update to 4.1.13, add am571-idk DTB Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2015-11-12  2:04 Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.