diff options
| author | Ross Burton <ross@burtonini.com> | 2022-02-21 17:32:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
| commit | 29dadf807a7e8f4f0096c0e9632378666f78c2a1 (patch) | |
| tree | 8085e98d469404c40f8ff911755b69cdf2de032d | |
| parent | dec75f203adbba6172c4e239f2118bae0e6cf8b0 (diff) | |
| download | poky-29dadf807a7e8f4f0096c0e9632378666f78c2a1.tar.gz | |
poky-tiny: set QB_DEFAULT_FSTYPE correctly
QB_DEFAULT_FSTYPE is used literally as the image extension in the testimage
code, so this shouldn't be set as IMAGE_FSTYPES because that variable is a
list of image types, so if IMAGE_FSTYPES is extended and testimage ran it
will try to look for an image called e.g. "core-image-minimal-cpio.gz ext4".
Instead, set QB_DEFAULT_FSTYPE explicitly to cpio.gz.
(From meta-yocto rev: 78d2ca75839aac47007522d4b6f790a4bd32b950)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 54b2af5697..499af906a8 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
| @@ -97,8 +97,7 @@ INIT_MANAGER ?= "mdev-busybox" | |||
| 97 | # udev, grub, etc. These pull in gettext, which fails to build with wide | 97 | # udev, grub, etc. These pull in gettext, which fails to build with wide |
| 98 | # character support. | 98 | # character support. |
| 99 | IMAGE_FSTYPES = "cpio.gz" | 99 | IMAGE_FSTYPES = "cpio.gz" |
| 100 | 100 | QB_DEFAULT_FSTYPE = "cpio.gz" | |
| 101 | QB_DEFAULT_FSTYPE = "${IMAGE_FSTYPES}" | ||
| 102 | 101 | ||
| 103 | # Drop v86d from qemu dependency list (we support serial) | 102 | # Drop v86d from qemu dependency list (we support serial) |
| 104 | # Drop grub from meta-intel BSPs | 103 | # Drop grub from meta-intel BSPs |
