diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-26 11:28:13 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-28 08:58:16 +0000 |
commit | 57273bc2626ac89abc616e51e1607e6c8bf8125e (patch) | |
tree | 131c8d0ff131d4aaf313dfa77a2e6483fb44425b /meta-boot2qt-distro/conf | |
parent | 08713303e05da028ec4001710331fdc5edf00439 (diff) | |
download | meta-boot2qt-57273bc2626ac89abc616e51e1607e6c8bf8125e.tar.gz |
intel: update to sumo
Update meta-intel layer to the latest revision on sumo branch and make the
necessary adaptations. Use WIC for the image creation and remove previously
used classes that are no longer needed. Mesa is now recent enough, removing
all existing recipes.
Change-Id: I747505ac25397a0b2f0a811bb9a7c5e5e1a53cfe
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/conf')
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf b/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf index 0c8200a..64432d3 100644 --- a/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf +++ b/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf | |||
@@ -31,8 +31,7 @@ DEPLOY_CONF_NAME = "Intel NUC" | |||
31 | 31 | ||
32 | DISTRO_FEATURES_remove = "usbgadget" | 32 | DISTRO_FEATURES_remove = "usbgadget" |
33 | 33 | ||
34 | IMAGE_CLASSES += "image_dd_efi" | 34 | IMAGE_FSTYPES += "wic" |
35 | IMAGE_FSTYPES += "ext3 dd" | ||
36 | 35 | ||
37 | QBSP_IMAGE_CONTENT ?= "\ | 36 | QBSP_IMAGE_CONTENT ?= "\ |
38 | ${IMAGE_LINK_NAME}.img \ | 37 | ${IMAGE_LINK_NAME}.img \ |