]> code.ossystems Code Review - openembedded-core.git/commit
image-live.bbclass: optional depends when ROOTFS empty
authorGuillaume Champagne <champagne.guillaume.c@gmail.com>
Thu, 1 Apr 2021 20:48:49 +0000 (16:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Apr 2021 14:27:43 +0000 (15:27 +0100)
commit96f47c39f1d17f073243913d524bde84add41d8f
tree1792c6f764c1a2c7842c4a2f0e6da57b878e07e4
parent61d6584eeadb42943a020c4168f398e7abb377e2
image-live.bbclass: optional depends when ROOTFS empty

`ROOTFS` is optional. It can be empty if the live image doesn't require
a rootfs.  In such cases, the build doesn't depend on
`do_image_{LIVE_ROOTFS_TYPE}`.

Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-live.bbclass