Commit Graph

62 Commits

Author SHA1 Message Date
Tom Hochstein
e3f1948b8f packagegroup-core-full-cmdline: Don't include NFS server support [LF-11310]
The logs show errors for NFS server:
```
systemd[1]: Dependency failed for NFS Mount Daemon.
systemd[1]: Dependency failed for NFS server and services.
systemd[1]: Failed to mount NFSD configuration filesystem.
systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'.
systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
```

The default kernel config doesn't support NFS server, so the error is
not a surprise. This issue was fixed once incorrectly by hacking the
NFS server install [1]. A more recent fix reverted that and fixed
instead the root cause of including the NFS server [2]. That fix is
fine, but the problem persists because there is a second recipe
including the NFS server, packagegroup-core-full-cmdline.

[1] 586837c146 nfs-utils_1.3.3.bbappend: Check for CONFIG NFSD in kernel config [YOCIMX-1736] [YOCIMX-1737]
[2] ec71133501 imx-image-*: Remove nfs-server from rootfs [YOCIMX-7329]

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2024-01-22 11:36:50 -06:00
Flora Hu
1f985e787b packagegroup-fsl-tools-testapps.bbappend: Include brctl in full and multimedia images [YOCIMX-7592]
Signed-off-by: Flora Hu <flora.hu@nxp.com>
2024-01-15 03:51:52 +01:00
Tom Hochstein
ba980f457d packagegroup-fsl-tools-gpu: Rename Mali OpenCL dev package [YOCIMX-7489]
The Mali OpenCL API is updated for ICD, resulting in mali-imx-libopencl package
being renamed to mali-imx-opencl-icd.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2024-01-11 16:33:00 -06:00
Jun Zhu
fb8c16b3d8 packagegroup-imx-isp: Include libcamera for i.MX95 [YOCIMX-7440]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2023-12-29 14:59:28 +08:00
Nikhil Singla
3b19de8dc5 packagegroup-imx-security: Change imx-secure-enclave to itest package group
Changed imx-secure-enclave to itest package group as itest already has
a dependency on imx-secure-enclave.

Signed-off-by: Nikhil Singla <nikhil.singla@nxp.com>
2023-12-19 18:34:21 +05:30
Tom Hochstein
f19087609c Revert "Add dmidecode and lshw to images [YOCIMX-7519]"
Make the change internal only.

This reverts commit d367a4250d.
2023-12-15 13:29:16 -06:00
Tom Hochstein
d367a4250d Add dmidecode and lshw to images [YOCIMX-7519]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2023-12-14 07:36:02 -06:00
Tom Hochstein
52c0c2f480 packagegroup-fsl-tools-gpu: Add mali-imx-dev and mali-imx-libopencl-dev
Since mali_clcc and malisc are moved to dev packages, add them manually
to the rootfs.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2023-12-13 10:48:37 -06:00
Tom Hochstein
40fcdaa82a packagegroup-imx-security: Add imx-secure-enclave to 95
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2023-12-13 10:48:37 -06:00
Jun Zhu
1cb7b0c7e4 packagegroup-fsl-tools-gpu: Add imx-gpu-apitrace for i.MX95 [YOCIMX-7508]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2023-12-12 15:25:18 +08:00
Zelan Zou
bdd7dcf3c8 packagegroup-fsl-tools-gpu.bb: Make GPU tools dependency logic clearer [YOCIMX-7506]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2023-12-11 10:38:24 +08:00
Neena Busireddy
d25c439714 Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-12-08 06:41:38 +01:00