* Add the kernel and u-boot release tag to the sources.
Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
.../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
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago