* [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12
@ 2018-08-14 14:37 hzhang
2018-08-16 5:21 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: hzhang @ 2018-08-14 14:37 UTC (permalink / raw)
To: meta-ti
From: Hao Zhang <hzhang@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
---
Changes from previous version of patch
Remove old version of tools
---
---
recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 ---------
recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 ---------
recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 ------------
.../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 ++++----
4 files changed, 4 insertions(+), 34 deletions(-)
delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb
delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb
delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb
rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} (52%)
diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
deleted file mode 100644
index f60f6c0..0000000
--- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require ti-dspbios.inc
-
-PV = "5_41_11_38"
-
-SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e"
-SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0"
-
-
-INSANE_SKIP_${PN} = "installed-vs-shipped"
diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
deleted file mode 100644
index 4e2b445..0000000
--- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-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}"
diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb b/recipes-ti/bios/ti-sysbios_6.46.05.55.bb
deleted file mode 100644
index e910d53..0000000
--- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require recipes-ti/bios/ti-sysbios.inc
-
-PV = "6_46_05_55"
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba"
-
-SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8"
-SRC_URI[sysbiosbin.sha256sum] = "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a"
-
-TI_BIN_UNPK_CMDS=""
-TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
similarity index 52%
rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb
rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb
index ebdb135..b727673 100644
--- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb
+++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb
@@ -1,12 +1,12 @@
require recipes-ti/bios/ti-sysbios.inc
-PV = "6_52_00_12"
+PV = "6_73_00_12"
PR = "r0"
-LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb"
+LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9"
-SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665"
-SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701"
+SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61"
+SRC_URI[sysbiosbin.sha256sum] = "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43"
TI_BIN_UNPK_CMDS = ""
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-14 14:37 [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 hzhang @ 2018-08-16 5:21 ` Denys Dmytriyenko 2018-08-16 11:50 ` Anna, Suman 0 siblings, 1 reply; 8+ messages in thread From: Denys Dmytriyenko @ 2018-08-16 5:21 UTC (permalink / raw) To: hzhang; +Cc: meta-ti, Anna, Suman Ok, this breaks ipumm-fw build: | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree | export XDCARGS="profile=release trace_level=0 hw_type=VAYU hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ | /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ | /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. | making all: Thu Aug 16 02:48:21 UTC 2018 ... | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/src/ti/framework/dce] ======== | making package.mak (because of package.bld) ... | Selected Vayu for ES10 | generating interfaces for package ti.framework.dce (because package/package.xdc.inc is older than package.xdc) ... | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/src/ti/utils] ======== | making package.mak (because of package.bld) ... | Selected Vayu for ES10 | generating interfaces for package src.ti.utils (because package/package.xdc.inc is older than package.xdc) ... | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib] ======== | making package.mak (because of package.bld) ... | Selected Vayu for ES10 | config file: dce_ipu.cfg | | profile: release | | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 -DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 | | HwType = 2 | HwVer = 1 | generating interfaces for package platform.ti.dce.baselib (because package/package.xdc.inc is older than package.xdc) ... | translating BASELIB | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/src/ti/framework/dce] ======== | clem4 package/package_ti.framework.dce.c ... | clem4 dce.c ... | "dce.c", line 53: fatal error #1965: cannot open source file "ti/sysbios/posix/pthread.h" | 1 catastrophic error detected in the compilation of "dce.c". | Compilation terminated. | | >> Compilation failure | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed | make[1]: *** [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error 1 | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/src/ti/framework/dce,.libraries] Error 2 | making all: Thu Aug 16 02:48:35 UTC 2018 ... | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage] ======== | making package.mak (because of package.bld) ... | Selected Vayu for ES10 | config file: dce_ipu.cfg | | profile: release | | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 -DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 | | HwType = 2 | HwVer = 1 | generating interfaces for package platform.ti.dce.baseimage (because package/package.xdc.inc is older than package.xdc) ... | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage] ======== | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage] ======== | configuring out/ipu/release/ipu.xem4 from package/cfg/out/ipu/release/ipu_pem4.cfg ... | HwType = 2 | HwVer = 1 | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 | Benelli Vayu: Setting PRCM Addresses ES1.0 | loading: ivahd_mpeg4dec | loading: ivahd_h264dec | loading: ivahd_jpegvdec | loading: ivahd_jpegvenc | loading: ivahd_vc1vdec | loading: ivahd_mpeg2vdec | loading: ivahd_h264enc | loading: ivahd_mpeg4enc | SMP Enabled BIOS | warning: ti.sysbios.posix.Settings: "/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios-tree/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. Please update your config script. Loading and configuring the new module on behalf of this module. | generating custom ti.sysbios library makefile ... | generating custom ti.sdo.utils library makefile ... | generating custom ti.sdo.ipc library makefile ... | Auto-registering resource manager for HDVICP2 | manageIpc = true | Heap: ti.sysbios.heaps.HeapMem | Default lib not found: lib/ipu/release/ipu.aem4 | looking for release lib | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library not found: lib/ipu/release/ipu.aem4 | package.mak:265: recipe for target 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file 'package/cfg/out/ipu/release/ipu_pem4.h' | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file 'package/cfg/out/ipu/release/ipu_pem4.c' | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage,.dlls] Error 2 | Makefile:166: recipe for target 'build' failed | make: *** [build] Error 2 | ERROR: oe_runmake failed | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' | ERROR: Function failed: do_compile (log file is located at /OE/arago-rocko-next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: > From: Hao Zhang <hzhang@ti.com> > > Signed-off-by: Hao Zhang <hzhang@ti.com> > > --- > Changes from previous version of patch > Remove old version of tools > --- > --- > recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 --------- > recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 --------- > recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 ------------ > .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 ++++---- > 4 files changed, 4 insertions(+), 34 deletions(-) > delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb > delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb > delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb > rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} (52%) > > diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > deleted file mode 100644 > index f60f6c0..0000000 > --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > +++ /dev/null > @@ -1,9 +0,0 @@ > -require ti-dspbios.inc > - > -PV = "5_41_11_38" > - > -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" > -SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0" > - > - > -INSANE_SKIP_${PN} = "installed-vs-shipped" > diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > deleted file mode 100644 > index 4e2b445..0000000 > --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > +++ /dev/null > @@ -1,9 +0,0 @@ > -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}" > diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb b/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > deleted file mode 100644 > index e910d53..0000000 > --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > +++ /dev/null > @@ -1,12 +0,0 @@ > -require recipes-ti/bios/ti-sysbios.inc > - > -PV = "6_46_05_55" > -PR = "r0" > - > -LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba" > - > -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" > -SRC_URI[sysbiosbin.sha256sum] = "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a" > - > -TI_BIN_UNPK_CMDS="" > -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb > similarity index 52% > rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb > rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb > index ebdb135..b727673 100644 > --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb > @@ -1,12 +1,12 @@ > require recipes-ti/bios/ti-sysbios.inc > > -PV = "6_52_00_12" > +PV = "6_73_00_12" > PR = "r0" > > -LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" > +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" > > -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" > -SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701" > +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" > +SRC_URI[sysbiosbin.sha256sum] = "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" > > TI_BIN_UNPK_CMDS = "" > TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > -- > 2.7.4 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-16 5:21 ` Denys Dmytriyenko @ 2018-08-16 11:50 ` Anna, Suman 2018-08-16 13:03 ` Suman Anna 0 siblings, 1 reply; 8+ messages in thread From: Anna, Suman @ 2018-08-16 11:50 UTC (permalink / raw) To: Dmytriyenko, Denys, Zhang, Hao Cc: meta-ti@yoctoproject.org, R, Karthik, Nadampalli, Sunita + Sunita as well. > > Ok, this breaks ipumm-fw build: > > | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- > external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree > | export XDCARGS="profile=release trace_level=0 hw_type=VAYU > hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ > | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- > next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ > | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- > next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. > | making all: Thu Aug 16 02:48:21 UTC 2018 ... > | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/src/ti/framework/dce] ======== > | making package.mak (because of package.bld) ... > | Selected Vayu for ES10 > | generating interfaces for package ti.framework.dce (because > package/package.xdc.inc is older than package.xdc) ... > | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/src/ti/utils] ======== > | making package.mak (because of package.bld) ... > | Selected Vayu for ES10 > | generating interfaces for package src.ti.utils (because package/package.xdc.inc > is older than package.xdc) ... > | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baselib] ======== > | making package.mak (because of package.bld) ... > | Selected Vayu for ES10 > | config file: dce_ipu.cfg > | > | profile: release > | > | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > | > | HwType = 2 > | HwVer = 1 > | generating interfaces for package platform.ti.dce.baselib (because > package/package.xdc.inc is older than package.xdc) ... > | translating BASELIB > | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. > | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/src/ti/framework/dce] ======== > | clem4 package/package_ti.framework.dce.c ... > | clem4 dce.c ... > | "dce.c", line 53: fatal error #1965: cannot open source file > "ti/sysbios/posix/pthread.h" > | 1 catastrophic error detected in the compilation of "dce.c". > | Compilation terminated. > | > | >> Compilation failure > | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target > 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed > | make[1]: *** [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error > 1 > | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/src/ti/framework/dce,.libraries] Error 2 > | making all: Thu Aug 16 02:48:35 UTC 2018 ... > | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baseimage] ======== > | making package.mak (because of package.bld) ... > | Selected Vayu for ES10 > | config file: dce_ipu.cfg > | > | profile: release > | > | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > | > | HwType = 2 > | HwVer = 1 > | generating interfaces for package platform.ti.dce.baseimage (because > package/package.xdc.inc is older than package.xdc) ... > | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. > | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baseimage] ======== > | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. > | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baseimage] ======== > | configuring out/ipu/release/ipu.xem4 from > package/cfg/out/ipu/release/ipu_pem4.cfg ... > | HwType = 2 > | HwVer = 1 > | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 > | Benelli Vayu: Setting PRCM Addresses ES1.0 > | loading: ivahd_mpeg4dec > | loading: ivahd_h264dec > | loading: ivahd_jpegvdec > | loading: ivahd_jpegvenc > | loading: ivahd_vc1vdec > | loading: ivahd_mpeg2vdec > | loading: ivahd_h264enc > | loading: ivahd_mpeg4enc > | SMP Enabled BIOS > | warning: ti.sysbios.posix.Settings: "/OE/arago-rocko-next/build/arago-tmp- > external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- > tree/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : > This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. > Please update your config script. Loading and configuring the new module on > behalf of this module. > | generating custom ti.sysbios library makefile ... > | generating custom ti.sdo.utils library makefile ... > | generating custom ti.sdo.ipc library makefile ... > | Auto-registering resource manager for HDVICP2 > | manageIpc = true > | Heap: ti.sysbios.heaps.HeapMem > | Default lib not found: lib/ipu/release/ipu.aem4 > | looking for release lib > | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library not found: > lib/ipu/release/ipu.aem4 > | package.mak:265: recipe for target > 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed > | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 > | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' > | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > 'package/cfg/out/ipu/release/ipu_pem4.h' > | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > 'package/cfg/out/ipu/release/ipu_pem4.c' > | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/git/platform/ti/dce/baseimage,.dlls] Error 2 > | Makefile:166: recipe for target 'build' failed > | make: *** [build] Error 2 > | ERROR: oe_runmake failed > | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- > toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' > | ERROR: Function failed: do_compile (log file is located at /OE/arago-rocko- > next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) > > > On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: > > From: Hao Zhang <hzhang@ti.com> > > > > Signed-off-by: Hao Zhang <hzhang@ti.com> > > > > --- > > Changes from previous version of patch > > Remove old version of tools > > --- > > --- > > recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 --------- > > recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 --------- > > recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 ------------ > > .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 ++++---- > > 4 files changed, 4 insertions(+), 34 deletions(-) > > delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb > > delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb > > delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb > > rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- > sysbios_6.73.00.12.bb} (52%) > > > > diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti- > dspbios_5.41.11.38.bb > > deleted file mode 100644 > > index f60f6c0..0000000 > > --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > > +++ /dev/null > > @@ -1,9 +0,0 @@ > > -require ti-dspbios.inc > > - > > -PV = "5_41_11_38" > > - > > -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" > > -SRC_URI[biosbin.sha256sum] = > "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 > " > > - > > - > > -INSANE_SKIP_${PN} = "installed-vs-shipped" > > diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti- > sysbios_6.33.00.19.bb > > deleted file mode 100644 > > index 4e2b445..0000000 > > --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > > +++ /dev/null > > @@ -1,9 +0,0 @@ > > -require ti-sysbios.inc > > - > > -PV = "6_33_00_19" > > -LIC_FILES_CHKSUM = > "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f > 5e" > > - > > -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" > > -SRC_URI[sysbiosbin.sha256sum] = > "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e > c" > > - > > -S = "${WORKDIR}/ti/bios_${PV}" > > diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb b/recipes-ti/bios/ti- > sysbios_6.46.05.55.bb > > deleted file mode 100644 > > index e910d53..0000000 > > --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > > +++ /dev/null > > @@ -1,12 +0,0 @@ > > -require recipes-ti/bios/ti-sysbios.inc > > - > > -PV = "6_46_05_55" > > -PR = "r0" > > - > > -LIC_FILES_CHKSUM = > "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba > " > > - > > -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" > > -SRC_URI[sysbiosbin.sha256sum] = > "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a > " > > - > > -TI_BIN_UNPK_CMDS="" > > -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > > diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti- > sysbios_6.73.00.12.bb > > similarity index 52% > > rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb > > rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb > > index ebdb135..b727673 100644 > > --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > > +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb > > @@ -1,12 +1,12 @@ > > require recipes-ti/bios/ti-sysbios.inc > > > > -PV = "6_52_00_12" > > +PV = "6_73_00_12" > > PR = "r0" > > > > -LIC_FILES_CHKSUM = > "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" > > +LIC_FILES_CHKSUM = > "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" > > > > -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" > > -SRC_URI[sysbiosbin.sha256sum] = > "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 > " > > +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" > > +SRC_URI[sysbiosbin.sha256sum] = > "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" > > > > TI_BIN_UNPK_CMDS = "" > > TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > > -- > > 2.7.4 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-16 11:50 ` Anna, Suman @ 2018-08-16 13:03 ` Suman Anna 2018-08-17 12:27 ` Karthik Ramanan 0 siblings, 1 reply; 8+ messages in thread From: Suman Anna @ 2018-08-16 13:03 UTC (permalink / raw) To: Dmytriyenko, Denys, Zhang, Hao Cc: meta-ti@yoctoproject.org, R, Karthik, Nadampalli, Sunita Hi Denys, I have taken a quick look at this, and looks like the POSIX support in SYS/BIOS is moved out into its own project. However, I couldn't find a GA version of that tool released. All users will have to move to the newer ti.posix.tirtos package. So, this might be a bigger blocker. regards Suman On 08/16/2018 06:50 AM, Anna, Suman wrote: > + Sunita as well. > >> >> Ok, this breaks ipumm-fw build: >> >> | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- >> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >> fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree >> | export XDCARGS="profile=release trace_level=0 hw_type=VAYU >> hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ >> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- >> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ >> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- >> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. >> | making all: Thu Aug 16 02:48:21 UTC 2018 ... >> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/src/ti/framework/dce] ======== >> | making package.mak (because of package.bld) ... >> | Selected Vayu for ES10 >> | generating interfaces for package ti.framework.dce (because >> package/package.xdc.inc is older than package.xdc) ... >> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/src/ti/utils] ======== >> | making package.mak (because of package.bld) ... >> | Selected Vayu for ES10 >> | generating interfaces for package src.ti.utils (because package/package.xdc.inc >> is older than package.xdc) ... >> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baselib] ======== >> | making package.mak (because of package.bld) ... >> | Selected Vayu for ES10 >> | config file: dce_ipu.cfg >> | >> | profile: release >> | >> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >> | >> | HwType = 2 >> | HwVer = 1 >> | generating interfaces for package platform.ti.dce.baselib (because >> package/package.xdc.inc is older than package.xdc) ... >> | translating BASELIB >> | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. >> | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/src/ti/framework/dce] ======== >> | clem4 package/package_ti.framework.dce.c ... >> | clem4 dce.c ... >> | "dce.c", line 53: fatal error #1965: cannot open source file >> "ti/sysbios/posix/pthread.h" >> | 1 catastrophic error detected in the compilation of "dce.c". >> | Compilation terminated. >> | >> | >> Compilation failure >> | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target >> 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed >> | make[1]: *** [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error >> 1 >> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/src/ti/framework/dce,.libraries] Error 2 >> | making all: Thu Aug 16 02:48:35 UTC 2018 ... >> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baseimage] ======== >> | making package.mak (because of package.bld) ... >> | Selected Vayu for ES10 >> | config file: dce_ipu.cfg >> | >> | profile: release >> | >> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >> | >> | HwType = 2 >> | HwVer = 1 >> | generating interfaces for package platform.ti.dce.baseimage (because >> package/package.xdc.inc is older than package.xdc) ... >> | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. >> | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baseimage] ======== >> | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. >> | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baseimage] ======== >> | configuring out/ipu/release/ipu.xem4 from >> package/cfg/out/ipu/release/ipu_pem4.cfg ... >> | HwType = 2 >> | HwVer = 1 >> | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 >> | Benelli Vayu: Setting PRCM Addresses ES1.0 >> | loading: ivahd_mpeg4dec >> | loading: ivahd_h264dec >> | loading: ivahd_jpegvdec >> | loading: ivahd_jpegvenc >> | loading: ivahd_vc1vdec >> | loading: ivahd_mpeg2vdec >> | loading: ivahd_h264enc >> | loading: ivahd_mpeg4enc >> | SMP Enabled BIOS >> | warning: ti.sysbios.posix.Settings: "/OE/arago-rocko-next/build/arago-tmp- >> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >> fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- >> tree/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : >> This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. >> Please update your config script. Loading and configuring the new module on >> behalf of this module. >> | generating custom ti.sysbios library makefile ... >> | generating custom ti.sdo.utils library makefile ... >> | generating custom ti.sdo.ipc library makefile ... >> | Auto-registering resource manager for HDVICP2 >> | manageIpc = true >> | Heap: ti.sysbios.heaps.HeapMem >> | Default lib not found: lib/ipu/release/ipu.aem4 >> | looking for release lib >> | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library not found: >> lib/ipu/release/ipu.aem4 >> | package.mak:265: recipe for target >> 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed >> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 >> | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' >> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >> 'package/cfg/out/ipu/release/ipu_pem4.h' >> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >> 'package/cfg/out/ipu/release/ipu_pem4.c' >> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/git/platform/ti/dce/baseimage,.dlls] Error 2 >> | Makefile:166: recipe for target 'build' failed >> | make: *** [build] Error 2 >> | ERROR: oe_runmake failed >> | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- >> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >> r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' >> | ERROR: Function failed: do_compile (log file is located at /OE/arago-rocko- >> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >> gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) >> >> >> On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: >>> From: Hao Zhang <hzhang@ti.com> >>> >>> Signed-off-by: Hao Zhang <hzhang@ti.com> >>> >>> --- >>> Changes from previous version of patch >>> Remove old version of tools >>> --- >>> --- >>> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 --------- >>> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 --------- >>> recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 ------------ >>> .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 ++++---- >>> 4 files changed, 4 insertions(+), 34 deletions(-) >>> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>> rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- >> sysbios_6.73.00.12.bb} (52%) >>> >>> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti- >> dspbios_5.41.11.38.bb >>> deleted file mode 100644 >>> index f60f6c0..0000000 >>> --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>> +++ /dev/null >>> @@ -1,9 +0,0 @@ >>> -require ti-dspbios.inc >>> - >>> -PV = "5_41_11_38" >>> - >>> -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" >>> -SRC_URI[biosbin.sha256sum] = >> "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 >> " >>> - >>> - >>> -INSANE_SKIP_${PN} = "installed-vs-shipped" >>> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti- >> sysbios_6.33.00.19.bb >>> deleted file mode 100644 >>> index 4e2b445..0000000 >>> --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>> +++ /dev/null >>> @@ -1,9 +0,0 @@ >>> -require ti-sysbios.inc >>> - >>> -PV = "6_33_00_19" >>> -LIC_FILES_CHKSUM = >> "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f >> 5e" >>> - >>> -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" >>> -SRC_URI[sysbiosbin.sha256sum] = >> "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e >> c" >>> - >>> -S = "${WORKDIR}/ti/bios_${PV}" >>> diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb b/recipes-ti/bios/ti- >> sysbios_6.46.05.55.bb >>> deleted file mode 100644 >>> index e910d53..0000000 >>> --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>> +++ /dev/null >>> @@ -1,12 +0,0 @@ >>> -require recipes-ti/bios/ti-sysbios.inc >>> - >>> -PV = "6_46_05_55" >>> -PR = "r0" >>> - >>> -LIC_FILES_CHKSUM = >> "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba >> " >>> - >>> -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" >>> -SRC_URI[sysbiosbin.sha256sum] = >> "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a >> " >>> - >>> -TI_BIN_UNPK_CMDS="" >>> -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti- >> sysbios_6.73.00.12.bb >>> similarity index 52% >>> rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>> rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>> index ebdb135..b727673 100644 >>> --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>> @@ -1,12 +1,12 @@ >>> require recipes-ti/bios/ti-sysbios.inc >>> >>> -PV = "6_52_00_12" >>> +PV = "6_73_00_12" >>> PR = "r0" >>> >>> -LIC_FILES_CHKSUM = >> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" >>> +LIC_FILES_CHKSUM = >> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" >>> >>> -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" >>> -SRC_URI[sysbiosbin.sha256sum] = >> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 >> " >>> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" >>> +SRC_URI[sysbiosbin.sha256sum] = >> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" >>> >>> TI_BIN_UNPK_CMDS = "" >>> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>> -- >>> 2.7.4 >>> >>> -- >>> _______________________________________________ >>> meta-ti mailing list >>> meta-ti@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-16 13:03 ` Suman Anna @ 2018-08-17 12:27 ` Karthik Ramanan 2018-08-17 14:54 ` Suman Anna 0 siblings, 1 reply; 8+ messages in thread From: Karthik Ramanan @ 2018-08-17 12:27 UTC (permalink / raw) To: Suman Anna, Dmytriyenko, Denys, Zhang, Hao Cc: meta-ti@yoctoproject.org, R, Karthik, Nadampalli, Sunita Denys, Suman, We looked into this further and the below patch seems to resolve the build issue. The generated binary hasn't been validated yet, but we can give you feedback on Monday when we get some time to test this ipumm-fw. Regards Karthik +diff --git a/src/ti/framework/dce/dce.c b/src/ti/framework/dce/dce.c +index 62bea8c..01dbcce 100644 +--- a/src/ti/framework/dce/dce.c ++++ b/src/ti/framework/dce/dce.c +@@ -50,7 +50,7 @@ + #include <ti/sysbios/hal/Cache.h> + #include <ti/sysbios/knl/Task.h> + #include <ti/sysbios/knl/Semaphore.h> +-#include <ti/sysbios/posix/pthread.h> ++#include <ti/posix/ccs/pthread.h> + #include <xdc/cfg/global.h> + #include <xdc/runtime/System.h> + #include <xdc/runtime/Diags.h> +-- On 16-Aug-18 6:33 PM, Suman Anna wrote: > Hi Denys, > > I have taken a quick look at this, and looks like the POSIX support in > SYS/BIOS is moved out into its own project. However, I couldn't find a > GA version of that tool released. All users will have to move to the > newer ti.posix.tirtos package. So, this might be a bigger blocker. > > regards > Suman > > On 08/16/2018 06:50 AM, Anna, Suman wrote: >> + Sunita as well. >> >>> Ok, this breaks ipumm-fw build: >>> >>> | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- >>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >>> fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree >>> | export XDCARGS="profile=release trace_level=0 hw_type=VAYU >>> hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ >>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- >>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ >>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD /OE/arago-rocko- >>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. >>> | making all: Thu Aug 16 02:48:21 UTC 2018 ... >>> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/src/ti/framework/dce] ======== >>> | making package.mak (because of package.bld) ... >>> | Selected Vayu for ES10 >>> | generating interfaces for package ti.framework.dce (because >>> package/package.xdc.inc is older than package.xdc) ... >>> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/src/ti/utils] ======== >>> | making package.mak (because of package.bld) ... >>> | Selected Vayu for ES10 >>> | generating interfaces for package src.ti.utils (because package/package.xdc.inc >>> is older than package.xdc) ... >>> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baselib] ======== >>> | making package.mak (because of package.bld) ... >>> | Selected Vayu for ES10 >>> | config file: dce_ipu.cfg >>> | >>> | profile: release >>> | >>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >>> | >>> | HwType = 2 >>> | HwVer = 1 >>> | generating interfaces for package platform.ti.dce.baselib (because >>> package/package.xdc.inc is older than package.xdc) ... >>> | translating BASELIB >>> | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. >>> | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/src/ti/framework/dce] ======== >>> | clem4 package/package_ti.framework.dce.c ... >>> | clem4 dce.c ... >>> | "dce.c", line 53: fatal error #1965: cannot open source file >>> "ti/sysbios/posix/pthread.h" >>> | 1 catastrophic error detected in the compilation of "dce.c". >>> | Compilation terminated. >>> | >>> | >> Compilation failure >>> | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target >>> 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed >>> | make[1]: *** [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error >>> 1 >>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/src/ti/framework/dce,.libraries] Error 2 >>> | making all: Thu Aug 16 02:48:35 UTC 2018 ... >>> | ======== .interfaces [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baseimage] ======== >>> | making package.mak (because of package.bld) ... >>> | Selected Vayu for ES10 >>> | config file: dce_ipu.cfg >>> | >>> | profile: release >>> | >>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >>> | >>> | HwType = 2 >>> | HwVer = 1 >>> | generating interfaces for package platform.ti.dce.baseimage (because >>> package/package.xdc.inc is older than package.xdc) ... >>> | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. >>> | ======== .libraries [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baseimage] ======== >>> | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. >>> | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baseimage] ======== >>> | configuring out/ipu/release/ipu.xem4 from >>> package/cfg/out/ipu/release/ipu_pem4.cfg ... >>> | HwType = 2 >>> | HwVer = 1 >>> | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 >>> | Benelli Vayu: Setting PRCM Addresses ES1.0 >>> | loading: ivahd_mpeg4dec >>> | loading: ivahd_h264dec >>> | loading: ivahd_jpegvdec >>> | loading: ivahd_jpegvenc >>> | loading: ivahd_vc1vdec >>> | loading: ivahd_mpeg2vdec >>> | loading: ivahd_h264enc >>> | loading: ivahd_mpeg4enc >>> | SMP Enabled BIOS >>> | warning: ti.sysbios.posix.Settings: "/OE/arago-rocko-next/build/arago-tmp- >>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >>> fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- >>> tree/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : >>> This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. >>> Please update your config script. Loading and configuring the new module on >>> behalf of this module. >>> | generating custom ti.sysbios library makefile ... >>> | generating custom ti.sdo.utils library makefile ... >>> | generating custom ti.sdo.ipc library makefile ... >>> | Auto-registering resource manager for HDVICP2 >>> | manageIpc = true >>> | Heap: ti.sysbios.heaps.HeapMem >>> | Default lib not found: lib/ipu/release/ipu.aem4 >>> | looking for release lib >>> | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library not found: >>> lib/ipu/release/ipu.aem4 >>> | package.mak:265: recipe for target >>> 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed >>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 >>> | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' >>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >>> 'package/cfg/out/ipu/release/ipu_pem4.h' >>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >>> 'package/cfg/out/ipu/release/ipu_pem4.c' >>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/git/platform/ti/dce/baseimage,.dlls] Error 2 >>> | Makefile:166: recipe for target 'build' failed >>> | make: *** [build] Error 2 >>> | ERROR: oe_runmake failed >>> | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>> r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' >>> | ERROR: Function failed: do_compile (log file is located at /OE/arago-rocko- >>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>> gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) >>> >>> >>> On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: >>>> From: Hao Zhang <hzhang@ti.com> >>>> >>>> Signed-off-by: Hao Zhang <hzhang@ti.com> >>>> >>>> --- >>>> Changes from previous version of patch >>>> Remove old version of tools >>>> --- >>>> --- >>>> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 --------- >>>> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 --------- >>>> recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 ------------ >>>> .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 ++++---- >>>> 4 files changed, 4 insertions(+), 34 deletions(-) >>>> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>>> rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- >>> sysbios_6.73.00.12.bb} (52%) >>>> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti- >>> dspbios_5.41.11.38.bb >>>> deleted file mode 100644 >>>> index f60f6c0..0000000 >>>> --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>>> +++ /dev/null >>>> @@ -1,9 +0,0 @@ >>>> -require ti-dspbios.inc >>>> - >>>> -PV = "5_41_11_38" >>>> - >>>> -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" >>>> -SRC_URI[biosbin.sha256sum] = >>> "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 >>> " >>>> - >>>> - >>>> -INSANE_SKIP_${PN} = "installed-vs-shipped" >>>> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb b/recipes-ti/bios/ti- >>> sysbios_6.33.00.19.bb >>>> deleted file mode 100644 >>>> index 4e2b445..0000000 >>>> --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>>> +++ /dev/null >>>> @@ -1,9 +0,0 @@ >>>> -require ti-sysbios.inc >>>> - >>>> -PV = "6_33_00_19" >>>> -LIC_FILES_CHKSUM = >>> "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f >>> 5e" >>>> - >>>> -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" >>>> -SRC_URI[sysbiosbin.sha256sum] = >>> "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e >>> c" >>>> - >>>> -S = "${WORKDIR}/ti/bios_${PV}" >>>> diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb b/recipes-ti/bios/ti- >>> sysbios_6.46.05.55.bb >>>> deleted file mode 100644 >>>> index e910d53..0000000 >>>> --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>>> +++ /dev/null >>>> @@ -1,12 +0,0 @@ >>>> -require recipes-ti/bios/ti-sysbios.inc >>>> - >>>> -PV = "6_46_05_55" >>>> -PR = "r0" >>>> - >>>> -LIC_FILES_CHKSUM = >>> "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba >>> " >>>> - >>>> -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" >>>> -SRC_URI[sysbiosbin.sha256sum] = >>> "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a >>> " >>>> - >>>> -TI_BIN_UNPK_CMDS="" >>>> -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>>> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti- >>> sysbios_6.73.00.12.bb >>>> similarity index 52% >>>> rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>>> rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>>> index ebdb135..b727673 100644 >>>> --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>>> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>>> @@ -1,12 +1,12 @@ >>>> require recipes-ti/bios/ti-sysbios.inc >>>> >>>> -PV = "6_52_00_12" >>>> +PV = "6_73_00_12" >>>> PR = "r0" >>>> >>>> -LIC_FILES_CHKSUM = >>> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" >>>> +LIC_FILES_CHKSUM = >>> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" >>>> -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" >>>> -SRC_URI[sysbiosbin.sha256sum] = >>> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 >>> " >>>> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" >>>> +SRC_URI[sysbiosbin.sha256sum] = >>> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" >>>> TI_BIN_UNPK_CMDS = "" >>>> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>>> -- >>>> 2.7.4 >>>> >>>> -- >>>> _______________________________________________ >>>> meta-ti mailing list >>>> meta-ti@yoctoproject.org >>>> https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-17 12:27 ` Karthik Ramanan @ 2018-08-17 14:54 ` Suman Anna 2018-08-22 2:55 ` Denys Dmytriyenko 0 siblings, 1 reply; 8+ messages in thread From: Suman Anna @ 2018-08-17 14:54 UTC (permalink / raw) To: Karthik Ramanan, Dmytriyenko, Denys, Zhang, Hao Cc: meta-ti@yoctoproject.org, R, Karthik, Nadampalli, Sunita All, My earlier statements on POSIX in SYS/BIOS need to be revised. I have got confirmation that POSIX support is still very much a part of the released SYS/BIOSes. There is a change in the directory structure where the POSIX related modules and headers are maintained. So, we don't have any external dependencies. All software would need to adjust for the new locations when moving to the newer SYS/BIOS if using the POSIX. Karthik, You might want to updated the .cfg file as well. Current SYS/BIOS does find the new module location when using the older module. Please see the compatibility notes in one of the SYS/BIOS releases prior to 6.70 and after 6.52. regards Suman On 08/17/2018 07:27 AM, Karthik Ramanan wrote: > Denys, Suman, > > We looked into this further and the below patch seems to resolve the > build issue. > > The generated binary hasn't been validated yet, but we can give you > feedback on Monday when we get some time to test this ipumm-fw. > > Regards > > Karthik > > > +diff --git a/src/ti/framework/dce/dce.c b/src/ti/framework/dce/dce.c > +index 62bea8c..01dbcce 100644 > +--- a/src/ti/framework/dce/dce.c > ++++ b/src/ti/framework/dce/dce.c > +@@ -50,7 +50,7 @@ > + #include <ti/sysbios/hal/Cache.h> > + #include <ti/sysbios/knl/Task.h> > + #include <ti/sysbios/knl/Semaphore.h> > +-#include <ti/sysbios/posix/pthread.h> > ++#include <ti/posix/ccs/pthread.h> > + #include <xdc/cfg/global.h> > + #include <xdc/runtime/System.h> > + #include <xdc/runtime/Diags.h> > +-- > > > On 16-Aug-18 6:33 PM, Suman Anna wrote: >> Hi Denys, >> >> I have taken a quick look at this, and looks like the POSIX support in >> SYS/BIOS is moved out into its own project. However, I couldn't find a >> GA version of that tool released. All users will have to move to the >> newer ti.posix.tirtos package. So, this might be a bigger blocker. >> >> regards >> Suman >> >> On 08/16/2018 06:50 AM, Anna, Suman wrote: >>> + Sunita as well. >>> >>>> Ok, this breaks ipumm-fw build: >>>> >>>> | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >>>> fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree >>>> | export XDCARGS="profile=release trace_level=0 hw_type=VAYU >>>> hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >>>> >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD >>>> /OE/arago-rocko- >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>>> >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- >>>> >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD >>>> /OE/arago-rocko- >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>>> >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. >>>> | making all: Thu Aug 16 02:48:21 UTC 2018 ... >>>> | ======== .interfaces >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/src/ti/framework/dce] ======== >>>> | making package.mak (because of package.bld) ... >>>> | Selected Vayu for ES10 >>>> | generating interfaces for package ti.framework.dce (because >>>> package/package.xdc.inc is older than package.xdc) ... >>>> | ======== .interfaces >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/src/ti/utils] ======== >>>> | making package.mak (because of package.bld) ... >>>> | Selected Vayu for ES10 >>>> | generating interfaces for package src.ti.utils (because >>>> package/package.xdc.inc >>>> is older than package.xdc) ... >>>> | ======== .interfaces >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baselib] ======== >>>> | making package.mak (because of package.bld) ... >>>> | Selected Vayu for ES10 >>>> | config file: dce_ipu.cfg >>>> | >>>> | profile: release >>>> | >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >>>> | >>>> | HwType = 2 >>>> | HwVer = 1 >>>> | generating interfaces for package platform.ti.dce.baselib (because >>>> package/package.xdc.inc is older than package.xdc) ... >>>> | translating BASELIB >>>> | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. >>>> | ======== .libraries >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/src/ti/framework/dce] ======== >>>> | clem4 package/package_ti.framework.dce.c ... >>>> | clem4 dce.c ... >>>> | "dce.c", line 53: fatal error #1965: cannot open source file >>>> "ti/sysbios/posix/pthread.h" >>>> | 1 catastrophic error detected in the compilation of "dce.c". >>>> | Compilation terminated. >>>> | >>>> | >> Compilation failure >>>> | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target >>>> 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed >>>> | make[1]: *** >>>> [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error >>>> 1 >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/src/ti/framework/dce,.libraries] Error 2 >>>> | making all: Thu Aug 16 02:48:35 UTC 2018 ... >>>> | ======== .interfaces >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baseimage] ======== >>>> | making package.mak (because of package.bld) ... >>>> | Selected Vayu for ES10 >>>> | config file: dce_ipu.cfg >>>> | >>>> | profile: release >>>> | >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 >>>> | >>>> | HwType = 2 >>>> | HwVer = 1 >>>> | generating interfaces for package platform.ti.dce.baseimage (because >>>> package/package.xdc.inc is older than package.xdc) ... >>>> | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. >>>> | ======== .libraries >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baseimage] ======== >>>> | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. >>>> | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baseimage] ======== >>>> | configuring out/ipu/release/ipu.xem4 from >>>> package/cfg/out/ipu/release/ipu_pem4.cfg ... >>>> | HwType = 2 >>>> | HwVer = 1 >>>> | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 >>>> | Benelli Vayu: Setting PRCM Addresses ES1.0 >>>> | loading: ivahd_mpeg4dec >>>> | loading: ivahd_h264dec >>>> | loading: ivahd_jpegvdec >>>> | loading: ivahd_jpegvenc >>>> | loading: ivahd_vc1vdec >>>> | loading: ivahd_mpeg2vdec >>>> | loading: ivahd_h264enc >>>> | loading: ivahd_mpeg4enc >>>> | SMP Enabled BIOS >>>> | warning: ti.sysbios.posix.Settings: >>>> "/OE/arago-rocko-next/build/arago-tmp- >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- >>>> fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- >>>> tree/packages/ti/sysbios/posix/Settings.xs", line 80: >>>> ti.sysbios.posix.Settings : >>>> This module is deprecated, it has been replaced by >>>> ti.posix.tirtos.Settings. >>>> Please update your config script. Loading and configuring the new >>>> module on >>>> behalf of this module. >>>> | generating custom ti.sysbios library makefile ... >>>> | generating custom ti.sdo.utils library makefile ... >>>> | generating custom ti.sdo.ipc library makefile ... >>>> | Auto-registering resource manager for HDVICP2 >>>> | manageIpc = true >>>> | Heap: ti.sysbios.heaps.HeapMem >>>> | Default lib not found: lib/ipu/release/ipu.aem4 >>>> | looking for release lib >>>> | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library >>>> not found: >>>> lib/ipu/release/ipu.aem4 >>>> | package.mak:265: recipe for target >>>> 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 >>>> | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >>>> 'package/cfg/out/ipu/release/ipu_pem4.h' >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file >>>> 'package/cfg/out/ipu/release/ipu_pem4.c' >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/git/platform/ti/dce/baseimage,.dlls] Error 2 >>>> | Makefile:166: recipe for target 'build' failed >>>> | make: *** [build] Error 2 >>>> | ERROR: oe_runmake failed >>>> | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- >>>> r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' >>>> | ERROR: Function failed: do_compile (log file is located at >>>> /OE/arago-rocko- >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- >>>> >>>> gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) >>>> >>>> >>>> On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: >>>>> From: Hao Zhang <hzhang@ti.com> >>>>> >>>>> Signed-off-by: Hao Zhang <hzhang@ti.com> >>>>> >>>>> --- >>>>> Changes from previous version of patch >>>>> Remove old version of tools >>>>> --- >>>>> --- >>>>> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 >>>>> --------- >>>>> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 >>>>> --------- >>>>> recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 >>>>> ------------ >>>>> .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 >>>>> ++++---- >>>>> 4 files changed, 4 insertions(+), 34 deletions(-) >>>>> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>>>> rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- >>>> sysbios_6.73.00.12.bb} (52%) >>>>> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>>>> b/recipes-ti/bios/ti- >>>> dspbios_5.41.11.38.bb >>>>> deleted file mode 100644 >>>>> index f60f6c0..0000000 >>>>> --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb >>>>> +++ /dev/null >>>>> @@ -1,9 +0,0 @@ >>>>> -require ti-dspbios.inc >>>>> - >>>>> -PV = "5_41_11_38" >>>>> - >>>>> -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" >>>>> -SRC_URI[biosbin.sha256sum] = >>>> "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 >>>> " >>>>> - >>>>> - >>>>> -INSANE_SKIP_${PN} = "installed-vs-shipped" >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>>>> b/recipes-ti/bios/ti- >>>> sysbios_6.33.00.19.bb >>>>> deleted file mode 100644 >>>>> index 4e2b445..0000000 >>>>> --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb >>>>> +++ /dev/null >>>>> @@ -1,9 +0,0 @@ >>>>> -require ti-sysbios.inc >>>>> - >>>>> -PV = "6_33_00_19" >>>>> -LIC_FILES_CHKSUM = >>>> "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f >>>> 5e" >>>>> - >>>>> -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" >>>>> -SRC_URI[sysbiosbin.sha256sum] = >>>> "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e >>>> c" >>>>> - >>>>> -S = "${WORKDIR}/ti/bios_${PV}" >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>>>> b/recipes-ti/bios/ti- >>>> sysbios_6.46.05.55.bb >>>>> deleted file mode 100644 >>>>> index e910d53..0000000 >>>>> --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb >>>>> +++ /dev/null >>>>> @@ -1,12 +0,0 @@ >>>>> -require recipes-ti/bios/ti-sysbios.inc >>>>> - >>>>> -PV = "6_46_05_55" >>>>> -PR = "r0" >>>>> - >>>>> -LIC_FILES_CHKSUM = >>>> "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba >>>> " >>>>> - >>>>> -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" >>>>> -SRC_URI[sysbiosbin.sha256sum] = >>>> "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a >>>> " >>>>> - >>>>> -TI_BIN_UNPK_CMDS="" >>>>> -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>>>> b/recipes-ti/bios/ti- >>>> sysbios_6.73.00.12.bb >>>>> similarity index 52% >>>>> rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>>>> rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>>>> index ebdb135..b727673 100644 >>>>> --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb >>>>> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb >>>>> @@ -1,12 +1,12 @@ >>>>> require recipes-ti/bios/ti-sysbios.inc >>>>> >>>>> -PV = "6_52_00_12" >>>>> +PV = "6_73_00_12" >>>>> PR = "r0" >>>>> >>>>> -LIC_FILES_CHKSUM = >>>> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" >>>>> +LIC_FILES_CHKSUM = >>>> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" >>>>> -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" >>>>> -SRC_URI[sysbiosbin.sha256sum] = >>>> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 >>>> " >>>>> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" >>>>> +SRC_URI[sysbiosbin.sha256sum] = >>>> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" >>>>> TI_BIN_UNPK_CMDS = "" >>>>> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" >>>>> -- >>>>> 2.7.4 >>>>> >>>>> -- >>>>> _______________________________________________ >>>>> meta-ti mailing list >>>>> meta-ti@yoctoproject.org >>>>> https://lists.yoctoproject.org/listinfo/meta-ti > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-17 14:54 ` Suman Anna @ 2018-08-22 2:55 ` Denys Dmytriyenko 2018-08-22 14:25 ` R, Karthik 0 siblings, 1 reply; 8+ messages in thread From: Denys Dmytriyenko @ 2018-08-22 2:55 UTC (permalink / raw) To: Suman Anna; +Cc: meta-ti@yoctoproject.org, R, Karthik, Nadampalli, Sunita Karthik, Would you be able to send a revised patch for ipumm recipe? Thanks. -- Denys On Fri, Aug 17, 2018 at 09:54:21AM -0500, Suman Anna wrote: > All, > My earlier statements on POSIX in SYS/BIOS need to be revised. > I have got confirmation that POSIX support is still very much a part of > the released SYS/BIOSes. There is a change in the directory structure > where the POSIX related modules and headers are maintained. So, we don't > have any external dependencies. All software would need to adjust for > the new locations when moving to the newer SYS/BIOS if using the POSIX. > > Karthik, > You might want to updated the .cfg file as well. Current SYS/BIOS does > find the new module location when using the older module. Please see the > compatibility notes in one of the SYS/BIOS releases prior to 6.70 and > after 6.52. > > regards > Suman > > On 08/17/2018 07:27 AM, Karthik Ramanan wrote: > > Denys, Suman, > > > > We looked into this further and the below patch seems to resolve the > > build issue. > > > > The generated binary hasn't been validated yet, but we can give you > > feedback on Monday when we get some time to test this ipumm-fw. > > > > Regards > > > > Karthik > > > > > > +diff --git a/src/ti/framework/dce/dce.c b/src/ti/framework/dce/dce.c > > +index 62bea8c..01dbcce 100644 > > +--- a/src/ti/framework/dce/dce.c > > ++++ b/src/ti/framework/dce/dce.c > > +@@ -50,7 +50,7 @@ > > + #include <ti/sysbios/hal/Cache.h> > > + #include <ti/sysbios/knl/Task.h> > > + #include <ti/sysbios/knl/Semaphore.h> > > +-#include <ti/sysbios/posix/pthread.h> > > ++#include <ti/posix/ccs/pthread.h> > > + #include <xdc/cfg/global.h> > > + #include <xdc/runtime/System.h> > > + #include <xdc/runtime/Diags.h> > > +-- > > > > > > On 16-Aug-18 6:33 PM, Suman Anna wrote: > >> Hi Denys, > >> > >> I have taken a quick look at this, and looks like the POSIX support in > >> SYS/BIOS is moved out into its own project. However, I couldn't find a > >> GA version of that tool released. All users will have to move to the > >> newer ti.posix.tirtos package. So, this might be a bigger blocker. > >> > >> regards > >> Suman > >> > >> On 08/16/2018 06:50 AM, Anna, Suman wrote: > >>> + Sunita as well. > >>> > >>>> Ok, this breaks ipumm-fw build: > >>>> > >>>> | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- > >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > >>>> fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree > >>>> | export XDCARGS="profile=release trace_level=0 hw_type=VAYU > >>>> hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ > >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > >>>> > >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ > >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > >>>> > >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. > >>>> | making all: Thu Aug 16 02:48:21 UTC 2018 ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | generating interfaces for package ti.framework.dce (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/utils] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | generating interfaces for package src.ti.utils (because > >>>> package/package.xdc.inc > >>>> is older than package.xdc) ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baselib] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | config file: dce_ipu.cfg > >>>> | > >>>> | profile: release > >>>> | > >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > >>>> | > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | generating interfaces for package platform.ti.dce.baselib (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | translating BASELIB > >>>> | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. > >>>> | ======== .libraries > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce] ======== > >>>> | clem4 package/package_ti.framework.dce.c ... > >>>> | clem4 dce.c ... > >>>> | "dce.c", line 53: fatal error #1965: cannot open source file > >>>> "ti/sysbios/posix/pthread.h" > >>>> | 1 catastrophic error detected in the compilation of "dce.c". > >>>> | Compilation terminated. > >>>> | > >>>> | >> Compilation failure > >>>> | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target > >>>> 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed > >>>> | make[1]: *** > >>>> [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error > >>>> 1 > >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce,.libraries] Error 2 > >>>> | making all: Thu Aug 16 02:48:35 UTC 2018 ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | config file: dce_ipu.cfg > >>>> | > >>>> | profile: release > >>>> | > >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > >>>> | > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | generating interfaces for package platform.ti.dce.baseimage (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. > >>>> | ======== .libraries > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. > >>>> | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | configuring out/ipu/release/ipu.xem4 from > >>>> package/cfg/out/ipu/release/ipu_pem4.cfg ... > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 > >>>> | Benelli Vayu: Setting PRCM Addresses ES1.0 > >>>> | loading: ivahd_mpeg4dec > >>>> | loading: ivahd_h264dec > >>>> | loading: ivahd_jpegvdec > >>>> | loading: ivahd_jpegvenc > >>>> | loading: ivahd_vc1vdec > >>>> | loading: ivahd_mpeg2vdec > >>>> | loading: ivahd_h264enc > >>>> | loading: ivahd_mpeg4enc > >>>> | SMP Enabled BIOS > >>>> | warning: ti.sysbios.posix.Settings: > >>>> "/OE/arago-rocko-next/build/arago-tmp- > >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > >>>> fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- > >>>> tree/packages/ti/sysbios/posix/Settings.xs", line 80: > >>>> ti.sysbios.posix.Settings : > >>>> This module is deprecated, it has been replaced by > >>>> ti.posix.tirtos.Settings. > >>>> Please update your config script. Loading and configuring the new > >>>> module on > >>>> behalf of this module. > >>>> | generating custom ti.sysbios library makefile ... > >>>> | generating custom ti.sdo.utils library makefile ... > >>>> | generating custom ti.sdo.ipc library makefile ... > >>>> | Auto-registering resource manager for HDVICP2 > >>>> | manageIpc = true > >>>> | Heap: ti.sysbios.heaps.HeapMem > >>>> | Default lib not found: lib/ipu/release/ipu.aem4 > >>>> | looking for release lib > >>>> | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library > >>>> not found: > >>>> lib/ipu/release/ipu.aem4 > >>>> | package.mak:265: recipe for target > >>>> 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 > >>>> | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > >>>> 'package/cfg/out/ipu/release/ipu_pem4.h' > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > >>>> 'package/cfg/out/ipu/release/ipu_pem4.c' > >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage,.dlls] Error 2 > >>>> | Makefile:166: recipe for target 'build' failed > >>>> | make: *** [build] Error 2 > >>>> | ERROR: oe_runmake failed > >>>> | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' > >>>> | ERROR: Function failed: do_compile (log file is located at > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) > >>>> > >>>> > >>>> On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: > >>>>> From: Hao Zhang <hzhang@ti.com> > >>>>> > >>>>> Signed-off-by: Hao Zhang <hzhang@ti.com> > >>>>> > >>>>> --- > >>>>> Changes from previous version of patch > >>>>> Remove old version of tools > >>>>> --- > >>>>> --- > >>>>> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 > >>>>> --------- > >>>>> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 > >>>>> --------- > >>>>> recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 > >>>>> ------------ > >>>>> .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 > >>>>> ++++---- > >>>>> 4 files changed, 4 insertions(+), 34 deletions(-) > >>>>> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- > >>>> sysbios_6.73.00.12.bb} (52%) > >>>>> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> b/recipes-ti/bios/ti- > >>>> dspbios_5.41.11.38.bb > >>>>> deleted file mode 100644 > >>>>> index f60f6c0..0000000 > >>>>> --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> +++ /dev/null > >>>>> @@ -1,9 +0,0 @@ > >>>>> -require ti-dspbios.inc > >>>>> - > >>>>> -PV = "5_41_11_38" > >>>>> - > >>>>> -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" > >>>>> -SRC_URI[biosbin.sha256sum] = > >>>> "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 > >>>> " > >>>>> - > >>>>> - > >>>>> -INSANE_SKIP_${PN} = "installed-vs-shipped" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.33.00.19.bb > >>>>> deleted file mode 100644 > >>>>> index 4e2b445..0000000 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> +++ /dev/null > >>>>> @@ -1,9 +0,0 @@ > >>>>> -require ti-sysbios.inc > >>>>> - > >>>>> -PV = "6_33_00_19" > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f > >>>> 5e" > >>>>> - > >>>>> -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e > >>>> c" > >>>>> - > >>>>> -S = "${WORKDIR}/ti/bios_${PV}" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.46.05.55.bb > >>>>> deleted file mode 100644 > >>>>> index e910d53..0000000 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> +++ /dev/null > >>>>> @@ -1,12 +0,0 @@ > >>>>> -require recipes-ti/bios/ti-sysbios.inc > >>>>> - > >>>>> -PV = "6_46_05_55" > >>>>> -PR = "r0" > >>>>> - > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba > >>>> " > >>>>> - > >>>>> -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a > >>>> " > >>>>> - > >>>>> -TI_BIN_UNPK_CMDS="" > >>>>> -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.73.00.12.bb > >>>>> similarity index 52% > >>>>> rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb > >>>>> index ebdb135..b727673 100644 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb > >>>>> @@ -1,12 +1,12 @@ > >>>>> require recipes-ti/bios/ti-sysbios.inc > >>>>> > >>>>> -PV = "6_52_00_12" > >>>>> +PV = "6_73_00_12" > >>>>> PR = "r0" > >>>>> > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" > >>>>> +LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" > >>>>> -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 > >>>> " > >>>>> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" > >>>>> +SRC_URI[sysbiosbin.sha256sum] = > >>>> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" > >>>>> TI_BIN_UNPK_CMDS = "" > >>>>> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > >>>>> -- > >>>>> 2.7.4 > >>>>> > >>>>> -- > >>>>> _______________________________________________ > >>>>> meta-ti mailing list > >>>>> meta-ti@yoctoproject.org > >>>>> https://lists.yoctoproject.org/listinfo/meta-ti > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 2018-08-22 2:55 ` Denys Dmytriyenko @ 2018-08-22 14:25 ` R, Karthik 0 siblings, 0 replies; 8+ messages in thread From: R, Karthik @ 2018-08-22 14:25 UTC (permalink / raw) To: Dmytriyenko, Denys, Anna, Suman Cc: meta-ti@yoctoproject.org, Nadampalli, Sunita Hi Denys, Today is a holiday in TI India. We will try to submit the patch as a Yocto patch during the day tomorrow. Please expect something by Thursday morning your time. I hope that can meet the timelines. Regards Karthik -----Original Message----- From: Dmytriyenko, Denys Sent: Wednesday, 22 August, 2018 8:25 AM To: Anna, Suman Cc: R, Karthik; Zhang, Hao; meta-ti@yoctoproject.org; R, Karthik; Nelson, Sam; Nadampalli, Sunita Subject: Re: [meta-ti] [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 Karthik, Would you be able to send a revised patch for ipumm recipe? Thanks. -- Denys On Fri, Aug 17, 2018 at 09:54:21AM -0500, Suman Anna wrote: > All, > My earlier statements on POSIX in SYS/BIOS need to be revised. > I have got confirmation that POSIX support is still very much a part of > the released SYS/BIOSes. There is a change in the directory structure > where the POSIX related modules and headers are maintained. So, we don't > have any external dependencies. All software would need to adjust for > the new locations when moving to the newer SYS/BIOS if using the POSIX. > > Karthik, > You might want to updated the .cfg file as well. Current SYS/BIOS does > find the new module location when using the older module. Please see the > compatibility notes in one of the SYS/BIOS releases prior to 6.70 and > after 6.52. > > regards > Suman > > On 08/17/2018 07:27 AM, Karthik Ramanan wrote: > > Denys, Suman, > > > > We looked into this further and the below patch seems to resolve the > > build issue. > > > > The generated binary hasn't been validated yet, but we can give you > > feedback on Monday when we get some time to test this ipumm-fw. > > > > Regards > > > > Karthik > > > > > > +diff --git a/src/ti/framework/dce/dce.c b/src/ti/framework/dce/dce.c > > +index 62bea8c..01dbcce 100644 > > +--- a/src/ti/framework/dce/dce.c > > ++++ b/src/ti/framework/dce/dce.c > > +@@ -50,7 +50,7 @@ > > + #include <ti/sysbios/hal/Cache.h> > > + #include <ti/sysbios/knl/Task.h> > > + #include <ti/sysbios/knl/Semaphore.h> > > +-#include <ti/sysbios/posix/pthread.h> > > ++#include <ti/posix/ccs/pthread.h> > > + #include <xdc/cfg/global.h> > > + #include <xdc/runtime/System.h> > > + #include <xdc/runtime/Diags.h> > > +-- > > > > > > On 16-Aug-18 6:33 PM, Suman Anna wrote: > >> Hi Denys, > >> > >> I have taken a quick look at this, and looks like the POSIX support in > >> SYS/BIOS is moved out into its own project. However, I couldn't find a > >> GA version of that tool released. All users will have to move to the > >> newer ti.posix.tirtos package. So, this might be a bigger blocker. > >> > >> regards > >> Suman > >> > >> On 08/16/2018 06:50 AM, Anna, Suman wrote: > >>> + Sunita as well. > >>> > >>>> Ok, this breaks ipumm-fw build: > >>>> > >>>> | NOTE: make -j 56 XDCDIST_TREE=/OE/arago-rocko-next/build/arago-tmp- > >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > >>>> fw/3.00.15.00-r1/recipe-sysroot-native/usr/share/ti/ti-xdctools-tree > >>>> | export XDCARGS="profile=release trace_level=0 hw_type=VAYU > >>>> hw_version=ES10 BIOS_type=SMP prof_type=DISABLE"; \ > >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > >>>> > >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baselib/.; \ > >>>> | /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00-r1/recipe- > >>>> > >>>> sysroot-native/usr/share/ti/ti-xdctools-tree/xdc --jobs=1 -PD > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/git/platform/ti/dce/baseimage/. > >>>> | making all: Thu Aug 16 02:48:21 UTC 2018 ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | generating interfaces for package ti.framework.dce (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/utils] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | generating interfaces for package src.ti.utils (because > >>>> package/package.xdc.inc > >>>> is older than package.xdc) ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baselib] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | config file: dce_ipu.cfg > >>>> | > >>>> | profile: release > >>>> | > >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > >>>> | > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | generating interfaces for package platform.ti.dce.baselib (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | translating BASELIB > >>>> | .interfaces files complete: Thu Aug 16 02:48:34 UTC 2018. > >>>> | ======== .libraries > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce] ======== > >>>> | clem4 package/package_ti.framework.dce.c ... > >>>> | clem4 dce.c ... > >>>> | "dce.c", line 53: fatal error #1965: cannot open source file > >>>> "ti/sysbios/posix/pthread.h" > >>>> | 1 catastrophic error detected in the compilation of "dce.c". > >>>> | Compilation terminated. > >>>> | > >>>> | >> Compilation failure > >>>> | lib/ipu/release/ti.framework.dce.aem4.mak:44: recipe for target > >>>> 'package/lib/lib/ipu/release/ti.framework.dce/dce.oem4' failed > >>>> | make[1]: *** > >>>> [package/lib/lib/ipu/release/ti.framework.dce/dce.oem4] Error > >>>> 1 > >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/src/ti/framework/dce,.libraries] Error 2 > >>>> | making all: Thu Aug 16 02:48:35 UTC 2018 ... > >>>> | ======== .interfaces > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | making package.mak (because of package.bld) ... > >>>> | Selected Vayu for ES10 > >>>> | config file: dce_ipu.cfg > >>>> | > >>>> | profile: release > >>>> | > >>>> | -D_DM270 -D_DM290_IMX_MCFIX_ -DDRIVERCOMPONENTS=1 - > >>>> DISSCOMPONENTS=1 -DVIDEOCOMPONENTS=1 -DTESTCOMPONENTS=1 > >>>> | > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | generating interfaces for package platform.ti.dce.baseimage (because > >>>> package/package.xdc.inc is older than package.xdc) ... > >>>> | .interfaces files complete: Thu Aug 16 02:48:39 UTC 2018. > >>>> | ======== .libraries > >>>> [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | .libraries files complete: Thu Aug 16 02:48:39 UTC 2018. > >>>> | ======== .dlls [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage] ======== > >>>> | configuring out/ipu/release/ipu.xem4 from > >>>> package/cfg/out/ipu/release/ipu_pem4.cfg ... > >>>> | HwType = 2 > >>>> | HwVer = 1 > >>>> | IPUMM commit 035ba25 version MMIP 3_00_15_00 IPC 3_47_01_00 > >>>> | Benelli Vayu: Setting PRCM Addresses ES1.0 > >>>> | loading: ivahd_mpeg4dec > >>>> | loading: ivahd_h264dec > >>>> | loading: ivahd_jpegvdec > >>>> | loading: ivahd_jpegvenc > >>>> | loading: ivahd_vc1vdec > >>>> | loading: ivahd_mpeg2vdec > >>>> | loading: ivahd_h264enc > >>>> | loading: ivahd_mpeg4enc > >>>> | SMP Enabled BIOS > >>>> | warning: ti.sysbios.posix.Settings: > >>>> "/OE/arago-rocko-next/build/arago-tmp- > >>>> external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm- > >>>> fw/3.00.15.00-r1/recipe-sysroot/usr/share/ti/ti-sysbios- > >>>> tree/packages/ti/sysbios/posix/Settings.xs", line 80: > >>>> ti.sysbios.posix.Settings : > >>>> This module is deprecated, it has been replaced by > >>>> ti.posix.tirtos.Settings. > >>>> Please update your config script. Loading and configuring the new > >>>> module on > >>>> behalf of this module. > >>>> | generating custom ti.sysbios library makefile ... > >>>> | generating custom ti.sdo.utils library makefile ... > >>>> | generating custom ti.sdo.ipc library makefile ... > >>>> | Auto-registering resource manager for HDVICP2 > >>>> | manageIpc = true > >>>> | Heap: ti.sysbios.heaps.HeapMem > >>>> | Default lib not found: lib/ipu/release/ipu.aem4 > >>>> | looking for release lib > >>>> | js: "/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baselib/package.xs", line 92: Error: Library > >>>> not found: > >>>> lib/ipu/release/ipu.aem4 > >>>> | package.mak:265: recipe for target > >>>> 'package/cfg/out/ipu/release/ipu_pem4.xdl' failed > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Error 1 > >>>> | make[1]: *** Deleting file 'package/cfg/out/ipu/release/ipu_pem4.xdl' > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > >>>> 'package/cfg/out/ipu/release/ipu_pem4.h' > >>>> | make[1]: *** [package/cfg/out/ipu/release/ipu_pem4.xdl] Deleting file > >>>> 'package/cfg/out/ipu/release/ipu_pem4.c' > >>>> | gmake: *** [/OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/git/platform/ti/dce/baseimage,.dlls] Error 2 > >>>> | Makefile:166: recipe for target 'build' failed > >>>> | make: *** [build] Error 2 > >>>> | ERROR: oe_runmake failed > >>>> | WARNING: /OE/arago-rocko-next/build/arago-tmp-external-linaro- > >>>> toolchain/work/armv7ahf-neon-linux-gnueabi/ipumm-fw/3.00.15.00- > >>>> r1/temp/run.do_compile.6164:1 exit 1 from 'exit 1' > >>>> | ERROR: Function failed: do_compile (log file is located at > >>>> /OE/arago-rocko- > >>>> next/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux- > >>>> > >>>> gnueabi/ipumm-fw/3.00.15.00-r1/temp/log.do_compile.6164) > >>>> > >>>> > >>>> On Tue, Aug 14, 2018 at 10:37:58AM -0400, hzhang@ti.com wrote: > >>>>> From: Hao Zhang <hzhang@ti.com> > >>>>> > >>>>> Signed-off-by: Hao Zhang <hzhang@ti.com> > >>>>> > >>>>> --- > >>>>> Changes from previous version of patch > >>>>> Remove old version of tools > >>>>> --- > >>>>> --- > >>>>> recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 9 > >>>>> --------- > >>>>> recipes-ti/bios/ti-sysbios_6.33.00.19.bb | 9 > >>>>> --------- > >>>>> recipes-ti/bios/ti-sysbios_6.46.05.55.bb | 12 > >>>>> ------------ > >>>>> .../{ti-sysbios_6.52.00.12.bb => ti-sysbios_6.73.00.12.bb} | 8 > >>>>> ++++---- > >>>>> 4 files changed, 4 insertions(+), 34 deletions(-) > >>>>> delete mode 100644 recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> delete mode 100644 recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> rename recipes-ti/bios/{ti-sysbios_6.52.00.12.bb => ti- > >>>> sysbios_6.73.00.12.bb} (52%) > >>>>> diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> b/recipes-ti/bios/ti- > >>>> dspbios_5.41.11.38.bb > >>>>> deleted file mode 100644 > >>>>> index f60f6c0..0000000 > >>>>> --- a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb > >>>>> +++ /dev/null > >>>>> @@ -1,9 +0,0 @@ > >>>>> -require ti-dspbios.inc > >>>>> - > >>>>> -PV = "5_41_11_38" > >>>>> - > >>>>> -SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" > >>>>> -SRC_URI[biosbin.sha256sum] = > >>>> "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0 > >>>> " > >>>>> - > >>>>> - > >>>>> -INSANE_SKIP_${PN} = "installed-vs-shipped" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.33.00.19.bb > >>>>> deleted file mode 100644 > >>>>> index 4e2b445..0000000 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.33.00.19.bb > >>>>> +++ /dev/null > >>>>> @@ -1,9 +0,0 @@ > >>>>> -require ti-sysbios.inc > >>>>> - > >>>>> -PV = "6_33_00_19" > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://sysbios_${PV}_manifest.html;md5=94136ca9815f76603b7202a41f1d6f > >>>> 5e" > >>>>> - > >>>>> -SRC_URI[sysbiosbin.md5sum] = "e1a2f28a8b3087896bbd986696e1a908" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "b7e096662f5d928eb818bbb14474deb1e3e038fea34b516b248de637835121e > >>>> c" > >>>>> - > >>>>> -S = "${WORKDIR}/ti/bios_${PV}" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.46.05.55.bb > >>>>> deleted file mode 100644 > >>>>> index e910d53..0000000 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.46.05.55.bb > >>>>> +++ /dev/null > >>>>> @@ -1,12 +0,0 @@ > >>>>> -require recipes-ti/bios/ti-sysbios.inc > >>>>> - > >>>>> -PV = "6_46_05_55" > >>>>> -PR = "r0" > >>>>> - > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=1c88b63f0ce751d88354de0727623eba > >>>> " > >>>>> - > >>>>> -SRC_URI[sysbiosbin.md5sum] = "8182effcbeea90778e393818ec4d65e8" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "2ad3432cafd1a93dd8cd1e56b722c979852d5c72f5defc29843d507cdd7b667a > >>>> " > >>>>> - > >>>>> -TI_BIN_UNPK_CMDS="" > >>>>> -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > >>>>> diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> b/recipes-ti/bios/ti- > >>>> sysbios_6.73.00.12.bb > >>>>> similarity index 52% > >>>>> rename from recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> rename to recipes-ti/bios/ti-sysbios_6.73.00.12.bb > >>>>> index ebdb135..b727673 100644 > >>>>> --- a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb > >>>>> +++ b/recipes-ti/bios/ti-sysbios_6.73.00.12.bb > >>>>> @@ -1,12 +1,12 @@ > >>>>> require recipes-ti/bios/ti-sysbios.inc > >>>>> > >>>>> -PV = "6_52_00_12" > >>>>> +PV = "6_73_00_12" > >>>>> PR = "r0" > >>>>> > >>>>> -LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" > >>>>> +LIC_FILES_CHKSUM = > >>>> "file://manifest_bios_${PV}.html;md5=99771475f3621a6bf690df10327eaaa9" > >>>>> -SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" > >>>>> -SRC_URI[sysbiosbin.sha256sum] = > >>>> "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701 > >>>> " > >>>>> +SRC_URI[sysbiosbin.md5sum] = "f8ff74bf0cfebdd5689fba843272ac61" > >>>>> +SRC_URI[sysbiosbin.sha256sum] = > >>>> "4fdf76696fb43984a9cae739fd2ee091ca9d031ad0277d2bb94dbb26eae63f43" > >>>>> TI_BIN_UNPK_CMDS = "" > >>>>> TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" > >>>>> -- > >>>>> 2.7.4 > >>>>> > >>>>> -- > >>>>> _______________________________________________ > >>>>> meta-ti mailing list > >>>>> meta-ti@yoctoproject.org > >>>>> https://lists.yoctoproject.org/listinfo/meta-ti > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-08-22 14:25 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-08-14 14:37 [rocko][PATCH V3 2/2] recipes-ti: bios: add TI SYSBIOS 6.73.00.12 hzhang 2018-08-16 5:21 ` Denys Dmytriyenko 2018-08-16 11:50 ` Anna, Suman 2018-08-16 13:03 ` Suman Anna 2018-08-17 12:27 ` Karthik Ramanan 2018-08-17 14:54 ` Suman Anna 2018-08-22 2:55 ` Denys Dmytriyenko 2018-08-22 14:25 ` R, Karthik
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.