]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rootfs-postcommands: Try and improve ordering constraints
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2024 17:22:14 +0000 (17:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jan 2024 10:13:41 +0000 (10:13 +0000)
commit0ffff2c1f80a9b79b133d787764bab164d9abd70
tree3a7fb201a4de275bb83bfb9d4e7fa26cfb356f8e
parent72befdb12568fbc642022ef0a23b269c5b37a638
rootfs-postcommands: Try and improve ordering constraints

The current code is in race to see who can set things last. This isn't scalable or
sustainable and problemtic in the face of inherit ordering changes.

Move the ordering issue into the actual code execution, which isn't ideal but
the best of several bad options and at least lets us drop the anonymous python.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/rootfs-postcommands.bbclass
meta/lib/oe/rootfs.py