-
Notifications
You must be signed in to change notification settings - Fork 10
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
WARNING: Data in /mnt directory is not preserved by OSTree. Consider moving it under /usr #34
Comments
I think commit a1d822b broke also qemu if meta-updater-raspberrypi is enabled. I see this line in
This breaks booting qemu:
@patrickvacek
Then setup oe-selftest as described in README.md, and run:
|
@OYTIS when customizing recipes which are normally used for multiple machines,
This makes sure that OE keeps a separate packages specifically for this machine. See also PACKAGE_ARCH documentation. |
Yes, typically I run it in with |
The bootpart directory created in /mnt/bootpart causes a warning during build:
That might be even harmful and prevent it from getting mounted (since mount typically errors out with
mount point does not exist.
if the target directory does not exist).The text was updated successfully, but these errors were encountered: