Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gkchaithanya opened this issue Nov 24, 2023 · 0 comments

Comments

@gkchaithanya
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant