|
How to build an image that u-boot can load-to and run from RAM
I have done this on many devices, and variations of Linux. However, I am totally stumped as to how to do this with Yocto. I have no persistent data, so everything being volatile is fine. The only time
I have done this on many devices, and variations of Linux. However, I am totally stumped as to how to do this with Yocto. I have no persistent data, so everything being volatile is fine. The only time
|
By
Howard
· #58721
·
|
|
Possible to ignore a missing file in recipe without error?
Thanks Josef, that sounds like what I want to do isn't really possible Or if it is, it isn't worth the effort.
Thanks Josef, that sounds like what I want to do isn't really possible Or if it is, it isn't worth the effort.
|
By
Howard
· #56173
·
|
|
Possible to ignore a missing file in recipe without error?
Hi: I have a simple recipe that installs a few miscellaneous files, one of the files may or may not be present and in reality that's ok for the moment, but I don't see a way to do things in a recipe b
Hi: I have a simple recipe that installs a few miscellaneous files, one of the files may or may not be present and in reality that's ok for the moment, but I don't see a way to do things in a recipe b
|
By
Howard
· #56161
·
|
|
readonly rootfs - storing data in separate partition
Hi: I was wondering if anybody is using meta-readonly-rootfs-overlay? Thanks Howard
Hi: I was wondering if anybody is using meta-readonly-rootfs-overlay? Thanks Howard
|
By
Howard
· #56088
·
|
|
Fetch of shared-mime-info and shared-mime-info-native never finishes.
Ok so for some reason the repo for shared-mime-info is offline. I just ran a simple git clone of: git clone git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https and it never completes
Ok so for some reason the repo for shared-mime-info is offline. I just ran a simple git clone of: git clone git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https and it never completes
|
By
Howard
· #55667
·
|
|
Fetch of shared-mime-info and shared-mime-info-native never finishes.
I should point out that nothing changed on my end and this was all building fine Friday Dec 24, and now it does not build on Monday Dec 27.
I should point out that nothing changed on my end and this was all building fine Friday Dec 24, and now it does not build on Monday Dec 27.
|
By
Howard
· #55666
·
|
|
Fetch of shared-mime-info and shared-mime-info-native never finishes.
Hi: This just started happening today. Both shared-mime-info-native-1.15-r0 do_fetch and shared-mime-info-1.15-r0 do_fetch Never complete. Bitbake completes all other non-dependant recipes, leaving th
Hi: This just started happening today. Both shared-mime-info-native-1.15-r0 do_fetch and shared-mime-info-1.15-r0 do_fetch Never complete. Bitbake completes all other non-dependant recipes, leaving th
|
By
Howard
· #55665
·
|
|
Making partitions in .hddimg image
Hi Nikhil: I searched for a solution to this for a very long time. I never did find a solution. However I also learned I really did not need this for my .hddimg. For early development booting from a U
Hi Nikhil: I searched for a solution to this for a very long time. I never did find a solution. However I also learned I really did not need this for my .hddimg. For early development booting from a U
|
By
Howard
· #51867
·
|
|
Prevent WIC image from being built?
Yup, thank you Bruce: Using IMAGE_FSTYPES_remove += "wic" Didn't do it for me, but IMAGE_TYPES_remove += "wic" did the trick.
Yup, thank you Bruce: Using IMAGE_FSTYPES_remove += "wic" Didn't do it for me, but IMAGE_TYPES_remove += "wic" did the trick.
|
By
Howard
· #51855
·
|
|
Prevent WIC image from being built?
Hi: Was wondering if there was a way to exclude wic image from being built. Many thanks, and Happy New year. Howard
Hi: Was wondering if there was a way to exclude wic image from being built. Many thanks, and Happy New year. Howard
|
By
Howard
· #51845
·
|
|
avahi-daemon.service - how to create custom .service file with different startup parameters
Awesome Konrad Thanks. That looks like it will do exactly what I need.
Awesome Konrad Thanks. That looks like it will do exactly what I need.
|
By
Howard
· #51382
·
|
|
avahi-daemon.service - how to create custom .service file with different startup parameters
Hi: I've been digging through meta/recipes-connectivity trying to figure out how I can override the avahi-daemon startup parameters. However I am not finding where the avahi-daemon.service file gets c
Hi: I've been digging through meta/recipes-connectivity trying to figure out how I can override the avahi-daemon startup parameters. However I am not finding where the avahi-daemon.service file gets c
|
By
Howard
· #51379
·
|
|
grubenv not being generated
Thanks Khem: Not entirely certain what that means. Apologies, I'm learning about 10 different things at the same time here. I probably should have also asked, should I expect grubenv to be present?
Thanks Khem: Not entirely certain what that means. Apologies, I'm learning about 10 different things at the same time here. I probably should have also asked, should I expect grubenv to be present?
|
By
Howard
· #51207
·
|
|
grubenv not being generated
Hi: I am using grub as my bootloader, and enabling it via EFI_PROVIDER = "grub-efi" That all seems to work fine, except that grubenv is not being created anywhere. I can run grub-editenv to create one
Hi: I am using grub as my bootloader, and enabling it via EFI_PROVIDER = "grub-efi" That all seems to work fine, except that grubenv is not being created anywhere. I can run grub-editenv to create one
|
By
Howard
· #51205
·
|