* [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe.
@ 2015-05-27 12:15 Jacob Stiffler
2015-05-27 12:15 ` [PATCH 2/3] ti-framework-components: Add all files to the main package Jacob Stiffler
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Jacob Stiffler @ 2015-05-27 12:15 UTC (permalink / raw)
To: meta-ti
* This is version specific, so it should not be in a version-agnostic
include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../ti-framework-components.inc | 4 ----
.../ti-framework-components_2.26.00.01.bb | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
index f2244db..46f6cfd 100644
--- a/recipes-ti/framework-components/ti-framework-components.inc
+++ b/recipes-ti/framework-components/ti-framework-components.inc
@@ -3,13 +3,9 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/f
SECTION = "devel"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
-
require recipes-ti/includes/ti-paths.inc
require recipes-ti/includes/ti-staging.inc
-PR = "r1"
-
S = "${WORKDIR}/framework_components_${PV}"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
index 7abe793..9570678 100644
--- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
+++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
@@ -1,6 +1,9 @@
require ti-framework-components.inc
PV = "2_26_00_01"
+PR = "r1"
+
+LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-05-27 12:15 [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Jacob Stiffler
@ 2015-05-27 12:15 ` Jacob Stiffler
2015-05-29 20:05 ` Denys Dmytriyenko
2015-05-27 12:15 ` [PATCH 3/3] ti-framework-components: Add version 3.40.00.02 Jacob Stiffler
2015-05-29 20:04 ` [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Denys Dmytriyenko
2 siblings, 1 reply; 12+ messages in thread
From: Jacob Stiffler @ 2015-05-27 12:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../ti-framework-components.inc | 3 +++
.../ti-framework-components_2.26.00.01.bb | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
index 46f6cfd..b8d3f7c 100644
--- a/recipes-ti/framework-components/ti-framework-components.inc
+++ b/recipes-ti/framework-components/ti-framework-components.inc
@@ -15,3 +15,6 @@ do_install() {
cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
}
+INSANE_SKIP_${PN} = "ldflags"
+
+FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
index 9570678..1ec10b1 100644
--- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
+++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
@@ -1,11 +1,9 @@
require ti-framework-components.inc
PV = "2_26_00_01"
-PR = "r1"
+PR = "r2"
LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
-
-INSANE_SKIP_${PN} = "installed-vs-shipped"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/3] ti-framework-components: Add version 3.40.00.02.
2015-05-27 12:15 [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Jacob Stiffler
2015-05-27 12:15 ` [PATCH 2/3] ti-framework-components: Add all files to the main package Jacob Stiffler
@ 2015-05-27 12:15 ` Jacob Stiffler
2015-05-29 20:05 ` Denys Dmytriyenko
2015-05-29 20:04 ` [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Denys Dmytriyenko
2 siblings, 1 reply; 12+ messages in thread
From: Jacob Stiffler @ 2015-05-27 12:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../ti-framework-components_3.40.00.02.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
diff --git a/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
new file mode 100644
index 0000000..2dd8548
--- /dev/null
+++ b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
@@ -0,0 +1,9 @@
+require ti-framework-components.inc
+
+PV = "3_40_00_02"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://framework_components_${PV}_Manifest.html;md5=e3ce0b3e17175b7200f346d0c6dbbcc6"
+
+SRC_URI[fctarball.md5sum] = "f66cb201582e1f407b92501d64738047"
+SRC_URI[fctarball.sha256sum] = "91b0e571b8760e51e4683b44ce13ff3d2f6deb39b204e09894c30514f10c60db"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe.
2015-05-27 12:15 [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Jacob Stiffler
2015-05-27 12:15 ` [PATCH 2/3] ti-framework-components: Add all files to the main package Jacob Stiffler
2015-05-27 12:15 ` [PATCH 3/3] ti-framework-components: Add version 3.40.00.02 Jacob Stiffler
@ 2015-05-29 20:04 ` Denys Dmytriyenko
2 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:04 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
Ack
On Wed, May 27, 2015 at 08:15:45AM -0400, Jacob Stiffler wrote:
> * This is version specific, so it should not be in a version-agnostic
> include file.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../ti-framework-components.inc | 4 ----
> .../ti-framework-components_2.26.00.01.bb | 3 +++
> 2 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
> index f2244db..46f6cfd 100644
> --- a/recipes-ti/framework-components/ti-framework-components.inc
> +++ b/recipes-ti/framework-components/ti-framework-components.inc
> @@ -3,13 +3,9 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/f
> SECTION = "devel"
> LICENSE = "BSD"
>
> -LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
> -
> require recipes-ti/includes/ti-paths.inc
> require recipes-ti/includes/ti-staging.inc
>
> -PR = "r1"
> -
> S = "${WORKDIR}/framework_components_${PV}"
>
> SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
> diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> index 7abe793..9570678 100644
> --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> @@ -1,6 +1,9 @@
> require ti-framework-components.inc
>
> PV = "2_26_00_01"
> +PR = "r1"
> +
> +LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>
> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-05-27 12:15 ` [PATCH 2/3] ti-framework-components: Add all files to the main package Jacob Stiffler
@ 2015-05-29 20:05 ` Denys Dmytriyenko
2015-06-01 12:27 ` Jacob Stiffler
0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:05 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../ti-framework-components.inc | 3 +++
> .../ti-framework-components_2.26.00.01.bb | 4 +---
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
> index 46f6cfd..b8d3f7c 100644
> --- a/recipes-ti/framework-components/ti-framework-components.inc
> +++ b/recipes-ti/framework-components/ti-framework-components.inc
> @@ -15,3 +15,6 @@ do_install() {
> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
> }
>
> +INSANE_SKIP_${PN} = "ldflags"
Are there libraries in the package?
> +FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
> diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> index 9570678..1ec10b1 100644
> --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> @@ -1,11 +1,9 @@
> require ti-framework-components.inc
>
> PV = "2_26_00_01"
> -PR = "r1"
> +PR = "r2"
>
> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>
> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
> -
> -INSANE_SKIP_${PN} = "installed-vs-shipped"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/3] ti-framework-components: Add version 3.40.00.02.
2015-05-27 12:15 ` [PATCH 3/3] ti-framework-components: Add version 3.40.00.02 Jacob Stiffler
@ 2015-05-29 20:05 ` Denys Dmytriyenko
0 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2015-05-29 20:05 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
Ack
On Wed, May 27, 2015 at 08:15:47AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../ti-framework-components_3.40.00.02.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
>
> diff --git a/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
> new file mode 100644
> index 0000000..2dd8548
> --- /dev/null
> +++ b/recipes-ti/framework-components/ti-framework-components_3.40.00.02.bb
> @@ -0,0 +1,9 @@
> +require ti-framework-components.inc
> +
> +PV = "3_40_00_02"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://framework_components_${PV}_Manifest.html;md5=e3ce0b3e17175b7200f346d0c6dbbcc6"
> +
> +SRC_URI[fctarball.md5sum] = "f66cb201582e1f407b92501d64738047"
> +SRC_URI[fctarball.sha256sum] = "91b0e571b8760e51e4683b44ce13ff3d2f6deb39b204e09894c30514f10c60db"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-05-29 20:05 ` Denys Dmytriyenko
@ 2015-06-01 12:27 ` Jacob Stiffler
2015-06-01 12:56 ` Jacob Stiffler
2015-06-01 13:35 ` Denys Dmytriyenko
0 siblings, 2 replies; 12+ messages in thread
From: Jacob Stiffler @ 2015-06-01 12:27 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
> On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> .../ti-framework-components.inc | 3 +++
>> .../ti-framework-components_2.26.00.01.bb | 4 +---
>> 2 files changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
>> index 46f6cfd..b8d3f7c 100644
>> --- a/recipes-ti/framework-components/ti-framework-components.inc
>> +++ b/recipes-ti/framework-components/ti-framework-components.inc
>> @@ -15,3 +15,6 @@ do_install() {
>> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
>> }
>>
>> +INSANE_SKIP_${PN} = "ldflags"
> Are there libraries in the package?
>
DSP libraries are provided in this package.
>> +FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
>> diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>> index 9570678..1ec10b1 100644
>> --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>> +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>> @@ -1,11 +1,9 @@
>> require ti-framework-components.inc
>>
>> PV = "2_26_00_01"
>> -PR = "r1"
>> +PR = "r2"
>>
>> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>>
>> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
>> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
>> -
>> -INSANE_SKIP_${PN} = "installed-vs-shipped"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-06-01 12:27 ` Jacob Stiffler
@ 2015-06-01 12:56 ` Jacob Stiffler
2015-06-01 13:35 ` Denys Dmytriyenko
1 sibling, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2015-06-01 12:56 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
This should also only produce a ${PN}-dev package.
On 6/1/2015 8:27 AM, Jacob Stiffler wrote:
>
>
> On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
>> On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
>>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>>> ---
>>> .../ti-framework-components.inc | 3 +++
>>> .../ti-framework-components_2.26.00.01.bb | 4 +---
>>> 2 files changed, 4 insertions(+), 3 deletions(-)
>>>
>>> diff --git
>>> a/recipes-ti/framework-components/ti-framework-components.inc
>>> b/recipes-ti/framework-components/ti-framework-components.inc
>>> index 46f6cfd..b8d3f7c 100644
>>> --- a/recipes-ti/framework-components/ti-framework-components.inc
>>> +++ b/recipes-ti/framework-components/ti-framework-components.inc
>>> @@ -15,3 +15,6 @@ do_install() {
>>> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
>>> }
>>> +INSANE_SKIP_${PN} = "ldflags"
>> Are there libraries in the package?
>>
>
> DSP libraries are provided in this package.
>
>>> +FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
>>> diff --git
>>> a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>> b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>> index 9570678..1ec10b1 100644
>>> ---
>>> a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>> +++
>>> b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>> @@ -1,11 +1,9 @@
>>> require ti-framework-components.inc
>>> PV = "2_26_00_01"
>>> -PR = "r1"
>>> +PR = "r2"
>>> LIC_FILES_CHKSUM =
>>> "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>>> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
>>> SRC_URI[fctarball.sha256sum] =
>>> "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
>>> -
>>> -INSANE_SKIP_${PN} = "installed-vs-shipped"
>>> --
>>> 1.7.9.5
>>>
>>> --
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-06-01 12:27 ` Jacob Stiffler
2015-06-01 12:56 ` Jacob Stiffler
@ 2015-06-01 13:35 ` Denys Dmytriyenko
2015-06-01 14:00 ` Jacob Stiffler
1 sibling, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2015-06-01 13:35 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Jun 01, 2015 at 08:27:17AM -0400, Jacob Stiffler wrote:
>
>
> On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
> >On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
> >>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>---
> >> .../ti-framework-components.inc | 3 +++
> >> .../ti-framework-components_2.26.00.01.bb | 4 +---
> >> 2 files changed, 4 insertions(+), 3 deletions(-)
> >>
> >>diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
> >>index 46f6cfd..b8d3f7c 100644
> >>--- a/recipes-ti/framework-components/ti-framework-components.inc
> >>+++ b/recipes-ti/framework-components/ti-framework-components.inc
> >>@@ -15,3 +15,6 @@ do_install() {
> >> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
> >> }
> >>+INSANE_SKIP_${PN} = "ldflags"
> >Are there libraries in the package?
>
> DSP libraries are provided in this package.
ldflags checks for GNU_HASH in ELF libraries. It shouldn't apply to DSP libs,
right?
> >>+FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
> >>diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>index 9570678..1ec10b1 100644
> >>--- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>+++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>@@ -1,11 +1,9 @@
> >> require ti-framework-components.inc
> >> PV = "2_26_00_01"
> >>-PR = "r1"
> >>+PR = "r2"
> >> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
> >> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
> >> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
> >>-
> >>-INSANE_SKIP_${PN} = "installed-vs-shipped"
> >>--
> >>1.7.9.5
> >>
> >>--
> >>_______________________________________________
> >>meta-ti mailing list
> >>meta-ti@yoctoproject.org
> >>https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-06-01 13:35 ` Denys Dmytriyenko
@ 2015-06-01 14:00 ` Jacob Stiffler
2015-06-01 14:03 ` Denys Dmytriyenko
0 siblings, 1 reply; 12+ messages in thread
From: Jacob Stiffler @ 2015-06-01 14:00 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On 6/1/2015 9:35 AM, Denys Dmytriyenko wrote:
> On Mon, Jun 01, 2015 at 08:27:17AM -0400, Jacob Stiffler wrote:
>>
>> On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
>>> On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
>>>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>>>> ---
>>>> .../ti-framework-components.inc | 3 +++
>>>> .../ti-framework-components_2.26.00.01.bb | 4 +---
>>>> 2 files changed, 4 insertions(+), 3 deletions(-)
>>>>
>>>> diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
>>>> index 46f6cfd..b8d3f7c 100644
>>>> --- a/recipes-ti/framework-components/ti-framework-components.inc
>>>> +++ b/recipes-ti/framework-components/ti-framework-components.inc
>>>> @@ -15,3 +15,6 @@ do_install() {
>>>> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
>>>> }
>>>> +INSANE_SKIP_${PN} = "ldflags"
>>> Are there libraries in the package?
>> DSP libraries are provided in this package.
> ldflags checks for GNU_HASH in ELF libraries. It shouldn't apply to DSP libs,
> right?
>
The DSP libraries are in ELF format.
I dug a little deeper and found that this warning is not generated for
the newer 3.40 package.
For the 2.26 package, there are a couple ARM executables which trigger
the warning.
>>>> +FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
>>>> diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>> index 9570678..1ec10b1 100644
>>>> --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>> +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>> @@ -1,11 +1,9 @@
>>>> require ti-framework-components.inc
>>>> PV = "2_26_00_01"
>>>> -PR = "r1"
>>>> +PR = "r2"
>>>> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>>>> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
>>>> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
>>>> -
>>>> -INSANE_SKIP_${PN} = "installed-vs-shipped"
>>>> --
>>>> 1.7.9.5
>>>>
>>>> --
>>>> _______________________________________________
>>>> meta-ti mailing list
>>>> meta-ti@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-06-01 14:00 ` Jacob Stiffler
@ 2015-06-01 14:03 ` Denys Dmytriyenko
2015-06-01 14:32 ` Jacob Stiffler
0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2015-06-01 14:03 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Jun 01, 2015 at 10:00:47AM -0400, Jacob Stiffler wrote:
>
>
> On 6/1/2015 9:35 AM, Denys Dmytriyenko wrote:
> >On Mon, Jun 01, 2015 at 08:27:17AM -0400, Jacob Stiffler wrote:
> >>
> >>On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
> >>>On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
> >>>>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >>>>---
> >>>> .../ti-framework-components.inc | 3 +++
> >>>> .../ti-framework-components_2.26.00.01.bb | 4 +---
> >>>> 2 files changed, 4 insertions(+), 3 deletions(-)
> >>>>
> >>>>diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
> >>>>index 46f6cfd..b8d3f7c 100644
> >>>>--- a/recipes-ti/framework-components/ti-framework-components.inc
> >>>>+++ b/recipes-ti/framework-components/ti-framework-components.inc
> >>>>@@ -15,3 +15,6 @@ do_install() {
> >>>> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
> >>>> }
> >>>>+INSANE_SKIP_${PN} = "ldflags"
> >>>Are there libraries in the package?
> >>DSP libraries are provided in this package.
> >ldflags checks for GNU_HASH in ELF libraries. It shouldn't apply to DSP libs,
> >right?
> >
>
> The DSP libraries are in ELF format.
>
> I dug a little deeper and found that this warning is not generated
> for the newer 3.40 package.
>
> For the 2.26 package, there are a couple ARM executables which
> trigger the warning.
Should those executables be packaged separately in main package and the rest
in -dev?
> >>>>+FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
> >>>>diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>>>index 9570678..1ec10b1 100644
> >>>>--- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>>>+++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
> >>>>@@ -1,11 +1,9 @@
> >>>> require ti-framework-components.inc
> >>>> PV = "2_26_00_01"
> >>>>-PR = "r1"
> >>>>+PR = "r2"
> >>>> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
> >>>> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
> >>>> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
> >>>>-
> >>>>-INSANE_SKIP_${PN} = "installed-vs-shipped"
> >>>>--
> >>>>1.7.9.5
> >>>>
> >>>>--
> >>>>_______________________________________________
> >>>>meta-ti mailing list
> >>>>meta-ti@yoctoproject.org
> >>>>https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] ti-framework-components: Add all files to the main package.
2015-06-01 14:03 ` Denys Dmytriyenko
@ 2015-06-01 14:32 ` Jacob Stiffler
0 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2015-06-01 14:32 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On 6/1/2015 10:03 AM, Denys Dmytriyenko wrote:
> On Mon, Jun 01, 2015 at 10:00:47AM -0400, Jacob Stiffler wrote:
>>
>> On 6/1/2015 9:35 AM, Denys Dmytriyenko wrote:
>>> On Mon, Jun 01, 2015 at 08:27:17AM -0400, Jacob Stiffler wrote:
>>>> On 5/29/2015 4:05 PM, Denys Dmytriyenko wrote:
>>>>> On Wed, May 27, 2015 at 08:15:46AM -0400, Jacob Stiffler wrote:
>>>>>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>>>>>> ---
>>>>>> .../ti-framework-components.inc | 3 +++
>>>>>> .../ti-framework-components_2.26.00.01.bb | 4 +---
>>>>>> 2 files changed, 4 insertions(+), 3 deletions(-)
>>>>>>
>>>>>> diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
>>>>>> index 46f6cfd..b8d3f7c 100644
>>>>>> --- a/recipes-ti/framework-components/ti-framework-components.inc
>>>>>> +++ b/recipes-ti/framework-components/ti-framework-components.inc
>>>>>> @@ -15,3 +15,6 @@ do_install() {
>>>>>> cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
>>>>>> }
>>>>>> +INSANE_SKIP_${PN} = "ldflags"
>>>>> Are there libraries in the package?
>>>> DSP libraries are provided in this package.
>>> ldflags checks for GNU_HASH in ELF libraries. It shouldn't apply to DSP libs,
>>> right?
>>>
>> The DSP libraries are in ELF format.
>>
>> I dug a little deeper and found that this warning is not generated
>> for the newer 3.40 package.
>>
>> For the 2.26 package, there are a couple ARM executables which
>> trigger the warning.
> Should those executables be packaged separately in main package and the rest
> in -dev?
>
These are example applications. I'm just not too sure how well these can
stand alone in a separate package.
>>>>>> +FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
>>>>>> diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>>>> index 9570678..1ec10b1 100644
>>>>>> --- a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>>>> +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb
>>>>>> @@ -1,11 +1,9 @@
>>>>>> require ti-framework-components.inc
>>>>>> PV = "2_26_00_01"
>>>>>> -PR = "r1"
>>>>>> +PR = "r2"
>>>>>> LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
>>>>>> SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af"
>>>>>> SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048"
>>>>>> -
>>>>>> -INSANE_SKIP_${PN} = "installed-vs-shipped"
>>>>>> --
>>>>>> 1.7.9.5
>>>>>>
>>>>>> --
>>>>>> _______________________________________________
>>>>>> meta-ti mailing list
>>>>>> meta-ti@yoctoproject.org
>>>>>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-06-01 14:32 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 12:15 [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe Jacob Stiffler
2015-05-27 12:15 ` [PATCH 2/3] ti-framework-components: Add all files to the main package Jacob Stiffler
2015-05-29 20:05 ` Denys Dmytriyenko
2015-06-01 12:27 ` Jacob Stiffler
2015-06-01 12:56 ` Jacob Stiffler
2015-06-01 13:35 ` Denys Dmytriyenko
2015-06-01 14:00 ` Jacob Stiffler
2015-06-01 14:03 ` Denys Dmytriyenko
2015-06-01 14:32 ` Jacob Stiffler
2015-05-27 12:15 ` [PATCH 3/3] ti-framework-components: Add version 3.40.00.02 Jacob Stiffler
2015-05-29 20:05 ` Denys Dmytriyenko
2015-05-29 20:04 ` [PATCH 1/3] ti-framework-components: Move LIC_FILES_CHKSUM into recipe 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.