YoeDistro / meta-intel

Intel BSP layer
Other
14 stars 15 forks source link

issue with read-only rootfs for glib-2.0 for intel-skylake-64 in kirkstone branch #15

Open gkchaithanya opened 10 months ago

gkchaithanya commented 10 months ago

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.