[OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Richard Purdie
On Fri, 2011-11-04 at 12:44 +0100, Koen Kooi wrote: Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/rootfs_ipk.bbclass |6 ++ 1 files changed, 6 insertions(+), 0

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Koen Kooi
Op 4 nov. 2011, om 16:45 heeft Richard Purdie het volgende geschreven: On Fri, 2011-11-04 at 12:44 +0100, Koen Kooi wrote: Preinst are run alphabetically which breaks when e.g. avahi-daemon needs /etc/passwd present. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

Re: [OE-core] [Patch v3] rootfs_ipk bbclass: special-case base-passwd preinst to run first

2011-11-04 Thread Mark Hatle
One way to possibly address this is to create a distribution image creation policy. (That is how most of the distributions I'm aware of do it.. desktop/server and embedded.) The policy is generally: install passwd/group files install filesystem hierarchy (it's second because it needs uid/gids)