* making a list of the *fundamental* variables used by image.bbclass
@ 2015-01-07 14:43 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2015-01-07 14:43 UTC (permalink / raw)
To: OE Core mailing list
for class purposes, i want to make a *short* list of the really
fundamental variables used to define the final content of an image as
used by image.bbclass, and i want to know if there's anything i've
missed from this list.
first, the obvious ones:
* IMAGE_FEATURES (image features, processed by image.bbclass)
* IMAGE_INSTALL (names of individual packages)
as i read it, those two variables pretty much define the final content
of the image. i *don't* include things like EXTRA_IMAGE_FEATURES as
that variable is already processed by bitbake.conf before image
processing starts; that is, image.bbclass makes no reference to that
variable, so it's not relevant here.
other variables that make a smaller difference but still processed
by image.bbclass:
* ROOTFS_PKGMANAGE
* SPLASH
there are also all those *_PROCESS_COMMAND variables (preprocess,
postprocess), but i haven't checked yet which of those are simply
processed within image.bbclass based on the contents of
IMAGE_FEATURES, or possibly something else.
ah, here's another one:
* DISTRO_FEATURES
which is tested for processing of systemd/sysvinit. (for similar
reasons, MACHINE_FEATURES is not listed here as all of its processing
is done outside the file.)
i'm still perusing the file but are there any variables i've
overlooked that are treated as *input* to image.bbclass that control
the final image content? (i'm also ignoring things like fstype-related
variables, not interested in the *format* of the final image, just the
content.)
so what have i missed?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-07 14:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 14:43 making a list of the *fundamental* variables used by image.bbclass Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox