You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned poky and meta-intel layers from kirkstone branch.
Added the following configurations in local.conf
#select machine configuration for building core-image-minimal.
MACHINE = "intel-skylake-64"
# Make image as Read only rootfs
EXTRA_IMAGE_FEATURES = "read-only-rootfs"
# Install glib-2.0 for core-image-minimal
CORE_IMAGE_EXTRA_INSTALL = " glib-2.0"
Observed readonly rootfs error
ERROR: core-image-minimal-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['100-libglib-2.0-0']
But when machine configuration is changed to "intel-core-i7-64" or read-only-rootfs feature is removed no issue is seen while installing glib-2.0 library to the core-image-minimal.
Also this issue is not seen when using intel-skylake-64 as machine configuration on mickledore branch of poky and meta-intel layers.
The text was updated successfully, but these errors were encountered:
Cloned poky and meta-intel layers from kirkstone branch.
Added the following configurations in local.conf
Observed readonly rootfs error
ERROR: core-image-minimal-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['100-libglib-2.0-0']
But when machine configuration is changed to "intel-core-i7-64" or read-only-rootfs feature is removed no issue is seen while installing glib-2.0 library to the core-image-minimal.
Also this issue is not seen when using intel-skylake-64 as machine configuration on mickledore branch of poky and meta-intel layers.
The text was updated successfully, but these errors were encountered: