This machine does not add these image types to begin with, so no change is made.
Signed-off-by: Andrew Davis <[email protected]> --- 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 --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" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15652): https://lists.yoctoproject.org/g/meta-arago/message/15652 Mute This Topic: https://lists.yoctoproject.org/mt/110080738/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
