Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] ti-sysbios: Add missing License field.
@ 2011-04-05 12:10 Siddharth Heroor
  2011-04-05 12:10 ` [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions Siddharth Heroor
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Siddharth Heroor @ 2011-04-05 12:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

From: Siddharth Heroor <heroor@ti.com>

* Sys/Bios is released under a BSD license.

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes/ti/ti-sysbios.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/ti-sysbios.inc b/recipes/ti/ti-sysbios.inc
index cf45c37..84a76a4 100644
--- a/recipes/ti/ti-sysbios.inc
+++ b/recipes/ti/ti-sysbios.inc
@@ -1,6 +1,7 @@
 DESCRIPTION = "TI SYS/BIOS v6 Kernel"
 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios"
 SECTION = "devel"
+LICENSE = "BSD"
 
 require ti-paths.inc
 require ti-staging.inc
-- 
1.7.0.4




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

* [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions.
  2011-04-05 12:10 [PATCH 1/4] ti-sysbios: Add missing License field Siddharth Heroor
@ 2011-04-05 12:10 ` Siddharth Heroor
  2011-04-05 16:42   ` Denys Dmytriyenko
  2011-04-05 12:10 ` [PATCH 3/4] ti-sysbios: Update Installer unpack commands Siddharth Heroor
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Siddharth Heroor @ 2011-04-05 12:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

From: Siddharth Heroor <heroor@ti.com>

* Newer versions of Sys/Bios have a different unpack sequence.
  This patch is in preparation for a new versions that use the
  new unpack sequence.

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes/ti/ti-sysbios_6.21.01.16.bb |    1 +
 recipes/ti/ti-sysbios_6.31.00.18.bb |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/ti-sysbios_6.21.01.16.bb b/recipes/ti/ti-sysbios_6.21.01.16.bb
index f26858a..848ae36 100644
--- a/recipes/ti/ti-sysbios_6.21.01.16.bb
+++ b/recipes/ti/ti-sysbios_6.21.01.16.bb
@@ -5,3 +5,4 @@ PV = "6_21_01_16"
 SRC_URI[sysbiosbin.md5sum] = "411cd0fac224126ed2a81e67fc79c81a"
 SRC_URI[sysbiosbin.sha256sum] = "63d2704ff294fe0834411d010d19c0a0bfd0249520f5ee5ddc2c115df2be8ddd"
 
+TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
diff --git a/recipes/ti/ti-sysbios_6.31.00.18.bb b/recipes/ti/ti-sysbios_6.31.00.18.bb
index 8bed7f4..a25c924 100644
--- a/recipes/ti/ti-sysbios_6.31.00.18.bb
+++ b/recipes/ti/ti-sysbios_6.31.00.18.bb
@@ -5,3 +5,4 @@ PV = "6_31_00_18"
 SRC_URI[sysbiosbin.md5sum] = "a37fe51f208d7cb63a6fae09d3285c69"
 SRC_URI[sysbiosbin.sha256sum] = "2d5cedffdc554e545ee9e233ba760e95b97904f6ea0ca3dbdd56a422b05e2b62"
 
+TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
-- 
1.7.0.4




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

* [PATCH 3/4] ti-sysbios: Update Installer unpack commands.
  2011-04-05 12:10 [PATCH 1/4] ti-sysbios: Add missing License field Siddharth Heroor
  2011-04-05 12:10 ` [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions Siddharth Heroor
@ 2011-04-05 12:10 ` Siddharth Heroor
  2011-04-05 16:42   ` Denys Dmytriyenko
  2011-04-05 12:10 ` [PATCH 4/4] ti-sysbios: Add version 6.31.04.27 Siddharth Heroor
  2011-04-05 16:41 ` [PATCH 1/4] ti-sysbios: Add missing License field Denys Dmytriyenko
  3 siblings, 1 reply; 9+ messages in thread
From: Siddharth Heroor @ 2011-04-05 12:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

From: Siddharth Heroor <heroor@ti.com>

* New versions of TI Sys/Bios use a different installer unpack
  command.
* Bump PR.

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes/ti/ti-sysbios.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/ti-sysbios.inc b/recipes/ti/ti-sysbios.inc
index 84a76a4..046b6fe 100644
--- a/recipes/ti/ti-sysbios.inc
+++ b/recipes/ti/ti-sysbios.inc
@@ -7,14 +7,14 @@ require ti-paths.inc
 require ti-staging.inc
 require ti-eula-unpack.inc
 
-PR = "r1"
+PR = "r2"
 
 S = "${WORKDIR}/bios_${PV}"
 
 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin"
 
 BINFILE="bios_setuplinux_${PV}.bin"
-TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
+TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
 
 do_install() {
     install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
-- 
1.7.0.4




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

* [PATCH 4/4] ti-sysbios: Add version 6.31.04.27.
  2011-04-05 12:10 [PATCH 1/4] ti-sysbios: Add missing License field Siddharth Heroor
  2011-04-05 12:10 ` [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions Siddharth Heroor
  2011-04-05 12:10 ` [PATCH 3/4] ti-sysbios: Update Installer unpack commands Siddharth Heroor
@ 2011-04-05 12:10 ` Siddharth Heroor
  2011-04-05 16:41   ` Denys Dmytriyenko
  2011-04-05 16:41 ` [PATCH 1/4] ti-sysbios: Add missing License field Denys Dmytriyenko
  3 siblings, 1 reply; 9+ messages in thread
From: Siddharth Heroor @ 2011-04-05 12:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

From: Siddharth Heroor <heroor@ti.com>


Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes/ti/ti-sysbios_6.31.04.27.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ti/ti-sysbios_6.31.04.27.bb

diff --git a/recipes/ti/ti-sysbios_6.31.04.27.bb b/recipes/ti/ti-sysbios_6.31.04.27.bb
new file mode 100644
index 0000000..619d6ff
--- /dev/null
+++ b/recipes/ti/ti-sysbios_6.31.04.27.bb
@@ -0,0 +1,6 @@
+require ti-sysbios.inc
+
+PV = "6_31_04_27"
+
+SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
+SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
-- 
1.7.0.4




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

* Re: [PATCH 4/4] ti-sysbios: Add version 6.31.04.27.
  2011-04-05 12:10 ` [PATCH 4/4] ti-sysbios: Add version 6.31.04.27 Siddharth Heroor
@ 2011-04-05 16:41   ` Denys Dmytriyenko
  2011-04-06  3:14     ` Siddharth Heroor
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2011-04-05 16:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

On Tue, Apr 05, 2011 at 05:40:04PM +0530, Siddharth Heroor wrote:
> From: Siddharth Heroor <heroor@ti.com>

Sid,

Do you need to set a COMPATIBLE_MACHINE in the recipe, by any chance?

> Signed-off-by: Siddharth Heroor <heroor@ti.com>
> ---
>  recipes/ti/ti-sysbios_6.31.04.27.bb |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/ti/ti-sysbios_6.31.04.27.bb
> 
> diff --git a/recipes/ti/ti-sysbios_6.31.04.27.bb b/recipes/ti/ti-sysbios_6.31.04.27.bb
> new file mode 100644
> index 0000000..619d6ff
> --- /dev/null
> +++ b/recipes/ti/ti-sysbios_6.31.04.27.bb
> @@ -0,0 +1,6 @@
> +require ti-sysbios.inc
> +
> +PV = "6_31_04_27"
> +
> +SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
> +SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [PATCH 1/4] ti-sysbios: Add missing License field.
  2011-04-05 12:10 [PATCH 1/4] ti-sysbios: Add missing License field Siddharth Heroor
                   ` (2 preceding siblings ...)
  2011-04-05 12:10 ` [PATCH 4/4] ti-sysbios: Add version 6.31.04.27 Siddharth Heroor
@ 2011-04-05 16:41 ` Denys Dmytriyenko
  3 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2011-04-05 16:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

On Tue, Apr 05, 2011 at 05:40:01PM +0530, Siddharth Heroor wrote:
> From: Siddharth Heroor <heroor@ti.com>
> 
> * Sys/Bios is released under a BSD license.
> 
> Signed-off-by: Siddharth Heroor <heroor@ti.com>

Acked-by: Denys Dmytriyenko <denys@ti.com>

> ---
>  recipes/ti/ti-sysbios.inc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/ti/ti-sysbios.inc b/recipes/ti/ti-sysbios.inc
> index cf45c37..84a76a4 100644
> --- a/recipes/ti/ti-sysbios.inc
> +++ b/recipes/ti/ti-sysbios.inc
> @@ -1,6 +1,7 @@
>  DESCRIPTION = "TI SYS/BIOS v6 Kernel"
>  HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios"
>  SECTION = "devel"
> +LICENSE = "BSD"
>  
>  require ti-paths.inc
>  require ti-staging.inc
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions.
  2011-04-05 12:10 ` [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions Siddharth Heroor
@ 2011-04-05 16:42   ` Denys Dmytriyenko
  0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2011-04-05 16:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

On Tue, Apr 05, 2011 at 05:40:02PM +0530, Siddharth Heroor wrote:
> From: Siddharth Heroor <heroor@ti.com>
> 
> * Newer versions of Sys/Bios have a different unpack sequence.
>   This patch is in preparation for a new versions that use the
>   new unpack sequence.
> 
> Signed-off-by: Siddharth Heroor <heroor@ti.com>

Acked-by: Denys Dmytriyenko <denys@ti.com>

> ---
>  recipes/ti/ti-sysbios_6.21.01.16.bb |    1 +
>  recipes/ti/ti-sysbios_6.31.00.18.bb |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/ti/ti-sysbios_6.21.01.16.bb b/recipes/ti/ti-sysbios_6.21.01.16.bb
> index f26858a..848ae36 100644
> --- a/recipes/ti/ti-sysbios_6.21.01.16.bb
> +++ b/recipes/ti/ti-sysbios_6.21.01.16.bb
> @@ -5,3 +5,4 @@ PV = "6_21_01_16"
>  SRC_URI[sysbiosbin.md5sum] = "411cd0fac224126ed2a81e67fc79c81a"
>  SRC_URI[sysbiosbin.sha256sum] = "63d2704ff294fe0834411d010d19c0a0bfd0249520f5ee5ddc2c115df2be8ddd"
>  
> +TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> diff --git a/recipes/ti/ti-sysbios_6.31.00.18.bb b/recipes/ti/ti-sysbios_6.31.00.18.bb
> index 8bed7f4..a25c924 100644
> --- a/recipes/ti/ti-sysbios_6.31.00.18.bb
> +++ b/recipes/ti/ti-sysbios_6.31.00.18.bb
> @@ -5,3 +5,4 @@ PV = "6_31_00_18"
>  SRC_URI[sysbiosbin.md5sum] = "a37fe51f208d7cb63a6fae09d3285c69"
>  SRC_URI[sysbiosbin.sha256sum] = "2d5cedffdc554e545ee9e233ba760e95b97904f6ea0ca3dbdd56a422b05e2b62"
>  
> +TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [PATCH 3/4] ti-sysbios: Update Installer unpack commands.
  2011-04-05 12:10 ` [PATCH 3/4] ti-sysbios: Update Installer unpack commands Siddharth Heroor
@ 2011-04-05 16:42   ` Denys Dmytriyenko
  0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2011-04-05 16:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Siddharth Heroor

On Tue, Apr 05, 2011 at 05:40:03PM +0530, Siddharth Heroor wrote:
> From: Siddharth Heroor <heroor@ti.com>
> 
> * New versions of TI Sys/Bios use a different installer unpack
>   command.
> * Bump PR.
> 
> Signed-off-by: Siddharth Heroor <heroor@ti.com>

Acked-by: Denys Dmytriyenko <denys@ti.com>

> ---
>  recipes/ti/ti-sysbios.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/ti/ti-sysbios.inc b/recipes/ti/ti-sysbios.inc
> index 84a76a4..046b6fe 100644
> --- a/recipes/ti/ti-sysbios.inc
> +++ b/recipes/ti/ti-sysbios.inc
> @@ -7,14 +7,14 @@ require ti-paths.inc
>  require ti-staging.inc
>  require ti-eula-unpack.inc
>  
> -PR = "r1"
> +PR = "r2"
>  
>  S = "${WORKDIR}/bios_${PV}"
>  
>  SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin"
>  
>  BINFILE="bios_setuplinux_${PV}.bin"
> -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> +TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
>  
>  do_install() {
>      install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [PATCH 4/4] ti-sysbios: Add version 6.31.04.27.
  2011-04-05 16:41   ` Denys Dmytriyenko
@ 2011-04-06  3:14     ` Siddharth Heroor
  0 siblings, 0 replies; 9+ messages in thread
From: Siddharth Heroor @ 2011-04-06  3:14 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Apr 5, 2011 at 10:11 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Tue, Apr 05, 2011 at 05:40:04PM +0530, Siddharth Heroor wrote:
>> From: Siddharth Heroor <heroor@ti.com>
>
> Sid,
>
> Do you need to set a COMPATIBLE_MACHINE in the recipe, by any chance?

Sys/Bios supports a large variety of the platforms including OMAP2,
OMAP3, OMAP4
etc.. Therefore, I don't think we should restrict this version to only
TI816x or TI814x. Is
it ok?

>
>> Signed-off-by: Siddharth Heroor <heroor@ti.com>
>> ---
>>  recipes/ti/ti-sysbios_6.31.04.27.bb |    6 ++++++
>>  1 files changed, 6 insertions(+), 0 deletions(-)
>>  create mode 100644 recipes/ti/ti-sysbios_6.31.04.27.bb
>>
>> diff --git a/recipes/ti/ti-sysbios_6.31.04.27.bb b/recipes/ti/ti-sysbios_6.31.04.27.bb
>> new file mode 100644
>> index 0000000..619d6ff
>> --- /dev/null
>> +++ b/recipes/ti/ti-sysbios_6.31.04.27.bb
>> @@ -0,0 +1,6 @@
>> +require ti-sysbios.inc
>> +
>> +PV = "6_31_04_27"
>> +
>> +SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
>> +SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
>> --
>> 1.7.0.4
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Sid



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

end of thread, other threads:[~2011-04-06  3:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 12:10 [PATCH 1/4] ti-sysbios: Add missing License field Siddharth Heroor
2011-04-05 12:10 ` [PATCH 2/4] ti-sysbios: Copy installer unpack to recipe versions Siddharth Heroor
2011-04-05 16:42   ` Denys Dmytriyenko
2011-04-05 12:10 ` [PATCH 3/4] ti-sysbios: Update Installer unpack commands Siddharth Heroor
2011-04-05 16:42   ` Denys Dmytriyenko
2011-04-05 12:10 ` [PATCH 4/4] ti-sysbios: Add version 6.31.04.27 Siddharth Heroor
2011-04-05 16:41   ` Denys Dmytriyenko
2011-04-06  3:14     ` Siddharth Heroor
2011-04-05 16:41 ` [PATCH 1/4] ti-sysbios: Add missing License field Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox