* How do I "remove" my application from ROOTFS and add it to INITRD ?
@ 2016-10-31 11:09 Lars Larsen
0 siblings, 0 replies; only message in thread
From: Lars Larsen @ 2016-10-31 11:09 UTC (permalink / raw)
To: yocto@yoctoproject.org
I have a recipie that builds and work fine.
It producue a rootfs.img and an initrd, all nicely wrapped in bootable
ISO and hdd images
It all ends in rootfs.img , but I would like it to end in initrd.
(this would makes my update procedure towards costumers simpler, since
we only have handle distribution of the initrd file)
My main recipe uses IMAGE__INSTALL to add my application - that contains
a bunch of recipes for compiled modules, and a directory structure with
a number of scripts.
So after analyzing bootimg.bbclass I can see, that I need to add a
cpio.gz image of my application to get the INITRD variable, and remove
it from ROOTFS
But how do I achieve this, in a compatible manor ?
-Lars
--
Best Regards
Lars Larsen
F.Poulsen Engineering Aps
Tjørnager 16
4330 Hvalsø
Denmark
+45 29802784
www.visionweeding.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-31 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 11:09 How do I "remove" my application from ROOTFS and add it to INITRD ? Lars Larsen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.