[meta-lsi] [PATCH 52/86] linux-yocto: For 3.4 use PUBLIC GitHub repo
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Oct 29 08:36:00 PDT 2014
From: Paul Butler <paul.butler at windriver.com>
- Changes SRC_URI for 3.4 Kernel to use public github repo instead of
private repo.
- For 3.4 kernel-dev subpackage, skip QA check.
- For 3.4 kernel, update LINUX_VERSION from 3.4.69 to 3.4.82.
Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
recipes-kernel/linux/linux-yocto-rt_3.4.bbappend | 4 ++--
recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 ++--
recipes-kernel/linux/linux-yocto_3.4.inc | 4 +++-
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 4665fca..c2a4000 100644
--- a/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -11,8 +11,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine="${AUTOREV}"
SRCREV_meta="${AUTOREV}"
-SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
#SRC_URI = "git:///home/pbutler/repos/lsikernel-3.4;protocol=file;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
SRC_URI += "file://defconfig"
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 6bed0dd..dff22bc 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -11,8 +11,8 @@ LINUX_KERNEL_TYPE = "standard"
SRCREV_machine="${AUTOREV}"
SRCREV_meta="${AUTOREV}"
-SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
#SRC_URI = "git:///home/pbutler/repos/lsikernel-3.4;protocol=file;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
SRC_URI += "file://defconfig"
diff --git a/recipes-kernel/linux/linux-yocto_3.4.inc b/recipes-kernel/linux/linux-yocto_3.4.inc
index 6242c3b..43317a9 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.inc
+++ b/recipes-kernel/linux/linux-yocto_3.4.inc
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "elpaso|axm5500sim|axm5500"
KMACHINE = "${MACHINE}"
-LINUX_VERSION = "3.4.69"
+LINUX_VERSION = "3.4.82"
KMETA = "meta"
LOCALCOUNT = "0"
+
+INSANE_SKIP_kernel-dev = "debug-files"
--
1.8.1.4
More information about the meta-lsi
mailing list