]> git.e2factory.org Git - e2factory.git/commit
Simplify chroot setup by dropping build_config.groups
authorTobias Ulmer <tu@emlix.com>
Mon, 10 Feb 2014 18:29:10 +0000 (19:29 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
commit813d16950d160bc742ce79ef20444b58f986e5ea
treefd45e2efc50e27f19717fd04f8843d7058e0149c
parenta1be4c6e46e59b8c82cf23347b7a8e304d5c5327
Simplify chroot setup by dropping build_config.groups

Use chroot groups of the result instead of going through
build_config.groups. Make sure res.chroot is sorted independent of
proj/chroot.

Previously we did a complicated dance adding all required groups to a
build_config dict and then iterated over the entire chroot table. The
order in which chroot groups were untared did depend on the order of
appearance in proj/chroot.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2build.lua
local/e2tool.lua