All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add release information to latest U-boot and Kernel sources.
@ 2014-01-31 21:26 Franklin S. Cooper Jr
  2014-01-31 20:06 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Franklin S. Cooper Jr @ 2014-01-31 21:26 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add the kernel and u-boot release tag to the sources.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../conf/distro/arago-source-ipk.conf              |    4 ++--
 .../u-boot/u-boot-ti-staging_2013.10.bbappend      |    5 ++++-
 .../linux/linux-ti-staging_3.12.bbappend           |    5 ++++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
index 19034b6..e3a90fc 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -116,7 +116,7 @@ SRCIPK_INSTALL_DIR_pn-x-load_beagleboard = "board-support/${P}"
 SRCIPK_PACKAGE_ARCH_pn-x-load = "${MACHINE_ARCH}"
 
 CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
-SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}"
+SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}${BSPVER}"
 SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
 SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
 
@@ -141,7 +141,7 @@ SRCIPK_INSTALL_DIR_pn-u-boot-am3517 = "board-support/u-boot-${UVER}-psp${PSPREL}
 SRCIPK_PACKAGE_ARCH_pn-u-boot-am3517 = "${MACHINE_ARCH}"
 
 CREATE_SRCIPK_pn-linux-ti-staging = "1"
-SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}"
+SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}${BSPVER}"
 SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
 SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
 
diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
index c5c5ae5..eda5feb 100644
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
@@ -1,4 +1,4 @@
-PR_append = "-arago2"
+PR_append = "-arago3"
 
 SRCREV = "${AUTOREV}"
 
@@ -11,3 +11,6 @@ do_compile_prepend() {
         echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
     fi
 }
+
+# BSPVER is used by arago-source-ipk.conf
+BSPVER = "-ti2013.12.00"
diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
index 3450a1f..45424cb 100644
--- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
@@ -1,4 +1,4 @@
-MACHINE_KERNEL_PR_append = "-arago4"
+MACHINE_KERNEL_PR_append = "-arago5"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 
@@ -8,6 +8,9 @@ SRCREV = "${AUTOREV}"
 
 KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
 
+# BSPVER is used by arago-source-ipk.conf
+BSPVER = "-ti2013.12.00"
+
 kernel_do_configure_prepend() {
     if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
     then
-- 
1.7.0.4



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

end of thread, other threads:[~2014-01-31 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 21:26 [PATCH] Add release information to latest U-boot and Kernel sources Franklin S. Cooper Jr
2014-01-31 20:06 ` 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.