summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-07-09 15:20:52 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-09 15:33:06 +0200
commitc731f787792af7324ec6ef46fee5ed9943a7b8b7 (patch)
tree985cd0ee4f1f6705711c929d5dc310784b83254d
parentfb6eff8b2865e503d400f7dfc0e84021cb455a0e (diff)
downloadel_manifests-standard-c731f787792af7324ec6ef46fee5ed9943a7b8b7.tar.gz
Update manifest file for Enea Linux 8
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--common/common_manifest.xml2
-rw-r--r--eltf.conf4
-rw-r--r--intel-corei7-64/.README (renamed from raspberrypi3-64/.README)2
-rw-r--r--intel-corei7-64/README (renamed from raspberrypi3-64/README)0
-rw-r--r--intel-corei7-64/default.xml (renamed from raspberrypi3-64/default.xml)0
-rw-r--r--intel-corei7-64/eltf.conf (renamed from raspberrypi3-64/eltf.conf)2
-rw-r--r--intel-corei7-64/manifest_template.xml15
-rw-r--r--raspberrypi3-64/manifest_template.xml15
8 files changed, 20 insertions, 20 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 3d32db9..9af04d5 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -4,7 +4,7 @@
4 4
5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/> 5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
6 6
7 <default revision="pyro" remote="git-enea"/> 7 <default revision="sumo" remote="git-enea"/>
8 8
9 <project name="linux/poky" path="poky"/> 9 <project name="linux/poky" path="poky"/>
10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> 10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
diff --git a/eltf.conf b/eltf.conf
index bc23df0..9e599d8 100644
--- a/eltf.conf
+++ b/eltf.conf
@@ -13,7 +13,7 @@ BOOTING_METHOD=NFS
13TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script 13TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
14RC_TEST_PACKAGE=healthcheck-runner 14RC_TEST_PACKAGE=healthcheck-runner
15IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 15IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
16ARCH=aarch64 16ARCH=x86_64
17SKIP=NO 17SKIP=NO
18JENKINS_CRON_STRING=0 22 * * 1-5 18JENKINS_CRON_STRING=0 23 * * 1-5
19PACKAGING=DEB 19PACKAGING=DEB
diff --git a/raspberrypi3-64/.README b/intel-corei7-64/.README
index 1e0cf08..b167602 100644
--- a/raspberrypi3-64/.README
+++ b/intel-corei7-64/.README
@@ -1,7 +1,7 @@
1This file is a template used to produce the real README. Read that one instead. 1This file is a template used to produce the real README. Read that one instead.
2 2
3________END_OF_HEADER________ 3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux on RaspberryPi3, 4This file contains build and boot instructions for Enea Linux on intel-corei7-64,
5standard profile. 5standard profile.
6 6
7________INSERT_BUILD_SEQUENCES_HERE________ 7________INSERT_BUILD_SEQUENCES_HERE________
diff --git a/raspberrypi3-64/README b/intel-corei7-64/README
index 47e7502..47e7502 100644
--- a/raspberrypi3-64/README
+++ b/intel-corei7-64/README
diff --git a/raspberrypi3-64/default.xml b/intel-corei7-64/default.xml
index eae05c1..eae05c1 100644
--- a/raspberrypi3-64/default.xml
+++ b/intel-corei7-64/default.xml
diff --git a/raspberrypi3-64/eltf.conf b/intel-corei7-64/eltf.conf
index 4f5e5fc..cfc465e 100644
--- a/raspberrypi3-64/eltf.conf
+++ b/intel-corei7-64/eltf.conf
@@ -15,6 +15,6 @@ IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk
15SDK_IMAGE=enea-image-standard-sdk 15SDK_IMAGE=enea-image-standard-sdk
16EXTENSIBLE_SDK=YES 16EXTENSIBLE_SDK=YES
17PKG_IMAGE=enea-image-standard-sdk 17PKG_IMAGE=enea-image-standard-sdk
18ARCHITECTURE=cortexa7hf_neon 18ARCHITECTURE=x86_64
19SKIP=NO 19SKIP=NO
20SKIP_TESTS=NO 20SKIP_TESTS=NO
diff --git a/intel-corei7-64/manifest_template.xml b/intel-corei7-64/manifest_template.xml
new file mode 100644
index 0000000..da67fbe
--- /dev/null
+++ b/intel-corei7-64/manifest_template.xml
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for intel-corei7-64 -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-intel" path="poky/meta-intel"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/intel-corei7-64/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
14
15</manifest>
diff --git a/raspberrypi3-64/manifest_template.xml b/raspberrypi3-64/manifest_template.xml
deleted file mode 100644
index 38760ad..0000000
--- a/raspberrypi3-64/manifest_template.xml
+++ /dev/null
@@ -1,15 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for RaspberryPi 3 -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-raspberrypi" path="poky/meta-raspberrypi"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/raspberrypi3-64/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
14
15</manifest>