summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-07-09 15:43:06 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-09 15:43:06 +0200
commit6cf8cd350f96d7cf52c364890ca37712c6b1ea08 (patch)
tree7dbb62027c2ed647efff90c81a9a019465a9438a
parent68a89832154c5a706a6290cee9797cedccbba854 (diff)
downloadmeta-el-standard-6cf8cd350f96d7cf52c364890ca37712c6b1ea08.tar.gz
templates: Remove unsupported targets and add intel-corei7-64
Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.intel-corei7-64/bblayers.conf.sample (renamed from conf/template.raspberrypi3-64/bblayers.conf.sample)4
-rw-r--r--conf/template.intel-corei7-64/conf-notes.txt (renamed from conf/template.raspberrypi3-64/conf-notes.txt)0
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample (renamed from conf/template.raspberrypi3-64/local.conf.sample)7
3 files changed, 4 insertions, 7 deletions
diff --git a/conf/template.raspberrypi3-64/bblayers.conf.sample b/conf/template.intel-corei7-64/bblayers.conf.sample
index d0c10e3..a464959 100644
--- a/conf/template.raspberrypi3-64/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-raspberrypi \ 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-standard \ 15 ##OEROOT##/meta-el-standard \
16 ##OEROOT##/meta-openembedded/meta-oe \ 16 ##OEROOT##/meta-openembedded/meta-oe \
diff --git a/conf/template.raspberrypi3-64/conf-notes.txt b/conf/template.intel-corei7-64/conf-notes.txt
index 5e29f5a..5e29f5a 100644
--- a/conf/template.raspberrypi3-64/conf-notes.txt
+++ b/conf/template.intel-corei7-64/conf-notes.txt
diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 3c9acb7..e9c8bc7 100644
--- a/conf/template.raspberrypi3-64/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 ?= "raspberrypi3-64" 38MACHINE ?= "intel-corei7-64"
39 39
40# 40#
41# Where to place downloads 41# Where to place downloads
@@ -236,8 +236,5 @@ 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
239EXTRA_IMAGEDEPENDS_append = " u-boot" 239IMAGE_FSTYPES_append = " tar.gz"
240IMAGE_FSTYPES_remove = " tar.bz2 ext3"
241IMAGE_FSTYPES_append = " ext4.gz.u-boot tar.gz"
242 240
243ENABLE_UART = "1"