diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-22 17:53:08 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-23 14:34:55 +0200 |
commit | cf36fad0b1f2542f04d1b4800c0a4cd593c51dcf (patch) | |
tree | ac8324d78ffe5ade9ad5f5b42f38d97ae61c43c7 /classes | |
parent | 164e73cd749320ca25477406f409a826fc6ac5b6 (diff) | |
download | meta-updater-cf36fad0b1f2542f04d1b4800c0a4cd593c51dcf.tar.gz |
Include fix for qemu in sota_qemux86-64.bbclass
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sota_qemux86-64.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass index 15b2043..82efe52 100644 --- a/classes/sota_qemux86-64.bbclass +++ b/classes/sota_qemux86-64.bbclass | |||
@@ -9,3 +9,6 @@ OSTREE_INITRAMFS_FSTYPES ?= "ext4.gz" | |||
9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" | 9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" |
10 | 10 | ||
11 | IMAGE_ROOTFS_EXTRA_SPACE = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '65536', '', d)}" | 11 | IMAGE_ROOTFS_EXTRA_SPACE = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '65536', '', d)}" |
12 | |||
13 | # fix for u-boot/swig build issue | ||
14 | HOSTTOOLS_NONFATAL += "x86_64-linux-gnu-gcc" | ||