diff mbox series

[meta-arago,master] images: Remove unneeded removal of ubi images from omapl138

Message ID 20241212145600.11989-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] images: Remove unneeded removal of ubi images from omapl138 | expand

Commit Message

Andrew Davis Dec. 12, 2024, 2:56 p.m. UTC
This machine does not add these image types to begin with, so
no change is made.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-default-image.bb  | 4 ----
 .../recipes-core/images/tisdk-thinlinux-image.bb              | 4 ----
 2 files changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
index faae53d3..6c46c423 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
@@ -31,10 +31,6 @@  IMAGE_INSTALL += "\
 
 export IMAGE_BASENAME = "tisdk-default-image${ARAGO_IMAGE_SUFFIX}"
 
-# Disable ubi/ubifs as the filesystem requires more space than is
-# available on the HW.
-IMAGE_FSTYPES:remove:omapl138 = "ubifs ubi"
-
 EXTRABROWSERS = " \
     qtwebbrowser-examples \
     qtwebengine-qmlplugins \
diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb
index 34494976..5d1c26d8 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb
@@ -22,7 +22,3 @@  IMAGE_INSTALL += "\
 "
 
 export IMAGE_BASENAME = "tisdk-thinlinux-image${ARAGO_IMAGE_SUFFIX}"
-
-# Disable ubi/ubifs as the filesystem requires more space than is
-# available on the HW.
-IMAGE_FSTYPES:remove:omapl138 = "ubifs ubi"