diff options
| author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-07-30 16:12:00 +0200 |
|---|---|---|
| committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-08-01 13:54:52 +0200 |
| commit | 5ee8fff300aaf271d34c4c9e343841d8d57f8b75 (patch) | |
| tree | 841b0fcda895ced7ae4bb7502a842320355bc351 /images | |
| parent | cad8fe01dace60d5a5dfc2ef36fb74fd2edc0c8f (diff) | |
| download | meta-el-standard-5ee8fff300aaf271d34c4c9e343841d8d57f8b75.tar.gz | |
intel-corei7-64: Initial commit for warrior
Update the images content and layer config.
Change-Id: Ifaec93db95421d58a348c5dd7c3df95405a6c66b
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'images')
| -rw-r--r-- | images/enea-image-standard-common.inc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc index d580e0a..d4eff75 100644 --- a/images/enea-image-standard-common.inc +++ b/images/enea-image-standard-common.inc | |||
| @@ -2,21 +2,7 @@ require images/enea-image-common.inc | |||
| 2 | 2 | ||
| 3 | IMAGE_INSTALL += " \ | 3 | IMAGE_INSTALL += " \ |
| 4 | python3 \ | 4 | python3 \ |
| 5 | packagegroup-base-alsa \ | ||
| 6 | rt-tests \ | 5 | rt-tests \ |
| 7 | nodejs \ | ||
| 8 | weston \ | ||
| 9 | qtbase \ | ||
| 10 | qtwayland \ | ||
| 11 | qtbase-plugins \ | ||
| 12 | qtbase-tools \ | ||
| 13 | qtmultimedia \ | ||
| 14 | qtmultimedia-plugins \ | ||
| 15 | qtmultimedia-examples \ | ||
| 16 | qtmultimedia-qmlplugins \ | ||
| 17 | cinematicexperience \ | ||
| 18 | " | 6 | " |
| 19 | 7 | ||
| 20 | IMAGE_FEATURES += "hwcodecs" | 8 | CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules" |
| 21 | |||
| 22 | CORE_IMAGE_EXTRA_INSTALL_append = " wayland weston kernel-modules" | ||
