mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
The "container" fstype does very little other than pick tar.bz2 as the actual image type and disable installation of ROOTFS_BOOTSTRAP_INSTALL. [YOCTO #9502] (From OE-Core rev: e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
ROOTFS_BOOTSTRAP_INSTALL = ""
|
|
IMAGE_TYPES_MASKED += "container"
|
|
IMAGE_TYPEDEP_container = "tar.bz2"
|