diff options
author | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-05-13 17:22:33 +0200 |
---|---|---|
committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-05-14 09:00:43 +0200 |
commit | 303a0ec7f5a1f253cad7380e468d14f555779dfc (patch) | |
tree | f7c9105c3f00ecbce01ad223fea46bf97697fb3c | |
parent | 3e77750bff5983cfb3118074aeadc78cb87eeb59 (diff) |
packagegroup-tdx-cli: remove smem
smem was added just as a nice-to-have, without a specific need. It uses
quite some space in the rootfs, because of quite a number of python3
dependency.
Remove it to save space and make NAND based SoM modules get back some
useful free space on the rootfs
Related-to: ELB-6454
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
(cherry picked from commit aa3cd6ee217d295ba14edb1292939d689eb20ae4)
-rw-r--r-- | recipes-images/images/packagegroup-tdx-cli.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb index b48c20e1..3d63c39d 100644 --- a/recipes-images/images/packagegroup-tdx-cli.bb +++ b/recipes-images/images/packagegroup-tdx-cli.bb @@ -82,7 +82,6 @@ RRECOMMENDS:packagegroup-devel-tdx-cli = "\ ldd \ less \ serial-test \ - smem \ spitools \ spidev-test \ strace \ |