All of lore.kernel.org
 help / color / mirror / Atom feed
* Move IMAGE_BOOT stuff into distro's?
@ 2009-12-29 15:15 Leon Woestenberg
  2009-12-29 15:34 ` Phil Blundell
  2009-12-29 18:46 ` Koen Kooi
  0 siblings, 2 replies; 10+ messages in thread
From: Leon Woestenberg @ 2009-12-29 15:15 UTC (permalink / raw)
  To: openembedded-devel

Why do we hardcode names of default packages in the "image.bbclass"?

Now every image recipe that doesn't want these has to know the
variables it has to override.

Shouldn't this be distro material instead?

#
# udev, devfsd, busybox-mdev (from busybox) or none
#
IMAGE_DEV_MANAGER ?= "${@base_contains("MACHINE_FEATURES", "kernel26",
 "udev","",d)} "
#
# sysvinit, upstart
#
IMAGE_INIT_MANAGER ?= "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS ?= "initscripts"
#
# tinylogin, getty
#
IMAGE_LOGIN_MANAGER ?= "tinylogin"

IMAGE_KEEPROOTFS ?= ""
IMAGE_KEEPROOTFS[doc] = "Set to non-empty to keep ${IMAGE_ROOTFS}
around after image creation."

IMAGE_BOOT ?= "${IMAGE_INITSCRIPTS} \
${IMAGE_DEV_MANAGER} \
${IMAGE_INIT_MANAGER} \
${IMAGE_LOGIN_MANAGER} "

Regards,
-- 
Leon



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-12-31 10:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 15:15 Move IMAGE_BOOT stuff into distro's? Leon Woestenberg
2009-12-29 15:34 ` Phil Blundell
2009-12-29 15:47   ` Leon Woestenberg
2009-12-29 18:46 ` Koen Kooi
2009-12-29 19:44   ` Leon Woestenberg
2009-12-29 22:42     ` Khem Raj
2009-12-30  8:48       ` Koen Kooi
2009-12-30  9:27         ` Frans Meulenbroeks
2009-12-30 19:37         ` Leon Woestenberg
2009-12-31 10:12           ` Frans Meulenbroeks

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.