summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 13:16:39 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 13:17:25 +0200
commit18edf1da98786448c1fe95b2004307bb93e6ef72 (patch)
tree6c45795e156c6f9635b992ad3390d28a5ec9e8a5
parentcecc32d8052d6a6f5f020a80e4f7f63f62179087 (diff)
downloadmeta-el-accelerated-18edf1da98786448c1fe95b2004307bb93e6ef72.tar.gz
intel-corei7-64: Initial commit
Change-Id: I5e9ef1855fabe779b0e7220190d5b4e1bea148e4 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--conf/distro/enea-accelerated.conf2
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/template.intel-corei7-64/bblayers.conf.sample (renamed from conf/template.zcu102-zynqmp/bblayers.conf.sample)4
-rw-r--r--conf/template.intel-corei7-64/conf-notes.txt (renamed from conf/template.zcu102-zynqmp/conf-notes.txt)0
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample (renamed from conf/template.zcu102-zynqmp/local.conf.sample)6
-rw-r--r--images/enea-image-accelerated-common.inc3
6 files changed, 4 insertions, 13 deletions
diff --git a/conf/distro/enea-accelerated.conf b/conf/distro/enea-accelerated.conf
index 903b6e2..56712c5 100644
--- a/conf/distro/enea-accelerated.conf
+++ b/conf/distro/enea-accelerated.conf
@@ -2,5 +2,3 @@ require conf/distro/enea.conf
2 2
3DISTRO = "enea-accelerated" 3DISTRO = "enea-accelerated"
4DISTRO_NAME = "Enea Accelerated Linux" 4DISTRO_NAME = "Enea Accelerated Linux"
5
6# PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
diff --git a/conf/layer.conf b/conf/layer.conf
index b7fffef..c873037 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,7 +12,7 @@ BBFILE_PATTERN_el-accelerated = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-accelerated = "7" 12BBFILE_PRIORITY_el-accelerated = "7"
13LAYERDEPENDS_el-accelerated = "el-common amp" 13LAYERDEPENDS_el-accelerated = "el-common amp"
14 14
15LAYERSERIES_COMPAT_el-accelerated = "sumo" 15LAYERSERIES_COMPAT_el-accelerated = "warrior"
16 16
17 17
18BBMASK += "/meta-el-common/recipes-devtools/python" 18BBMASK += "/meta-el-common/recipes-devtools/python"
diff --git a/conf/template.zcu102-zynqmp/bblayers.conf.sample b/conf/template.intel-corei7-64/bblayers.conf.sample
index d446e21..9f8ffb9 100644
--- a/conf/template.zcu102-zynqmp/bblayers.conf.sample
+++ b/conf/template.intel-corei7-64/bblayers.conf.sample
@@ -8,9 +8,9 @@ BBFILES ?= ""
8BBLAYERS ?= " \ 8BBLAYERS ?= " \
9 ##OEROOT##/meta \ 9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \ 10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-xilinx/meta-xilinx-bsp \ 11 ##OEROOT##/meta-intel \
12 ##OEROOT##/meta-enea-bsp-common \ 12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-arm \ 13 ##OEROOT##/meta-enea-bsp-x86 \
14 ##OEROOT##/meta-el-common \ 14 ##OEROOT##/meta-el-common \
15 ##OEROOT##/meta-el-accelerated \ 15 ##OEROOT##/meta-el-accelerated \
16 ##OEROOT##/meta-openembedded/meta-oe \ 16 ##OEROOT##/meta-openembedded/meta-oe \
diff --git a/conf/template.zcu102-zynqmp/conf-notes.txt b/conf/template.intel-corei7-64/conf-notes.txt
index 25fa45b..25fa45b 100644
--- a/conf/template.zcu102-zynqmp/conf-notes.txt
+++ b/conf/template.intel-corei7-64/conf-notes.txt
diff --git a/conf/template.zcu102-zynqmp/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 923235c..d6637e1 100644
--- a/conf/template.zcu102-zynqmp/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -35,7 +35,7 @@
35#MACHINE ?= "edgerouter" 35#MACHINE ?= "edgerouter"
36# 36#
37# This sets the default machine to be qemux86 if no other machine is selected: 37# This sets the default machine to be qemux86 if no other machine is selected:
38MACHINE ?= "zcu102-zynqmp" 38MACHINE ?= "intel-corei7-64"
39 39
40# 40#
41# Where to place downloads 41# Where to place downloads
@@ -236,8 +236,4 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239IMAGE_FSTYPES_append = " tar.gz"
240IMAGE_FSTYPES_remove = " live"
241IMAGE_FSTYPES_remove = " wic"
242
243LICENSE_FLAGS_WHITELIST = "commercial_umlinx commercial_umlinx-sdk commercial_oseutils" 239LICENSE_FLAGS_WHITELIST = "commercial_umlinx commercial_umlinx-sdk commercial_oseutils"
diff --git a/images/enea-image-accelerated-common.inc b/images/enea-image-accelerated-common.inc
index ed92c9a..1b191df 100644
--- a/images/enea-image-accelerated-common.inc
+++ b/images/enea-image-accelerated-common.inc
@@ -11,6 +11,3 @@ NOHDD = "1"
11NOISO = "1" 11NOISO = "1"
12 12
13IMAGE_BOOTLOADER = "" 13IMAGE_BOOTLOADER = ""
14
15
16IMAGE_INSTALL += " fpgautil "