Commit Graph

32401 Commits

Author SHA1 Message Date
Tom Hochstein
c3b070cea6 tesseract-lang: Rename branch master to main
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-20 15:40:03 -05:00
i.MX Yocto Project Release
eba6f05f4d tim-vx: Update tim-vx_1.1.39.bb to commit 84099db
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-19 10:44:48 -07:00
i.MX Yocto Project Release
b3c9642a2d imx-pxp-g2d: Update imx-pxp-g2d_git.bb to commit 5374ff8
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-19 10:35:00 -07:00
i.MX Yocto Project Release
4de5e0c6c9 SCR: Automatic update
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-17 15:33:14 -05:00
Tom Hochstein
f04bf1c951 imx-boot: Revert upstream change for TF-A
Upstream TF-A is moved out of the custom deploy sub-folder `imx-boot-tools`.
Our imx-atf recipe is still installing to `imx-boot-tools`, leading to the
failure in imx-boot:

```
| cp: cannot stat '/.../build/tmp/deploy/images/imx8qmmek/bl31-imx8qm.bin-optee': No such file or directory
```

Copy the previous imx-boot recipe into our layer to keep the old behavior,
at least for now.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-17 12:32:10 -05:00
Tom Hochstein
fda5766fde g2d: Add PXP implementation of G2D [YOCIMX-6269]
Add support for a PXP-based implementation of G2D.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-17 08:58:22 +02:00
i.MX Yocto Project Release
745e4cc28d tensorflow-lite: Update tensorflow-lite-2.9.1.inc to commit 917c93b
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-16 14:15:59 -07:00
Neena Busireddy
0243cfad16 packagegroup-imx-ml: Disable deepview-rt and nnstreamer packages temporarily
tensorflow-lite upgrade to 2.9.1 broke deepview-rt. Disable it temporarily until the issue is fixed.

ERROR: deepview-rt-2.4.42-aarch64-r0 do_package_qa: QA Issue: /usr/lib/libmodelrunner-tflite.so contained in package deepview-rt requires libtensorflow-lite.so.2.8.0(VERS_1.0)(64bit), but no providers found in RDEPENDS:deepview-rt? [file-rdeps]
ERROR: deepview-rt-2.4.42-aarch64-r0 do_package_qa: QA Issue: /usr/lib/libmodelrunner-tflite.so contained in package deepview-rt requires libtensorflow-lite.so.2.8.0()(64bit), but no providers found in RDEPENDS:deepview-rt? [file-rdeps]
ERROR: deepview-rt-2.4.42-aarch64-r0 do_package_qa: Fatal QA errors were found, failing task.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-06-16 12:57:02 -07:00
i.MX Yocto Project Release
5e28a9d1d6 linux-imx-headers: Update to commit c1d2dbd
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-17 03:21:28 +08:00
i.MX Yocto Project Release
0ec2f4697d kernel-module-imx-gpu-viv: Update to commit b35b1ff
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-17 03:19:44 +08:00
i.MX Yocto Project Release
3c7b5cc169 linux-imx: Update to commit c1d2dbd
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-17 03:03:00 +08:00
Neena Busireddy
0252038d45 packagegroup-imx-ml: Remove ml-security for MX93 [YOCIMX-6306]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-06-16 11:56:20 -07:00
Tom Hochstein
18126f147b imx-g2d-samples: Update imx-g2d-samples_git.bb to commit d29d1d8
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-16 19:04:13 +02:00
Tom Hochstein
9648b48e2c imx-g2d-samples: Customize samples for implementation [YOCIMX-6294]
Add a package config so that only valid samples for the G2D implementation
are built.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-16 19:04:13 +02:00
Neena Busireddy
fbf8853d24 meta-ml: Enable ML packages with CPU support for MX93 [YOCIMX-6306]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-06-16 08:33:21 -07:00
Tom Hochstein
dba05176b5 tensorflow-lite-vx-delegate: Fix SRCREV in tensorflow-lite-2.8.0.inc
The restored .inc did not have the latest SRCREV.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-16 10:23:07 -05:00
Neena Busireddy
b9516384b4 tensorflow-lite-vx-delegate: Add back tensorflow-lite-2.8.0 include file
tensorflow-lite-vx-delegate is still on 2.8.0 version and requires tensorflow-lite-2.8.0.inc

Fixes the following error:

ERROR: ParseError at /home/nxa07886/kirkstone/sources/meta-imx/meta-ml/recipes-libraries/tensorflow-lite/
tensorflow-lite-vx-delegate_2.8.0.bb:8: Could not include required file tensorflow-lite-2.8.0.inc

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-06-16 08:13:17 -07:00
Robert Kalmar
02dd6c6e05 tensorflow-lite: Upgrade to version 2.9.1
Signed-off-by: Robert Kalmar <robert.kalmar@nxp.com>
2022-06-16 15:38:28 +02:00
i.MX Yocto Project Release
46f144f2f8 imx-test: Update imx-test_git.bbappend to commit f3840d8
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-15 16:29:05 -05:00
i.MX Yocto Project Release
08e3bfe712 linux-imx-headers: Update to commit 69281c4
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-16 03:20:41 +08:00
i.MX Yocto Project Release
0c525aefb6 kernel-module-imx-gpu-viv: Update to commit e51e232
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-16 03:19:22 +08:00
i.MX Yocto Project Release
c5ca781a15 linux-imx: Update to commit 69281c4
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-16 03:03:01 +08:00
Tom Hochstein
1524992d06 layer: Move SOC_DEFAULT_IMAGE_FSTYPES to imx-base-extend.inc
Since SOC_DEFAULT_IMAGE_FSTYPES is set in imx-base.inc, override it
using imx-base-extend.inc.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-15 13:18:41 -05:00
i.MX Yocto Project Release
3498cb799b smw: Update smw_git.bb to commit 3b2e759
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-14 16:44:57 -05:00
Lauren Post
517f32998f meta-bsp/conf/machine/imx8_all.conf: Fix extra slash
Signed-off-by: Lauren Post <lauren.post@nxp.com>
2022-06-14 15:30:05 -05:00
Lauren Post
152656f61b meta-bsp/conf/machine/imx8_all.conf: Fix typo in dtb
Signed-off-by: Lauren Post <lauren.post@nxp.com>
2022-06-14 14:37:57 -05:00
Lauren Post
bf3b6c840f imx8_all: Add some missing dtbs from older boards
Signed-off-by: Lauren Post <lauren.post@nxp.com>
2022-06-14 10:12:26 -05:00
i.MX Yocto Project Release
28c654d2f7 imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.4-aarch64.bin to commit d9cc376
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-13 12:53:39 -07:00
i.MX Yocto Project Release
6cee4ea4da imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.4-arm.bin to commit d9cc376
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-13 12:48:32 -07:00
i.MX Yocto Project Release
0b2c59a06f imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.4-aarch64.bin to commit d9cc376
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-13 12:47:12 -07:00
i.MX Yocto Project Release
939e39fafe imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.4-aarch32.bin to commit d9cc376
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-13 12:40:50 -07:00
i.MX Yocto Project Release
5657a9b93f linux-imx-headers: Update to commit e8a7b09
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-14 02:16:04 +08:00
i.MX Yocto Project Release
84c3f052f9 kernel-module-imx-gpu-viv: Update to commit 8b7606a
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-14 02:14:45 +08:00
i.MX Yocto Project Release
404c08cb14 u-boot-imx: Update to commit f0ac93e
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-14 02:10:40 +08:00
i.MX Yocto Project Release
149d019336 linux-imx: Update to commit e8a7b09
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-14 01:54:11 +08:00
Zelan Zou
6821ea3d77 imx93-11x11-lpddr4x-evk.conf: Add DTB files to i.MX93 KERNEL_DEVICETREE.[YOCIMX-6302]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2022-06-13 11:23:16 +08:00
Jun Zhu
14e83df58a Install libgpiod-tools to rootfs [YOCIMX-6296]
Include it into packagegroups
- packagegroup-core-tools-testapps
- packagegroup-imx-core-tools

Signed-off-by: Jun Zhu <junzhu@nxp.com>
2022-06-11 23:43:07 +08:00
i.MX Yocto Project Release
9fb1c3e678 optee-os: Update optee-os_3.17.0.imx.bb to commit c1e3984
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 15:06:14 -07:00
i.MX Yocto Project Release
308ebfa79f imx-dsp: Update imx-dsp_2.0.1.bb to commit 78f95ea
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 16:23:27 -05:00
i.MX Yocto Project Release
eb9b86c615 imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.4-aarch64.bin to commit 3831256
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 13:46:03 -07:00
i.MX Yocto Project Release
2cb2cbe517 imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.4-arm.bin to commit 3831256
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 13:41:54 -07:00
i.MX Yocto Project Release
0038b5b401 imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.4-aarch64.bin to commit 3831256
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 13:38:03 -07:00
i.MX Yocto Project Release
d5837fe9e1 imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.4-aarch32.bin to commit 3831256
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 13:32:41 -07:00
Julien Vuillaumier
49a222d553 nnstreamer: Add deepview-rt engine support
Signed-off-by: Julien Vuillaumier <julien.vuillaumier@nxp.com>
2022-06-10 20:03:29 +02:00
Tom Hochstein
7cac8e8d4d linux-imx-headers: Align with meta-freescale recipe
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-10 13:00:23 -05:00
Tom Hochstein
a5ba2ef171 gstreamer1.0: Don't override non-i.MX recipe
The wildcard on the bbappend file allowed overriding any recipe, but
only the i.MX fork should be overridden.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-06-10 12:57:34 -05:00
Jun Zhu
a6eecf238a Revert "firmware-imx: Package firmware of camera AP1302 [YOCIMX-6270]"
This reverts commit b813aabde8.
2022-06-10 21:24:26 +08:00
i.MX Yocto Project Release
2a2f75c8f2 onnxruntime: Update onnxruntime_1.10.0.bb to commit 958cce4
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 03:58:35 -07:00
i.MX Yocto Project Release
dadf20fbf7 firmware-imx: Update firmware-imx-8.17.inc to commit 401b0ca
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-06-10 03:35:44 -07:00
Jun Zhu
6b7648fc09 Revert "imx93-11x11-lpddr4x-evk.conf: Install AP1302 Firmware [YOCIMX-6270]"
This reverts commit 1b0f5bbc0b.
2022-06-10 17:29:43 +08:00