* [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV for release
@ 2013-12-09 18:47 Denys Dmytriyenko
2013-12-09 18:47 ` [PATCH 2/2] linux-ti-staging: disable AUTOREV and use SRCREV from meta-ti " Denys Dmytriyenko
2013-12-09 22:33 ` [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV " Denys Dmytriyenko
0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-12-09 18:47 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
index 9fcc92f..eab32c0 100644
--- a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
+++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
@@ -1,9 +1,12 @@
-PR_append = "-arago3+gitr${SRCPV}"
+PR_append = "-arago4+gitr${SRCPV}"
RDEPENDS_${PN} += "linaro-pm-qa-utils"
# Auto rev so we pick up the latest changes
-SRCREV = "${AUTOREV}"
+#SRCREV = "${AUTOREV}"
+
+# Temporary disable AUTOREV for release
+SRCREV = "1a37c1b3cdcc34fcd34bc5df03e338ee074822d6"
FILES_${PN}-dbg += " \
${LTPROOT}/testcases/realtime/*/*/.debug \
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] linux-ti-staging: disable AUTOREV and use SRCREV from meta-ti for release
2013-12-09 18:47 [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV for release Denys Dmytriyenko
@ 2013-12-09 18:47 ` Denys Dmytriyenko
2013-12-09 22:33 ` [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV " Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-12-09 18:47 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 f99482c..2a6f090 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,11 +1,9 @@
-MACHINE_KERNEL_PR_append = "-arago0"
+MACHINE_KERNEL_PR_append = "-arago1"
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
require copy-defconfig.inc
-SRCREV = "${AUTOREV}"
-
KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
kernel_do_configure_prepend() {
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV for release
2013-12-09 18:47 [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV for release Denys Dmytriyenko
2013-12-09 18:47 ` [PATCH 2/2] linux-ti-staging: disable AUTOREV and use SRCREV from meta-ti " Denys Dmytriyenko
@ 2013-12-09 22:33 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-12-09 22:33 UTC (permalink / raw)
To: meta-arago
So, these 2 patches should go into ti2013.10.x branch, which will be used for
the upcoming ti2013.10.00 release (and/or any following point releases)
And, BTW, 2013.10 signifies the quarter, not the month of the release, so it's
still current in December... :)
--
Denys
On Mon, Dec 09, 2013 at 01:47:11PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
> index 9fcc92f..eab32c0 100644
> --- a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
> +++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
> @@ -1,9 +1,12 @@
> -PR_append = "-arago3+gitr${SRCPV}"
> +PR_append = "-arago4+gitr${SRCPV}"
>
> RDEPENDS_${PN} += "linaro-pm-qa-utils"
>
> # Auto rev so we pick up the latest changes
> -SRCREV = "${AUTOREV}"
> +#SRCREV = "${AUTOREV}"
> +
> +# Temporary disable AUTOREV for release
> +SRCREV = "1a37c1b3cdcc34fcd34bc5df03e338ee074822d6"
>
> FILES_${PN}-dbg += " \
> ${LTPROOT}/testcases/realtime/*/*/.debug \
> --
> 1.8.3.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-09 22:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 18:47 [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV for release Denys Dmytriyenko
2013-12-09 18:47 ` [PATCH 2/2] linux-ti-staging: disable AUTOREV and use SRCREV from meta-ti " Denys Dmytriyenko
2013-12-09 22:33 ` [PATCH 1/2] ltp-ddt: temporary disable AUTOREV and lock SRCREV " 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.