Commit Graph

31864 Commits

Author SHA1 Message Date
i.MX Yocto Project Release
abdc7e1a1d kernel-module-isp-vvcam: Update kernel-module-isp-vvcam_4.2.2.18.0.bb to commit 40aefdb
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 17:57:46 -05:00
i.MX Yocto Project Release
9003f1c615 imx-alsa-plugins: Update imx-alsa-plugins_git.bb to commit 0f32bca
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 12:47:46 -07:00
i.MX Yocto Project Release
819ca00789 optee-os: Update optee-os_3.17.0.imx.bb to commit ba3f913
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 12:39:37 -07:00
i.MX Yocto Project Release
65fc6bc6ce imx-sc-firmware: Update imx-sc-firmware_1.13.0.bb to commit e5f0799
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 12:26:46 -07:00
Julien Vuillaumier
9577acb6df nnstreamer: Upgrade version from 2.0.0 to 2.1.1
Obsolete meson options removed.
Upstreamed patch removed.

Signed-off-by: Julien Vuillaumier <julien.vuillaumier@nxp.com>
2022-04-29 19:02:12 +02:00
Tom Hochstein
73fa44d55d imx-dsp: Add TensorFlow Lite Micro for 8ULP [LF-5799]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-29 16:55:31 +02:00
Tom Hochstein
76d0d8d271 imx-dsp: Rework the install logic [LF-5799]
Replace the firmware name variable with a simpler firmware platform
variable. This allows the logic that removes firmware that is not
for this platform to handle any firmware, not just the main binary.

Also, make the default value of the variable UNDEFINED. Then, if
a new SOC is not properly added to the variable list, the mv will
fail.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-29 16:55:31 +02:00
Tom Hochstein
1dd76aab09 imx-dsp: Don't hide failures in install
If the firmware is missing it is a failure. Drop the if-statement that
causes such a failure to be ignored.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-29 16:55:31 +02:00
Tom Hochstein
f4dc2b7980 imx-dsp: Drop install logic that does nothing
Neither of the following exist, so drop the install logic trying to
remove them:
- /usr/include/imx-mm/audio-codec
- /lib/firmware/imx/dsp/hifi4_imx8mp_lpa.bin

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-29 16:55:31 +02:00
i.MX Yocto Project Release
587f8ec616 linux-imx-headers: Update to commit 4fafdb0
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 21:56:06 +08:00
i.MX Yocto Project Release
4997a7f8d5 kernel-module-imx-gpu-viv: Update to commit cfdfcb9
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 21:55:07 +08:00
i.MX Yocto Project Release
f326b4d44d linux-imx: Update to commit 4fafdb0
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 21:54:14 +08:00
Neena Busireddy
970c81c4dc packagegroup-imx-ml: Remove deepview-rt temporarily until build breaks are fixed [YOCIMX-6214]
This reverts commit e0d4c28030.
2022-04-29 06:45:06 -07:00
Zelan Zou
eadba9d31f Add i.MX 8ULP DTB to KERNEL_DEVICETREE [YOCIMX-6229]
--imx8ulp-9x9-evk-rk055hdmipi4m.dtb
    --imx8ulp-9x9-evk-rk055hdmipi4mv2.dtb

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2022-04-29 20:26:35 +08:00
Cristinel Panfir
711ca01947 multilib: optee-test.imx.inc: Fix FILES libdir [YOCIMX-6228]
ERROR: optee-test-3.17.0.imx-r0 do_package: QA Issue: optee-test: Files/directories were installed but not shipped in any package:
  /usr/lib64
  /usr/lib64/tee-supplicant
  /usr/lib64/tee-supplicant/plugins
  /usr/lib64/tee-supplicant/plugins/f07bfc66-958c-4a15-99c0-260e4e7375dd.plugin
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
optee-test: 4 installed and not shipped files. [installed-vs-shipped]
ERROR: optee-test-3.17.0.imx-r0 do_package: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /opt/work/kirkstone/build/tmp/work/armv8a-poky-linux/optee-test/3.17.0.imx-r0/temp/log.do_package.3130723
ERROR: Task (/opt/work/kirkstone/sources/meta-imx/meta-bsp/recipes-security/optee-imx/optee-test_3.17.0.imx.bb:do_package) failed with exit code '1'

Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2022-04-29 11:15:32 +03:00
i.MX Yocto Project Release
8b18c15f7a SCR: Automatic update
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 01:55:11 -05:00
i.MX Yocto Project Release
6278712e2b SCR: Automatic update
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 22:30:39 -05:00
Tom Hochstein
b48fff603a imx-mkimage: Use BUILD_LDFLAGS
From upstream fix:

imx-mkimage is compiled with the host gcc, thus if one needs to add
explicit linker flags one should use BULD_LDFLAGS, not the ones
forseen for the cross compiler.

Prevents, on distros with an older gcc (e.g. OpenSuse 15.3 with gcc 7.5.0),
the following error.

| Compiling mkimage_imx8
| gcc -O2 -Wall -std=c99 -I .../imx-boot/1.0-r0/recipe-sysroot-native/usr/include -L .../imx-boot/1.0-r0/recipe-sysroot-native/usr/lib
     mkimage_imx8.c -o mkimage_imx8 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0
     -fdebug-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0 -fdebug-prefix-map=.../imx-boot/1.0-r0/recipe-sysroot=
     -fdebug-prefix-map=.../imx-boot/1.0-r0/recipe-sysroot-native=  -Wl,-z,relro,-z,now -lz
| gcc: error: unrecognized command line option ‘-fmacro-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0’
| make[1]: *** [soc.mak:87: mkimage_imx8] Error 1

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-28 18:29:24 -05:00
i.MX Yocto Project Release
a3e0139a99 deepview-rt-examples: Update deepview-rt-examples_1.5.bb to EULA be5ff43
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 15:35:49 -07:00
i.MX Yocto Project Release
52205e6112 deepview-rt-examples: Update deepview-rt-examples_1.5.bb to commit bba463d
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 15:35:49 -07:00
i.MX Yocto Project Release
9ebc18ba53 deepview-rt: Update deepview-rt_2.4.42-aarch64.bb to EULA be5ff43
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 15:31:51 -07:00
i.MX Yocto Project Release
afdf5c5d73 deepview-rt: Update deepview-rt_2.4.42-aarch64.bb to commit 48369b7
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 15:31:51 -07:00
i.MX Yocto Project Release
151bb0aefc tensorflow-lite-vx-delegate: Update tensorflow-lite-vx-delegate_2.8.0.bb to commit 012763d
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 15:03:22 -07:00
i.MX Yocto Project Release
b6ff92a264 imx-dpu-g2d: Update imx-dpu-g2d-2.1.0.bin to commit ea9ec59
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:55:12 -07:00
i.MX Yocto Project Release
4569db89ea imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.2-aarch64.bin to commit be486b7
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:37:12 -07:00
i.MX Yocto Project Release
cf5b80525a imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.2-aarch64.bin to commit be486b7
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:30:56 -07:00
i.MX Yocto Project Release
7aaef476a2 imx-gpu-g2d: Update imx-gpu-g2d-6.4.3.p4.2-arm.bin to commit be486b7
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:25:54 -07:00
i.MX Yocto Project Release
b84ccd4ff1 imx-gpu-viv: Update imx-gpu-viv-6.4.3.p4.2-aarch32.bin to commit be486b7
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:19:21 -07:00
i.MX Yocto Project Release
328d19d22b linux-imx-headers: Update to commit 89b704d
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 04:37:14 +08:00
i.MX Yocto Project Release
2e24d24f3a u-boot-imx: Update to commit bb69295
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 04:32:45 +08:00
i.MX Yocto Project Release
fa6b7e7b35 linux-imx: Update to commit 89b704d
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-29 04:15:58 +08:00
i.MX Yocto Project Release
608cc7260b imx-atf: Update imx-atf_2.6.bb to commit 0ac9e18
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 14:32:12 -05:00
i.MX Yocto Project Release
8a8b961e62 firmware-imx: Update firmware-imx-8.16.inc to commit 517f4da
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 12:06:33 -07:00
Tom Hochstein
b69a64f9d8 imx-mkimage: Update patches from community [YOCIMX-6226]
Update with issues found in review.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-28 13:58:18 -05:00
Tom Hochstein
4649562c18 imx-mkimage: Update imx-mkimage_git.inc to commit 9ae3db3
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-28 13:58:18 -05:00
Neena Busireddy
e0d4c28030 Revert "packagegroup-imx-ml: Remove deepview-rt temporarily until build breaks are fixed [YOCIMX-6214]"
This reverts commit 7db3934888.
2022-04-28 11:27:47 -07:00
i.MX Yocto Project Release
9953a38673 smw: Update smw_git.bb to commit 8a458af
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 04:57:32 -05:00
Jun Zhu
98468cf6df imx-dsp: Update imx-dsp_2.0.0.bb to EULA be5ff43
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2022-04-28 17:34:49 +08:00
Jun Zhu
7a45453429 imx-dsp: Update imx-dsp_2.0.0.bb to commit fac3a35
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2022-04-28 17:34:37 +08:00
i.MX Yocto Project Release
3f6f329af7 imx-dsp-codec-ext: Update imx-dsp-codec-ext_2.0.0.bb to EULA be5ff43
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 03:27:41 -05:00
i.MX Yocto Project Release
18ebb6dd3e imx-dsp-codec-ext: Update imx-dsp-codec-ext_2.0.0.bb to commit b3ea821
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 03:27:41 -05:00
i.MX Yocto Project Release
7212005073 SCR: Automatic update
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 12:00:32 +08:00
Zelan Zou
2d3b2e56d6 imx-dsp-codec-ext: Upgrade version from 1.2.1 to 2.0.0 [YOCIMX-6203]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2022-04-28 09:50:41 +08:00
Zelan Zou
3503a0b5aa imx-dsp: Upgrade version from 1.2.1 to 2.0.0 [YOCIMX-6203]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2022-04-28 09:50:41 +08:00
Tom Hochstein
4e8b6fcebf imx-boot: Use our updated patches [YOCIMX-6226]
The patches added upstream fail to apply on our newer source. Use the
adapted patches in our local folder.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-04-27 19:42:05 -05:00
i.MX Yocto Project Release
c09312c81c imx-g2d-samples: Update imx-g2d-samples_git.bb to commit 35c96c3
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-27 15:12:39 -07:00
i.MX Yocto Project Release
49104da52e SCR: Automatic update
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-27 15:02:26 -05:00
i.MX Yocto Project Release
144dd8d98f imx-parser: Update imx-parser_4.7.0.bb to commit 2f38160
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-27 12:32:13 -07:00
i.MX Yocto Project Release
79b897d0d9 linux-imx-headers: Update to commit a53f56f
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-28 03:22:48 +08:00
i.MX Yocto Project Release
25669dc138 imx-sc-firmware: Update imx-sc-firmware_1.13.0.bb to commit f1e5cbb
Signed-off-by: i.MX Yocto Project Release <imx.release@nxp.com>
2022-04-27 12:21:48 -07:00