* [PATCH 2/5] ti-xdctools: update to 3.23.00.32
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
@ 2011-12-19 16:15 ` Koen Kooi
2011-12-19 19:40 ` Denys Dmytriyenko
2011-12-27 3:00 ` Peter Bigot
2011-12-19 16:15 ` [PATCH 3/5] ti-dspbios: update to 5.41.11.38 Koen Kooi
` (4 subsequent siblings)
5 siblings, 2 replies; 12+ messages in thread
From: Koen Kooi @ 2011-12-19 16:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
recipes-ti/devtools/ti-xdctools.inc | 6 +-----
recipes-ti/devtools/ti-xdctools_3.20.06.81.bb | 14 --------------
recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | 11 +++++++++++
3 files changed, 12 insertions(+), 19 deletions(-)
delete mode 100644 recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
create mode 100644 recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc
index 120ebaa..c76ad80 100644
--- a/recipes-ti/devtools/ti-xdctools.inc
+++ b/recipes-ti/devtools/ti-xdctools.inc
@@ -1,11 +1,7 @@
DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
SECTION = "devel"
-LICENSE = "BSD, GPLv2"
-
-LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=eace8fa313a140ef178ecfa0f53cc655"
-
-PR = "r2"
+LICENSE = "BSD & GPLv2"
require ../includes/ti-paths.inc
require ../includes/ti-staging.inc
diff --git a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb b/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
deleted file mode 100644
index 45bedaa..0000000
--- a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require ti-xdctools.inc
-
-PV = "3_20_06_81"
-
-# This fixes c6accel, but breaks codec-engine and lpm
-#SRC_URI += "file://arm-linker-hack.diff"
-
-SRC_URI += "file://fix-hardcoded-paths.diff"
-
-SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16"
-SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8"
-
-
-
diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
new file mode 100644
index 0000000..b2db76c
--- /dev/null
+++ b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
@@ -0,0 +1,11 @@
+require ti-xdctools.inc
+
+PV = "3_23_00_32"
+LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=49b2dfbf48860a0da844709c3ce63a9c"
+
+SRC_URI += "file://fix-hardcoded-paths.diff"
+
+SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d"
+SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5"
+
+S = "${WORKDIR}/ti/xdctools_${PV}"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 2/5] ti-xdctools: update to 3.23.00.32
2011-12-19 16:15 ` [PATCH 2/5] ti-xdctools: update to 3.23.00.32 Koen Kooi
@ 2011-12-19 19:40 ` Denys Dmytriyenko
2011-12-27 3:00 ` Peter Bigot
1 sibling, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-19 19:40 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
On Mon, Dec 19, 2011 at 05:15:37PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-ti/devtools/ti-xdctools.inc | 6 +-----
> recipes-ti/devtools/ti-xdctools_3.20.06.81.bb | 14 --------------
> recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | 11 +++++++++++
> 3 files changed, 12 insertions(+), 19 deletions(-)
> delete mode 100644 recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> create mode 100644 recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
>
> diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc
> index 120ebaa..c76ad80 100644
> --- a/recipes-ti/devtools/ti-xdctools.inc
> +++ b/recipes-ti/devtools/ti-xdctools.inc
> @@ -1,11 +1,7 @@
> DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
> HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
> SECTION = "devel"
> -LICENSE = "BSD, GPLv2"
> -
> -LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=eace8fa313a140ef178ecfa0f53cc655"
> -
> -PR = "r2"
> +LICENSE = "BSD & GPLv2"
>
> require ../includes/ti-paths.inc
> require ../includes/ti-staging.inc
> diff --git a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb b/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> deleted file mode 100644
> index 45bedaa..0000000
> --- a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require ti-xdctools.inc
> -
> -PV = "3_20_06_81"
> -
> -# This fixes c6accel, but breaks codec-engine and lpm
> -#SRC_URI += "file://arm-linker-hack.diff"
> -
> -SRC_URI += "file://fix-hardcoded-paths.diff"
> -
> -SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16"
> -SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8"
> -
> -
> -
> diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
> new file mode 100644
> index 0000000..b2db76c
> --- /dev/null
> +++ b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
> @@ -0,0 +1,11 @@
> +require ti-xdctools.inc
> +
> +PV = "3_23_00_32"
> +LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=49b2dfbf48860a0da844709c3ce63a9c"
> +
> +SRC_URI += "file://fix-hardcoded-paths.diff"
> +
> +SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d"
> +SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5"
> +
> +S = "${WORKDIR}/ti/xdctools_${PV}"
> --
> 1.7.2.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/5] ti-xdctools: update to 3.23.00.32
2011-12-19 16:15 ` [PATCH 2/5] ti-xdctools: update to 3.23.00.32 Koen Kooi
2011-12-19 19:40 ` Denys Dmytriyenko
@ 2011-12-27 3:00 ` Peter Bigot
1 sibling, 0 replies; 12+ messages in thread
From: Peter Bigot @ 2011-12-27 3:00 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
On Mon, Dec 19, 2011 at 10:15 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> recipes-ti/devtools/ti-xdctools.inc | 6 +-----
> recipes-ti/devtools/ti-xdctools_3.20.06.81.bb | 14 --------------
> recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | 11 +++++++++++
> 3 files changed, 12 insertions(+), 19 deletions(-)
> delete mode 100644 recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> create mode 100644 recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
>
> diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc
> index 120ebaa..c76ad80 100644
> --- a/recipes-ti/devtools/ti-xdctools.inc
> +++ b/recipes-ti/devtools/ti-xdctools.inc
> @@ -1,11 +1,7 @@
> DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
> HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc"
> SECTION = "devel"
> -LICENSE = "BSD, GPLv2"
> -
> -LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=eace8fa313a140ef178ecfa0f53cc655"
> -
> -PR = "r2"
> +LICENSE = "BSD & GPLv2"
>
> require ../includes/ti-paths.inc
> require ../includes/ti-staging.inc
> diff --git a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb b/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> deleted file mode 100644
> index 45bedaa..0000000
> --- a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require ti-xdctools.inc
> -
> -PV = "3_20_06_81"
> -
> -# This fixes c6accel, but breaks codec-engine and lpm
> -#SRC_URI += "file://arm-linker-hack.diff"
> -
> -SRC_URI += "file://fix-hardcoded-paths.diff"
> -
> -SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16"
> -SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8"
> -
> -
> -
> diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
> new file mode 100644
> index 0000000..b2db76c
> --- /dev/null
> +++ b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb
> @@ -0,0 +1,11 @@
> +require ti-xdctools.inc
> +
> +PV = "3_23_00_32"
> +LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=49b2dfbf48860a0da844709c3ce63a9c"
> +
> +SRC_URI += "file://fix-hardcoded-paths.diff"
When I build this one, the patch fails because there's no
packages/gnu/targets/ITarget.xs anywhere in the work area at the point
the patch is run. Which may be because the do_unpack log shows:
invalid command name "wm"
while executing
"wm state $parent"
(procedure "::InstallJammer::TransientParent" line 31)
invoked from within
"::InstallJammer::TransientParent"
(procedure "::InstallJammer::SetDialogArgs" line 5)
invoked from within
Presumably some native requirement is missing.
Peter
> +
> +SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d"
> +SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5"
> +
> +S = "${WORKDIR}/ti/xdctools_${PV}"
> --
> 1.7.2.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
* [PATCH 3/5] ti-dspbios: update to 5.41.11.38
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
2011-12-19 16:15 ` [PATCH 2/5] ti-xdctools: update to 3.23.00.32 Koen Kooi
@ 2011-12-19 16:15 ` Koen Kooi
2011-12-19 19:41 ` Denys Dmytriyenko
2011-12-19 16:15 ` [PATCH 4/5] ti-ipc: update to 1_24_00_16 Koen Kooi
` (3 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Koen Kooi @ 2011-12-19 16:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
recipes-ti/bios/ti-dspbios.inc | 5 ++---
recipes-ti/bios/ti-dspbios_5.41.07.24.bb | 8 --------
recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 7 +++++++
3 files changed, 9 insertions(+), 11 deletions(-)
delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.07.24.bb
create mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb
diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-dspbios.inc
index 4bad834..8519039 100644
--- a/recipes-ti/bios/ti-dspbios.inc
+++ b/recipes-ti/bios/ti-dspbios.inc
@@ -3,14 +3,13 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/b
SECTION = "devel"
LICENSE = "TI"
-LIC_FILES_CHKSUM = "file://docs/license/TSPA_License_Agreement_DSP_BIOS_bios_5_41_07_24.html;md5=86096a08e4088ef291c98313d82b8742"
+# We can't depend on license files to be present, so just use the TI logo
+LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39"
require ../includes/ti-paths.inc
require ../includes/ti-staging.inc
require ../includes/ti-eula-unpack.inc
-PR = "r1"
-
S = "${WORKDIR}/bios_${PV}"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
diff --git a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb b/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
deleted file mode 100644
index 536939e..0000000
--- a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require ti-dspbios.inc
-
-PV = "5_41_07_24"
-
-SRC_URI[biosbin.md5sum] = "18301d0e1d351bcece9ce97255b8ff1b"
-SRC_URI[biosbin.sha256sum] = "1531dca674154fbe179ad5017555e963bcf3d74a47a0fbf10e8a7009639d6c34"
-
-
diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
new file mode 100644
index 0000000..9e3b695
--- /dev/null
+++ b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
@@ -0,0 +1,7 @@
+require ti-dspbios.inc
+
+PV = "5_41_11_38"
+
+SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e"
+SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0"
+
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 3/5] ti-dspbios: update to 5.41.11.38
2011-12-19 16:15 ` [PATCH 3/5] ti-dspbios: update to 5.41.11.38 Koen Kooi
@ 2011-12-19 19:41 ` Denys Dmytriyenko
0 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-19 19:41 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
On Mon, Dec 19, 2011 at 05:15:38PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-ti/bios/ti-dspbios.inc | 5 ++---
> recipes-ti/bios/ti-dspbios_5.41.07.24.bb | 8 --------
> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 7 +++++++
> 3 files changed, 9 insertions(+), 11 deletions(-)
> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.07.24.bb
> create mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb
>
> diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-dspbios.inc
> index 4bad834..8519039 100644
> --- a/recipes-ti/bios/ti-dspbios.inc
> +++ b/recipes-ti/bios/ti-dspbios.inc
> @@ -3,14 +3,13 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/b
> SECTION = "devel"
> LICENSE = "TI"
>
> -LIC_FILES_CHKSUM = "file://docs/license/TSPA_License_Agreement_DSP_BIOS_bios_5_41_07_24.html;md5=86096a08e4088ef291c98313d82b8742"
> +# We can't depend on license files to be present, so just use the TI logo
> +LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39"
>
> require ../includes/ti-paths.inc
> require ../includes/ti-staging.inc
> require ../includes/ti-eula-unpack.inc
>
> -PR = "r1"
> -
> S = "${WORKDIR}/bios_${PV}"
>
> SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
> diff --git a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb b/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
> deleted file mode 100644
> index 536939e..0000000
> --- a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -require ti-dspbios.inc
> -
> -PV = "5_41_07_24"
> -
> -SRC_URI[biosbin.md5sum] = "18301d0e1d351bcece9ce97255b8ff1b"
> -SRC_URI[biosbin.sha256sum] = "1531dca674154fbe179ad5017555e963bcf3d74a47a0fbf10e8a7009639d6c34"
> -
> -
> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
> new file mode 100644
> index 0000000..9e3b695
> --- /dev/null
> +++ b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
> @@ -0,0 +1,7 @@
> +require ti-dspbios.inc
> +
> +PV = "5_41_11_38"
> +
> +SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e"
> +SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0"
> +
> --
> 1.7.2.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
* [PATCH 4/5] ti-ipc: update to 1_24_00_16
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
2011-12-19 16:15 ` [PATCH 2/5] ti-xdctools: update to 3.23.00.32 Koen Kooi
2011-12-19 16:15 ` [PATCH 3/5] ti-dspbios: update to 5.41.11.38 Koen Kooi
@ 2011-12-19 16:15 ` Koen Kooi
2011-12-19 19:42 ` Denys Dmytriyenko
2011-12-19 16:15 ` [PATCH 5/5] ti-sysbios: add 6.33.00.19 Koen Kooi
` (2 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Koen Kooi @ 2011-12-19 16:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
recipes-ti/ipc/ti-ipc_1.23.02.27.bb | 9 ---------
recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 8 ++++++++
2 files changed, 8 insertions(+), 9 deletions(-)
delete mode 100644 recipes-ti/ipc/ti-ipc_1.23.02.27.bb
create mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
diff --git a/recipes-ti/ipc/ti-ipc_1.23.02.27.bb b/recipes-ti/ipc/ti-ipc_1.23.02.27.bb
deleted file mode 100644
index 2176b13..0000000
--- a/recipes-ti/ipc/ti-ipc_1.23.02.27.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require ti-ipc.inc
-
-LIC_FILES_CHKSUM = "file://ipc_1_23_02_27_manifest.html;md5=74cbdd9a526809df81e080f19b36eec7"
-
-PV = "1_23_02_27"
-
-SRC_URI[ipcbin.md5sum] = "8c45f6a81cef62f9717335911ee1c9cd"
-SRC_URI[ipcbin.sha256sum] = "b16f29ef016819fe0632468e2f756e05508143cbc732bcaabd269571163b568e"
-
diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
new file mode 100644
index 0000000..e7ae7ef
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
@@ -0,0 +1,8 @@
+require ti-ipc.inc
+
+PV = "1_24_00_16"
+
+LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
+
+SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
+SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 4/5] ti-ipc: update to 1_24_00_16
2011-12-19 16:15 ` [PATCH 4/5] ti-ipc: update to 1_24_00_16 Koen Kooi
@ 2011-12-19 19:42 ` Denys Dmytriyenko
0 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-19 19:42 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
On Mon, Dec 19, 2011 at 05:15:39PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-ti/ipc/ti-ipc_1.23.02.27.bb | 9 ---------
> recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 8 ++++++++
> 2 files changed, 8 insertions(+), 9 deletions(-)
> delete mode 100644 recipes-ti/ipc/ti-ipc_1.23.02.27.bb
> create mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
>
> diff --git a/recipes-ti/ipc/ti-ipc_1.23.02.27.bb b/recipes-ti/ipc/ti-ipc_1.23.02.27.bb
> deleted file mode 100644
> index 2176b13..0000000
> --- a/recipes-ti/ipc/ti-ipc_1.23.02.27.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -require ti-ipc.inc
> -
> -LIC_FILES_CHKSUM = "file://ipc_1_23_02_27_manifest.html;md5=74cbdd9a526809df81e080f19b36eec7"
> -
> -PV = "1_23_02_27"
> -
> -SRC_URI[ipcbin.md5sum] = "8c45f6a81cef62f9717335911ee1c9cd"
> -SRC_URI[ipcbin.sha256sum] = "b16f29ef016819fe0632468e2f756e05508143cbc732bcaabd269571163b568e"
> -
> diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> new file mode 100644
> index 0000000..e7ae7ef
> --- /dev/null
> +++ b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> @@ -0,0 +1,8 @@
> +require ti-ipc.inc
> +
> +PV = "1_24_00_16"
> +
> +LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
> +
> +SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
> +SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
> --
> 1.7.2.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
* [PATCH 5/5] ti-sysbios: add 6.33.00.19
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
` (2 preceding siblings ...)
2011-12-19 16:15 ` [PATCH 4/5] ti-ipc: update to 1_24_00_16 Koen Kooi
@ 2011-12-19 16:15 ` Koen Kooi
2011-12-19 19:42 ` Denys Dmytriyenko
2011-12-19 19:37 ` [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Denys Dmytriyenko
2011-12-19 23:22 ` Andreas Müller
5 siblings, 1 reply; 12+ messages in thread
From: Koen Kooi @ 2011-12-19 16:15 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
recipes-ti/bios/ti-sysbios_6.31.04.27.bb | 8 --------
recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 +++++++++
2 files changed, 9 insertions(+), 8 deletions(-)
delete mode 100644 recipes-ti/bios/ti-sysbios_6.31.04.27.bb
create mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb
diff --git a/recipes-ti/bios/ti-sysbios_6.31.04.27.bb b/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
deleted file mode 100644
index 107affd..0000000
--- a/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require ti-sysbios.inc
-
-PV = "6_31_04_27"
-LIC_FILES_CHKSUM = "file://sysbios_6_31_04_27_manifest.html;md5=36efea2939274c46b73f5e170abaffcb"
-
-SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
-SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
-
diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
new file mode 100644
index 0000000..4e2b445
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
@@ -0,0 +1,9 @@
+require ti-sysbios.inc
+
+PV = "6_33_00_19"
+LIC_FILES_CHKSUM = "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f5e"
+
+SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908"
+SRC_URI[sysbiosbin.sha256sum] = "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121ec"
+
+S = "${WORKDIR}/ti/bios_${PV}"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 5/5] ti-sysbios: add 6.33.00.19
2011-12-19 16:15 ` [PATCH 5/5] ti-sysbios: add 6.33.00.19 Koen Kooi
@ 2011-12-19 19:42 ` Denys Dmytriyenko
0 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-19 19:42 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
On Mon, Dec 19, 2011 at 05:15:40PM +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-ti/bios/ti-sysbios_6.31.04.27.bb | 8 --------
> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 +++++++++
> 2 files changed, 9 insertions(+), 8 deletions(-)
> delete mode 100644 recipes-ti/bios/ti-sysbios_6.31.04.27.bb
> create mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb
>
> diff --git a/recipes-ti/bios/ti-sysbios_6.31.04.27.bb b/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
> deleted file mode 100644
> index 107affd..0000000
> --- a/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -require ti-sysbios.inc
> -
> -PV = "6_31_04_27"
> -LIC_FILES_CHKSUM = "file://sysbios_6_31_04_27_manifest.html;md5=36efea2939274c46b73f5e170abaffcb"
> -
> -SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
> -SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
> -
> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
> new file mode 100644
> index 0000000..4e2b445
> --- /dev/null
> +++ b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
> @@ -0,0 +1,9 @@
> +require ti-sysbios.inc
> +
> +PV = "6_33_00_19"
> +LIC_FILES_CHKSUM = "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f5e"
> +
> +SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908"
> +SRC_URI[sysbiosbin.sha256sum] = "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121ec"
> +
> +S = "${WORKDIR}/ti/bios_${PV}"
> --
> 1.7.2.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 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine.
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
` (3 preceding siblings ...)
2011-12-19 16:15 ` [PATCH 5/5] ti-sysbios: add 6.33.00.19 Koen Kooi
@ 2011-12-19 19:37 ` Denys Dmytriyenko
2011-12-19 23:22 ` Andreas Müller
5 siblings, 0 replies; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-19 19:37 UTC (permalink / raw)
To: Koen Kooi; +Cc: Christopher Larson, meta-ti
On Mon, Dec 19, 2011 at 05:15:36PM +0100, Koen Kooi wrote:
> From: Christopher Larson <chris_larson@mentor.com>
First, a minor nagging - can the commit message be a little shorter? :)
linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use
the 'lzop' utility to do the lzo compression, but we should not be relying on
that utility being installed on the build machine.
> This currently affects the linux-omap4 build for omap4430-panda.
>
> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> recipes-kernel/linux/linux.inc | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
> index 9650e68..e8a754f 100644
> --- a/recipes-kernel/linux/linux.inc
> +++ b/recipes-kernel/linux/linux.inc
> @@ -264,3 +264,14 @@ pkg_postrm_kernel-devicetree () {
> cd /${KERNEL_IMAGEDEST}; update-alternatives --remove devicetree devicetree-${KERNEL_VERSION} || true
> }
>
> +# Automatically depend on lzop-native if CONFIG_KERNEL_LZO is enabled
> +python () {
> + try:
> + defconfig = bb.fetch2.localpath('file://defconfig', d)
Second, this will only work with single-config kernels. I guess we'll have to
adopt it for multi-kernel.inc later...
> + except bb.fetch2.FetchError:
> + pass
> + else:
> + if 'CONFIG_KERNEL_LZO=y\n' in open(defconfig).readlines():
> + depends = d.getVar('DEPENDS', False)
> + d.setVar('DEPENDS', depends + ' lzop-native')
> +}
> --
> 1.7.2.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 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine.
2011-12-19 16:15 [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Koen Kooi
` (4 preceding siblings ...)
2011-12-19 19:37 ` [PATCH 1/5] linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine Denys Dmytriyenko
@ 2011-12-19 23:22 ` Andreas Müller
5 siblings, 0 replies; 12+ messages in thread
From: Andreas Müller @ 2011-12-19 23:22 UTC (permalink / raw)
To: meta-ti
On Monday, December 19, 2011 05:15:36 PM Koen Kooi wrote:
> From: Christopher Larson <chris_larson@mentor.com>
>
> This currently affects the linux-omap4 build for omap4430-panda.
>
> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> recipes-kernel/linux/linux.inc | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux.inc
> b/recipes-kernel/linux/linux.inc index 9650e68..e8a754f 100644
> --- a/recipes-kernel/linux/linux.inc
> +++ b/recipes-kernel/linux/linux.inc
> @@ -264,3 +264,14 @@ pkg_postrm_kernel-devicetree () {
> cd /${KERNEL_IMAGEDEST}; update-alternatives --remove devicetree
> devicetree-${KERNEL_VERSION} || true }
>
> +# Automatically depend on lzop-native if CONFIG_KERNEL_LZO is enabled
> +python () {
> + try:
> + defconfig = bb.fetch2.localpath('file://defconfig', d)
> + except bb.fetch2.FetchError:
> + pass
> + else:
> + if 'CONFIG_KERNEL_LZO=y\n' in open(defconfig).readlines():
> + depends = d.getVar('DEPENDS', False)
> + d.setVar('DEPENDS', depends + ' lzop-native')
> +}
I am afraid since this patch I get
ERROR: Unable to parse /home/Superandy/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb########################
| ETA: 00:00:00
Traceback (most recent call last):
File "/home/Superandy/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 379,
in multi_finalize(fn='/home/Superandy/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x6e5e390>):
try:
> finalize(fn, d)
except bb.parse.SkipPackage as e:
File "/home/Superandy/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 323,
in finalize(fn='/home/Superandy/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x6e5e390>,
variant=None):
code.append("%s(d)" % funcname)
> bb.utils.simple_exec("\n".join(code), {"d": d})
bb.data.update_data(d)
File "/home/Superandy/oe-core/sources/bitbake/lib/bb/utils.py", line 387, in
simple_exec(code='__anon_119__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_staging_bbclass(d)\n__anon_487__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)\n__anon_20__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)\n__anon_19__home_Superandy_data_oe_core_sources_meta_openembedded_meta_oe_classes_blacklist_bbclass(d)\n__anon_189__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)\n__anon_55__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_sstate_bbclass(d)\n__anon_447__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_package_ipk_bbclass(d)\n__anon_28__home_Superandy_data_oe_core_sources_meta_openembedded_meta_oe_classes_kernel_bbclass(d)\n__anon_119__home_Superandy_data_oe_core_sources_openembedded_core_meta_classes_siteinfo_bbclass(d)\n__anon_72__home_Superandy_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)\n__anon_277__home_Superandy_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)',
context={'d': <bb.data_smart.DataSmart object at 0x6e5e390>}):
def simple_exec(code, context):
> exec(code, _context, context)
File "<string>", line 11, in <module>
File
"__anon_277__home_Superandy_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc",
line 7, in
__anon_277__home_Superandy_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d=<bb.data_smart.DataSmart
object at 0x6e5e390>)
IOError: [Errno 2] No such file or directory:
'/home/Superandy/data/Downloads/packets/dl/defconfig'
Hints:
* reverting fixed issue
* /home/Superandy/data/Downloads/packets/dl is my download directory
Andreas
^ permalink raw reply [flat|nested] 12+ messages in thread