[meta-lsi] [PATCH 84/86] linux-yocto: Reorganize and update LSI PUBLIC repos

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:36:32 PDT 2014


- Reorganize linux-yocto inc files for GitHub public repos by setting
  LSI_KERNEL_TAG and LINUX_VERSION variable in specific lsi-public*.inc
- Update LSI_KERNEL_TAG, LINUX_VERSION and SRCREV to build the latest
  released kernels from the public 3.10 repository - tag 8.8.1.33.

Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
 recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 2 --
 recipes-kernel/linux/linux-yocto-rt_3.4.bbappend  | 2 --
 recipes-kernel/linux/linux-yocto_3.10.bbappend    | 2 --
 recipes-kernel/linux/linux-yocto_3.4.bbappend     | 3 ---
 recipes-kernel/linux/lsi-public-rt_3.10.inc       | 5 ++++-
 recipes-kernel/linux/lsi-public-rt_3.4.inc        | 3 +++
 recipes-kernel/linux/lsi-public_3.10.inc          | 5 ++++-
 recipes-kernel/linux/lsi-public_3.4.inc           | 3 +++
 8 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index 761720c..3435337 100644
--- a/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -1,8 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.10/${KARCH}:${THISDIR}:${THISDIR}/patch:"
 
-LSI_KERNEL_TAG = "8.8.1.30"
 LINUX_KERNEL_TYPE = "preempt-rt"
-LINUX_VERSION = "3.10.38-${LSI_KERNEL_TAG}"
 LSI_SRC ?= "linux-yocto"
 KV = "3.10"
 
diff --git a/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index ebbb691..c941a5c 100644
--- a/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -1,8 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.4/${KARCH}:${THISDIR}:"
 
-LSI_KERNEL_TAG = "7.8.1.39"
 LINUX_KERNEL_TYPE = "preempt-rt"
-LINUX_VERSION = "3.4.88-${LSI_KERNEL_TAG}"
 LSI_SRC ?= "linux-yocto"
 KV = "3.4"
 
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 1c93cbb..255f922 100644
--- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,8 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.10/${KARCH}:${THISDIR}:${THISDIR}/patch:"
 
-LSI_KERNEL_TAG = "8.8.1.30"
 LINUX_KERNEL_TYPE = "standard"
-LINUX_VERSION = "3.10.38-${LSI_KERNEL_TAG}"
 LSI_SRC ?= "linux-yocto"
 KV = "3.10"
 
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 4c19b0b..3376a43 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,9 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.4/${KARCH}:${THISDIR}:"
 
 LINUX_KERNEL_TYPE = "standard"
-
-LSI_KERNEL_TAG = "7.8.1.39"
-LINUX_VERSION = "3.4.88-${LSI_KERNEL_TAG}"
 LSI_SRC ?= "linux-yocto"
 KV = "3.4"
 
diff --git a/recipes-kernel/linux/lsi-public-rt_3.10.inc b/recipes-kernel/linux/lsi-public-rt_3.10.inc
index 4191e9a..5e0f60c 100644
--- a/recipes-kernel/linux/lsi-public-rt_3.10.inc
+++ b/recipes-kernel/linux/lsi-public-rt_3.10.inc
@@ -1,8 +1,11 @@
 
 require linux-yocto.inc
 
+LSI_KERNEL_TAG = "8.8.1.33"
+LINUX_VERSION = "3.10.38-${LSI_KERNEL_TAG}"
+
 KBRANCH = "standard/preempt-rt/lsi/base"
 KREPO = "git://github.com/lsigithub/lsi_axxia_yocto_public_3.10.git"
 
-SRCREV_machine="dcf374a15a797b9061895e9bf9189fb3c3faf219"
+SRCREV_machine="4ebe5ee757562dc1b2530dccf775ff55a28d570a"
 SRCREV_meta="1eb79862c2959cfa305773e7f785d6d1810bf190"
diff --git a/recipes-kernel/linux/lsi-public-rt_3.4.inc b/recipes-kernel/linux/lsi-public-rt_3.4.inc
index f278a6a..ea343c1 100644
--- a/recipes-kernel/linux/lsi-public-rt_3.4.inc
+++ b/recipes-kernel/linux/lsi-public-rt_3.4.inc
@@ -1,6 +1,9 @@
 
 require linux-yocto.inc
 
+LSI_KERNEL_TAG = "7.8.1.39"
+LINUX_VERSION = "3.4.88-${LSI_KERNEL_TAG}"
+
 KBRANCH = "standard/preempt-rt/lsi/base"
 KREPO = "git://github.com/lsigithub/lsi_axxia_yocto_public.git"
 
diff --git a/recipes-kernel/linux/lsi-public_3.10.inc b/recipes-kernel/linux/lsi-public_3.10.inc
index 905e411..e1e8a5c 100644
--- a/recipes-kernel/linux/lsi-public_3.10.inc
+++ b/recipes-kernel/linux/lsi-public_3.10.inc
@@ -1,8 +1,11 @@
 
 require linux-yocto.inc
 
+LSI_KERNEL_TAG = "8.8.1.33"
+LINUX_VERSION = "3.10.38-${LSI_KERNEL_TAG}"
+
 KBRANCH = "standard/lsi/base"
 KREPO = "git://github.com/lsigithub/lsi_axxia_yocto_public_3.10.git"
 
-SRCREV_machine="66e4396c55c4ebb0e3cbd4505fe41a8a1791a9eb"
+SRCREV_machine="8ac4827b975dd1047d94a5bd8d8790c50d60bb07"
 SRCREV_meta="1eb79862c2959cfa305773e7f785d6d1810bf190"
diff --git a/recipes-kernel/linux/lsi-public_3.4.inc b/recipes-kernel/linux/lsi-public_3.4.inc
index c48f5e7..b33040f 100644
--- a/recipes-kernel/linux/lsi-public_3.4.inc
+++ b/recipes-kernel/linux/lsi-public_3.4.inc
@@ -1,6 +1,9 @@
 
 require linux-yocto.inc
 
+LSI_KERNEL_TAG = "7.8.1.39"
+LINUX_VERSION = "3.4.88-${LSI_KERNEL_TAG}"
+
 KBRANCH = "standard/lsi/base"
 KREPO = "git://github.com/lsigithub/lsi_axxia_yocto_public.git"
 
-- 
1.8.1.4



More information about the meta-lsi mailing list