All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] arago-prefs: set default preferences for am437x-evm
@ 2013-08-23 20:16 Denys Dmytriyenko
  2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:16 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index b125957..49268c4 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -9,6 +9,7 @@ PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
 PREFERRED_VERSION_qt4-embedded = "4.8.4"
 PREFERRED_VERSION_qt4-native = "4.8.4"
 PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.4"
+PREFERRED_VERSION_linux-libc-headers = "3.8"
 
 # Use v4.09.00.01 of the Graphics SDK
 PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
@@ -23,6 +24,12 @@ PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"
 PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
 
+PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
+PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
+PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
+PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
+PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.09+2013.10-rc1"
+
 PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
 PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
 PREFERRED_VERSION_linux-omapl138-psp = "2.6.37"
-- 
1.8.3.2



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

* [PATCH 2/4] toolchain-linaro.inc: set default tunes for am437x-evm
  2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
@ 2013-08-23 20:16 ` Denys Dmytriyenko
  2013-08-23 20:23   ` Maupin, Chase
  2013-08-23 20:16 ` [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV Denys Dmytriyenko
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:16 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/distro/include/toolchain-linaro.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
index 45bc715..1ab13ee 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
@@ -7,6 +7,7 @@ DEFAULTTUNE = "cortexa8thf-neon"
 DEFAULTTUNE_omap-a15 = "cortexa15thf-neon"
 DEFAULTTUNE_keystone = "cortexa15thf-neon"
 DEFAULTTUNE_omap4 = "cortexa9thf-neon"
+DEFAULTTUNE_ti43x = "cortexa9thf-neon"
 
 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "external-linaro-toolchain"
 
-- 
1.8.3.2



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

* [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
  2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
@ 2013-08-23 20:16 ` Denys Dmytriyenko
  2013-08-23 20:24   ` Maupin, Chase
  2013-08-23 20:16 ` [PATCH 4/4] u-boot-ti-staging: " Denys Dmytriyenko
  2013-08-23 20:17 ` [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
  3 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:16 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../linux/linux-ti-staging_git.bbappend               | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-ti-staging_git.bbappend

diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_git.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_git.bbappend
new file mode 100644
index 0000000..a0a777c
--- /dev/null
+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_git.bbappend
@@ -0,0 +1,19 @@
+MACHINE_KERNEL_PR_append = "-arago0"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
+
+require copy-defconfig.inc
+
+SRCREV = "${AUTOREV}"
+
+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
+
+# The below lines are overlayed until the LOCALVERSION change is merged into
+# the oe-core danny branch. Update: not coming to danny, keep until dylan.
+kernel_do_configure_prepend() {
+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
+    then
+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
+    fi
+}
-- 
1.8.3.2



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

* [PATCH 4/4] u-boot-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
  2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
  2013-08-23 20:16 ` [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV Denys Dmytriyenko
@ 2013-08-23 20:16 ` Denys Dmytriyenko
  2013-08-23 20:24   ` Maupin, Chase
  2013-08-23 20:17 ` [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
  3 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:16 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend     | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend

diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend
new file mode 100644
index 0000000..754d625
--- /dev/null
+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend
@@ -0,0 +1,15 @@
+PR_append = "-arago0"
+
+SRCREV = "${AUTOREV}"
+
+UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
+
+# the lines below can be removed once the U-Boot LOCALVERSION patches are merged
+# into the oe-core danny branch. Update: not coming to danny, wait for dylan.
+do_compile_prepend() {
+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
+    then
+        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
+        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
+    fi
+}
-- 
1.8.3.2



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

* Re: [PATCH 1/4] arago-prefs: set default preferences for am437x-evm
  2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2013-08-23 20:16 ` [PATCH 4/4] u-boot-ti-staging: " Denys Dmytriyenko
@ 2013-08-23 20:17 ` Denys Dmytriyenko
  2013-08-23 20:23   ` Maupin, Chase
  3 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:17 UTC (permalink / raw)
  To: meta-arago

On Fri, Aug 23, 2013 at 04:16:39PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-arago-distro/conf/distro/include/arago-prefs.inc | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index b125957..49268c4 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -9,6 +9,7 @@ PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
>  PREFERRED_VERSION_qt4-embedded = "4.8.4"
>  PREFERRED_VERSION_qt4-native = "4.8.4"
>  PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.4"
> +PREFERRED_VERSION_linux-libc-headers = "3.8"
>  
>  # Use v4.09.00.01 of the Graphics SDK
>  PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
> @@ -23,6 +24,12 @@ PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"
>  PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"
>  PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
>  
> +PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
> +PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-staging"
> +PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-staging"
> +PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
> +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm = "2013.09+2013.10-rc1"

Yeah, this version would need to change for v2 in meta-ti...


>  PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
>  PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
>  PREFERRED_VERSION_linux-omapl138-psp = "2.6.37"
> -- 
> 1.8.3.2
> 


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

* Re: [PATCH 2/4] toolchain-linaro.inc: set default tunes for am437x-evm
  2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
@ 2013-08-23 20:23   ` Maupin, Chase
  0 siblings, 0 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-08-23 20:23 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Friday, August 23, 2013 3:17 PM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 2/4] toolchain-linaro.inc: set
>default tunes for am437x-evm
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> meta-arago-distro/conf/distro/include/toolchain-linaro.inc | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/meta-arago-distro/conf/distro/include/toolchain-
>linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-
>linaro.inc
>index 45bc715..1ab13ee 100644
>--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
>+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
>@@ -7,6 +7,7 @@ DEFAULTTUNE = "cortexa8thf-neon"
> DEFAULTTUNE_omap-a15 = "cortexa15thf-neon"
> DEFAULTTUNE_keystone = "cortexa15thf-neon"
> DEFAULTTUNE_omap4 = "cortexa9thf-neon"
>+DEFAULTTUNE_ti43x = "cortexa9thf-neon"
>
> PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate =
>"external-linaro-toolchain"
>
>--
>1.8.3.2
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 1/4] arago-prefs: set default preferences for am437x-evm
  2013-08-23 20:17 ` [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
@ 2013-08-23 20:23   ` Maupin, Chase
  0 siblings, 0 replies; 14+ messages in thread
From: Maupin, Chase @ 2013-08-23 20:23 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-arago

Acked-by: Chase Maupin <chase.maupin@ti.com>

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
>Sent: Friday, August 23, 2013 3:18 PM
>To: meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH 1/4] arago-prefs: set default
>preferences for am437x-evm
>
>On Fri, Aug 23, 2013 at 04:16:39PM -0400, Denys Dmytriyenko wrote:
>> From: Denys Dmytriyenko <denys@ti.com>
>>
>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> ---
>>  meta-arago-distro/conf/distro/include/arago-prefs.inc | 7
>+++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/meta-arago-distro/conf/distro/include/arago-
>prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> index b125957..49268c4 100644
>> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
>> @@ -9,6 +9,7 @@ PREFERRED_PROVIDER_qt4-embedded =
>"${ARAGO_QT_PROVIDER}"
>>  PREFERRED_VERSION_qt4-embedded = "4.8.4"
>>  PREFERRED_VERSION_qt4-native = "4.8.4"
>>  PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.4"
>> +PREFERRED_VERSION_linux-libc-headers = "3.8"
>>
>>  # Use v4.09.00.01 of the Graphics SDK
>>  PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
>> @@ -23,6 +24,12 @@ PREFERRED_PROVIDER_virtual/kernel_am335x-evm
>= "linux-ti-staging"
>>  PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-
>staging"
>>  PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
>>
>> +PREFERRED_VERSION_linux-libc-headers_am437x-evm = "3.8"
>> +PREFERRED_PROVIDER_virtual/kernel_am437x-evm = "linux-ti-
>staging"
>> +PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = "u-boot-ti-
>staging"
>> +PREFERRED_PROVIDER_u-boot_am437x-evm = "u-boot-ti-staging"
>> +PREFERRED_VERSION_u-boot-ti-staging_am437x-evm =
>"2013.09+2013.10-rc1"
>
>Yeah, this version would need to change for v2 in meta-ti...
>
>
>>  PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.37.2"
>>  PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-
>psp"
>>  PREFERRED_VERSION_linux-omapl138-psp = "2.6.37"
>> --
>> 1.8.3.2
>>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:16 ` [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV Denys Dmytriyenko
@ 2013-08-23 20:24   ` Maupin, Chase
  2013-08-23 20:26     ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Maupin, Chase @ 2013-08-23 20:24 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Friday, August 23, 2013 3:17 PM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
>LOCALVERSION and AUTOREV
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> .../linux/linux-ti-staging_git.bbappend               | 19
>+++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-
>ti-staging_git.bbappend
>
>diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-
>staging_git.bbappend b/meta-arago-distro/recipes-
>kernel/linux/linux-ti-staging_git.bbappend
>new file mode 100644
>index 0000000..a0a777c
>--- /dev/null
>+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-
>staging_git.bbappend
>@@ -0,0 +1,19 @@
>+MACHINE_KERNEL_PR_append = "-arago0"
>+
>+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>+
>+require copy-defconfig.inc
>+
>+SRCREV = "${AUTOREV}"
>+
>+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV',
>True).partition('+')[2][0:7]}"
>+
>+# The below lines are overlayed until the LOCALVERSION change is
>merged into
>+# the oe-core danny branch. Update: not coming to danny, keep
>until dylan.

Dylan is here.  Still needed?

>+kernel_do_configure_prepend() {
>+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
>+    then
>+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
>+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
>+    fi
>+}
>--
>1.8.3.2
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 4/4] u-boot-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:16 ` [PATCH 4/4] u-boot-ti-staging: " Denys Dmytriyenko
@ 2013-08-23 20:24   ` Maupin, Chase
  2013-08-23 20:28     ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Maupin, Chase @ 2013-08-23 20:24 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Friday, August 23, 2013 3:17 PM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 4/4] u-boot-ti-staging: enable
>LOCALVERSION and AUTOREV
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> .../recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend     | 15
>+++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-
>ti-staging_git.bbappend
>
>diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-
>staging_git.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-
>boot-ti-staging_git.bbappend
>new file mode 100644
>index 0000000..754d625
>--- /dev/null
>+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-
>staging_git.bbappend
>@@ -0,0 +1,15 @@
>+PR_append = "-arago0"
>+
>+SRCREV = "${AUTOREV}"
>+
>+UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV',
>True).partition('+')[2][0:7]}"
>+
>+# the lines below can be removed once the U-Boot LOCALVERSION
>patches are merged
>+# into the oe-core danny branch. Update: not coming to danny,
>wait for dylan.

Still needed?

>+do_compile_prepend() {
>+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
>+    then
>+        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
>+        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
>+    fi
>+}
>--
>1.8.3.2
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:24   ` Maupin, Chase
@ 2013-08-23 20:26     ` Denys Dmytriyenko
  2013-08-23 20:30       ` Maupin, Chase
  0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:26 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago

On Fri, Aug 23, 2013 at 08:24:19PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Friday, August 23, 2013 3:17 PM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> >LOCALVERSION and AUTOREV
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > .../linux/linux-ti-staging_git.bbappend               | 19
> >+++++++++++++++++++
> > 1 file changed, 19 insertions(+)
> > create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-
> >ti-staging_git.bbappend
> >
> >diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-
> >staging_git.bbappend b/meta-arago-distro/recipes-
> >kernel/linux/linux-ti-staging_git.bbappend
> >new file mode 100644
> >index 0000000..a0a777c
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-
> >staging_git.bbappend
> >@@ -0,0 +1,19 @@
> >+MACHINE_KERNEL_PR_append = "-arago0"
> >+
> >+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
> >+
> >+require copy-defconfig.inc
> >+
> >+SRCREV = "${AUTOREV}"
> >+
> >+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV',
> >True).partition('+')[2][0:7]}"
> >+
> >+# The below lines are overlayed until the LOCALVERSION change is
> >merged into
> >+# the oe-core danny branch. Update: not coming to danny, keep
> >until dylan.
> 
> Dylan is here.  Still needed?

Right, update: still not in dylan, RP didn't like it...


> >+kernel_do_configure_prepend() {
> >+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
> >+    then
> >+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
> >+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
> >+    fi
> >+}
> >--
> >1.8.3.2
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 4/4] u-boot-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:24   ` Maupin, Chase
@ 2013-08-23 20:28     ` Denys Dmytriyenko
  0 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:28 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago

On Fri, Aug 23, 2013 at 08:24:43PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Friday, August 23, 2013 3:17 PM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 4/4] u-boot-ti-staging: enable
> >LOCALVERSION and AUTOREV
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > .../recipes-bsp/u-boot/u-boot-ti-staging_git.bbappend     | 15
> >+++++++++++++++
> > 1 file changed, 15 insertions(+)
> > create mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-
> >ti-staging_git.bbappend
> >
> >diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-
> >staging_git.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-
> >boot-ti-staging_git.bbappend
> >new file mode 100644
> >index 0000000..754d625
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-
> >staging_git.bbappend
> >@@ -0,0 +1,15 @@
> >+PR_append = "-arago0"
> >+
> >+SRCREV = "${AUTOREV}"
> >+
> >+UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV',
> >True).partition('+')[2][0:7]}"
> >+
> >+# the lines below can be removed once the U-Boot LOCALVERSION
> >patches are merged
> >+# into the oe-core danny branch. Update: not coming to danny,
> >wait for dylan.
> 
> Still needed?

Neither linux kernel nor u-boot picked up LOCALVERSION patches upstream... 
Should probably remove comment altogether.


> >+do_compile_prepend() {
> >+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
> >+    then
> >+        echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
> >+        echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
> >+    fi
> >+}
> >--
> >1.8.3.2
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:26     ` Denys Dmytriyenko
@ 2013-08-23 20:30       ` Maupin, Chase
  2013-08-23 20:36         ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Maupin, Chase @ 2013-08-23 20:30 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago


>-----Original Message-----
>From: Dmytriyenko, Denys
>Sent: Friday, August 23, 2013 3:27 PM
>To: Maupin, Chase
>Cc: Denys Dmytriyenko; meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
>LOCALVERSION and AUTOREV
>
>On Fri, Aug 23, 2013 at 08:24:19PM +0000, Maupin, Chase wrote:
>> >-----Original Message-----
>> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>> >Sent: Friday, August 23, 2013 3:17 PM
>> >To: meta-arago@arago-project.org
>> >Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
>> >LOCALVERSION and AUTOREV
>> >
>> >From: Denys Dmytriyenko <denys@ti.com>
>> >
>> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> >---
>> > .../linux/linux-ti-staging_git.bbappend               | 19
>> >+++++++++++++++++++
>> > 1 file changed, 19 insertions(+)
>> > create mode 100644 meta-arago-distro/recipes-
>kernel/linux/linux-
>> >ti-staging_git.bbappend
>> >
>> >diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-
>> >staging_git.bbappend b/meta-arago-distro/recipes-
>> >kernel/linux/linux-ti-staging_git.bbappend
>> >new file mode 100644
>> >index 0000000..a0a777c
>> >--- /dev/null
>> >+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-
>> >staging_git.bbappend
>> >@@ -0,0 +1,19 @@
>> >+MACHINE_KERNEL_PR_append = "-arago0"
>> >+
>> >+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>> >+
>> >+require copy-defconfig.inc
>> >+
>> >+SRCREV = "${AUTOREV}"
>> >+
>> >+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV',
>> >True).partition('+')[2][0:7]}"
>> >+
>> >+# The below lines are overlayed until the LOCALVERSION change
>is
>> >merged into
>> >+# the oe-core danny branch. Update: not coming to danny, keep
>> >until dylan.
>>
>> Dylan is here.  Still needed?
>
>Right, update: still not in dylan, RP didn't like it...

I remember that note now.  But it was about for 1.4 release. Is he willing to take that update for the next release after dylan?  Or was there something else he was concerned about?

>
>
>> >+kernel_do_configure_prepend() {
>> >+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
>> >+    then
>> >+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
>> >+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
>> >+    fi
>> >+}
>> >--
>> >1.8.3.2
>> >
>> >_______________________________________________
>> >meta-arago mailing list
>> >meta-arago@arago-project.org
>> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:30       ` Maupin, Chase
@ 2013-08-23 20:36         ` Denys Dmytriyenko
  2013-08-23 20:37           ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:36 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago

On Fri, Aug 23, 2013 at 04:30:38PM -0400, Maupin, Chase wrote:
> 
> >-----Original Message-----
> >From: Dmytriyenko, Denys
> >Sent: Friday, August 23, 2013 3:27 PM
> >To: Maupin, Chase
> >Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> >LOCALVERSION and AUTOREV
> >
> >On Fri, Aug 23, 2013 at 08:24:19PM +0000, Maupin, Chase wrote:
> >> >-----Original Message-----
> >> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >> >Sent: Friday, August 23, 2013 3:17 PM
> >> >To: meta-arago@arago-project.org
> >> >Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> >> >LOCALVERSION and AUTOREV
> >> >
> >> >From: Denys Dmytriyenko <denys@ti.com>
> >> >
> >> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >> >---
> >> > .../linux/linux-ti-staging_git.bbappend               | 19
> >> >+++++++++++++++++++
> >> > 1 file changed, 19 insertions(+)
> >> > create mode 100644 meta-arago-distro/recipes-
> >kernel/linux/linux-
> >> >ti-staging_git.bbappend
> >> >
> >> >diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-
> >> >staging_git.bbappend b/meta-arago-distro/recipes-
> >> >kernel/linux/linux-ti-staging_git.bbappend
> >> >new file mode 100644
> >> >index 0000000..a0a777c
> >> >--- /dev/null
> >> >+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-
> >> >staging_git.bbappend
> >> >@@ -0,0 +1,19 @@
> >> >+MACHINE_KERNEL_PR_append = "-arago0"
> >> >+
> >> >+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
> >> >+
> >> >+require copy-defconfig.inc
> >> >+
> >> >+SRCREV = "${AUTOREV}"
> >> >+
> >> >+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV',
> >> >True).partition('+')[2][0:7]}"
> >> >+
> >> >+# The below lines are overlayed until the LOCALVERSION change
> >is
> >> >merged into
> >> >+# the oe-core danny branch. Update: not coming to danny, keep
> >> >until dylan.
> >>
> >> Dylan is here.  Still needed?
> >
> >Right, update: still not in dylan, RP didn't like it...
> 
> I remember that note now.  But it was about for 1.4 release. Is he willing 
> to take that update for the next release after dylan?  Or was there 
> something else he was concerned about?

We can try re-submitting it again. But last time we wasn't happy touching 
.scmversion file...


> >> >+kernel_do_configure_prepend() {
> >> >+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
> >> >+    then
> >> >+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
> >> >+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
> >> >+    fi
> >> >+}
> >> >--
> >> >1.8.3.2
> >> >
> >> >_______________________________________________
> >> >meta-arago mailing list
> >> >meta-arago@arago-project.org
> >> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV
  2013-08-23 20:36         ` Denys Dmytriyenko
@ 2013-08-23 20:37           ` Denys Dmytriyenko
  0 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 20:37 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago

On Fri, Aug 23, 2013 at 04:36:05PM -0400, Denys Dmytriyenko wrote:
> On Fri, Aug 23, 2013 at 04:30:38PM -0400, Maupin, Chase wrote:
> > 
> > >-----Original Message-----
> > >From: Dmytriyenko, Denys
> > >Sent: Friday, August 23, 2013 3:27 PM
> > >To: Maupin, Chase
> > >Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > >Subject: Re: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> > >LOCALVERSION and AUTOREV
> > >
> > >On Fri, Aug 23, 2013 at 08:24:19PM +0000, Maupin, Chase wrote:
> > >> >-----Original Message-----
> > >> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > >> >Sent: Friday, August 23, 2013 3:17 PM
> > >> >To: meta-arago@arago-project.org
> > >> >Subject: [meta-arago] [PATCH 3/4] linux-ti-staging: enable
> > >> >LOCALVERSION and AUTOREV
> > >> >
> > >> >From: Denys Dmytriyenko <denys@ti.com>
> > >> >
> > >> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >> >---
> > >> > .../linux/linux-ti-staging_git.bbappend               | 19
> > >> >+++++++++++++++++++
> > >> > 1 file changed, 19 insertions(+)
> > >> > create mode 100644 meta-arago-distro/recipes-
> > >kernel/linux/linux-
> > >> >ti-staging_git.bbappend
> > >> >
> > >> >diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-
> > >> >staging_git.bbappend b/meta-arago-distro/recipes-
> > >> >kernel/linux/linux-ti-staging_git.bbappend
> > >> >new file mode 100644
> > >> >index 0000000..a0a777c
> > >> >--- /dev/null
> > >> >+++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-
> > >> >staging_git.bbappend
> > >> >@@ -0,0 +1,19 @@
> > >> >+MACHINE_KERNEL_PR_append = "-arago0"
> > >> >+
> > >> >+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
> > >> >+
> > >> >+require copy-defconfig.inc
> > >> >+
> > >> >+SRCREV = "${AUTOREV}"
> > >> >+
> > >> >+KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV',
> > >> >True).partition('+')[2][0:7]}"
> > >> >+
> > >> >+# The below lines are overlayed until the LOCALVERSION change
> > >is
> > >> >merged into
> > >> >+# the oe-core danny branch. Update: not coming to danny, keep
> > >> >until dylan.
> > >>
> > >> Dylan is here.  Still needed?
> > >
> > >Right, update: still not in dylan, RP didn't like it...
> > 
> > I remember that note now.  But it was about for 1.4 release. Is he willing 
> > to take that update for the next release after dylan?  Or was there 
> > something else he was concerned about?
> 
> We can try re-submitting it again. But last time we wasn't happy touching 
> .scmversion file...

Sorry, "last time _he_ wasn't happy".


> > >> >+kernel_do_configure_prepend() {
> > >> >+    if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
> > >> >+    then
> > >> >+        echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion
> > >> >+        echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion
> > >> >+    fi
> > >> >+}
> > >> >--
> > >> >1.8.3.2
> > >> >
> > >> >_______________________________________________
> > >> >meta-arago mailing list
> > >> >meta-arago@arago-project.org
> > >> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > >> _______________________________________________
> > >> meta-arago mailing list
> > >> meta-arago@arago-project.org
> > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2013-08-23 20:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23 20:16 [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
2013-08-23 20:16 ` [PATCH 2/4] toolchain-linaro.inc: set default tunes " Denys Dmytriyenko
2013-08-23 20:23   ` Maupin, Chase
2013-08-23 20:16 ` [PATCH 3/4] linux-ti-staging: enable LOCALVERSION and AUTOREV Denys Dmytriyenko
2013-08-23 20:24   ` Maupin, Chase
2013-08-23 20:26     ` Denys Dmytriyenko
2013-08-23 20:30       ` Maupin, Chase
2013-08-23 20:36         ` Denys Dmytriyenko
2013-08-23 20:37           ` Denys Dmytriyenko
2013-08-23 20:16 ` [PATCH 4/4] u-boot-ti-staging: " Denys Dmytriyenko
2013-08-23 20:24   ` Maupin, Chase
2013-08-23 20:28     ` Denys Dmytriyenko
2013-08-23 20:17 ` [PATCH 1/4] arago-prefs: set default preferences for am437x-evm Denys Dmytriyenko
2013-08-23 20:23   ` Maupin, Chase

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.