summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-30 16:12:00 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-08-01 13:54:52 +0200
commit5ee8fff300aaf271d34c4c9e343841d8d57f8b75 (patch)
tree841b0fcda895ced7ae4bb7502a842320355bc351
parentcad8fe01dace60d5a5dfc2ef36fb74fd2edc0c8f (diff)
downloadmeta-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>
-rw-r--r--README4
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/template.intel-corei7-64/bblayers.conf.sample1
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample3
-rw-r--r--images/enea-image-standard-common.inc16
5 files changed, 4 insertions, 22 deletions
diff --git a/README b/README
index a45bdd2..eaee158 100644
--- a/README
+++ b/README
@@ -10,10 +10,10 @@ Dependencies
10This layer depends on: 10This layer depends on:
11 11
12 URI: git://git.yoctoproject.org/poky 12 URI: git://git.yoctoproject.org/poky
13 branch: pyro 13 branch: warrior
14 14
15 URI: git://git.enea.com/linux/meta-el-common 15 URI: git://git.enea.com/linux/meta-el-common
16 branch: pyro 16 branch: warrior
17 17
18 18
19Source code 19Source code
diff --git a/conf/layer.conf b/conf/layer.conf
index 90147d3..8fc992c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,4 +12,4 @@ BBFILE_PATTERN_el-standard = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-standard = "7" 12BBFILE_PRIORITY_el-standard = "7"
13LAYERDEPENDS_el-standard = "el-common" 13LAYERDEPENDS_el-standard = "el-common"
14 14
15LAYERSERIES_COMPAT_el-standard = "sumo" 15# LAYERSERIES_COMPAT_el-standard = "warrior"
diff --git a/conf/template.intel-corei7-64/bblayers.conf.sample b/conf/template.intel-corei7-64/bblayers.conf.sample
index 7f3ced1..a464959 100644
--- a/conf/template.intel-corei7-64/bblayers.conf.sample
+++ b/conf/template.intel-corei7-64/bblayers.conf.sample
@@ -17,5 +17,4 @@ BBLAYERS ?= " \
17 ##OEROOT##/meta-openembedded/meta-networking \ 17 ##OEROOT##/meta-openembedded/meta-networking \
18 ##OEROOT##/meta-openembedded/meta-filesystems \ 18 ##OEROOT##/meta-openembedded/meta-filesystems \
19 ##OEROOT##/meta-openembedded/meta-python \ 19 ##OEROOT##/meta-openembedded/meta-python \
20 ##OEROOT##/meta-qt5 \
21 " 20 "
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 6288054..686809b 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -243,7 +243,4 @@ IMAGE_FSTYPES_remove = " wic"
243# Remove Intel Microcode 243# Remove Intel Microcode
244MACHINE_FEATURES_remove = "intel-ucode" 244MACHINE_FEATURES_remove = "intel-ucode"
245 245
246PACKAGECONFIG_DISTRO_pn-qtbase = "accessibility eglfs fontconfig gles2 glib examples"
247
248DISTRO_FEATURES_remove = " x11" 246DISTRO_FEATURES_remove = " x11"
249DISTRO_FEATURES_append = " wayland alsa"
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
3IMAGE_INSTALL += " \ 3IMAGE_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
20IMAGE_FEATURES += "hwcodecs" 8CORE_IMAGE_EXTRA_INSTALL_append = " kernel-modules"
21
22CORE_IMAGE_EXTRA_INSTALL_append = " wayland weston kernel-modules"