summaryrefslogtreecommitdiffstats
path: root/raspberrypi3-64
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 /raspberrypi3-64
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>
Diffstat (limited to 'raspberrypi3-64')
-rw-r--r--raspberrypi3-64/.README9
-rw-r--r--raspberrypi3-64/README8
-rw-r--r--raspberrypi3-64/default.xml16
-rw-r--r--raspberrypi3-64/eltf.conf20
-rw-r--r--raspberrypi3-64/manifest_template.xml15
5 files changed, 0 insertions, 68 deletions
diff --git a/raspberrypi3-64/.README b/raspberrypi3-64/.README
deleted file mode 100644
index 1e0cf08..0000000
--- a/raspberrypi3-64/.README
+++ /dev/null
@@ -1,9 +0,0 @@
1This file is a template used to produce the real README. Read that one instead.
2
3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux on RaspberryPi3,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/raspberrypi3-64/README b/raspberrypi3-64/README
deleted file mode 100644
index 47e7502..0000000
--- a/raspberrypi3-64/README
+++ /dev/null
@@ -1,8 +0,0 @@
1This file contains build and boot instructions for Enea Linux on RaspberryPi3,
2
3standard profile.
4
5
6
7
8
diff --git a/raspberrypi3-64/default.xml b/raspberrypi3-64/default.xml
deleted file mode 100644
index eae05c1..0000000
--- a/raspberrypi3-64/default.xml
+++ /dev/null
@@ -1,16 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="pyro"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="5b8928cd5f01d83ae27824bb5d411723cabc3108" upstream="pyro"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="68a89832154c5a706a6290cee9797cedccbba854" upstream="pyro"/>
9 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="2d15599a33117b119da1a2ff7e77e320ae687335" upstream="pyro"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="f681bf730b3f777e70ff13539e474a65af0d38a8" upstream="pyro">
11 <linkfile dest="README" src="../../.repo/manifests/raspberrypi3-64/README"/>
12 </project>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="dfbdd28d206a74bf264c2f7ee0f7b3e5af587796" upstream="pyro"/>
14 <project name="linux/meta-raspberrypi" path="poky/meta-raspberrypi" revision="6786c0709d2b072decd9383de38436d4befbcfbf" upstream="pyro"/>
15 <project name="linux/poky" path="poky" revision="dbf25105b30c08cea353dc3fc6b3472cba21bfe7" upstream="pyro"/>
16</manifest>
diff --git a/raspberrypi3-64/eltf.conf b/raspberrypi3-64/eltf.conf
deleted file mode 100644
index 4f5e5fc..0000000
--- a/raspberrypi3-64/eltf.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1# eltf.conf
2# internal ENEA file - used for ELTF
3#
4# setup as unix sh file; use comma separated values for array types, no spaces
5#
6# DELETE_SSTATE=NO/YES
7# BOOTING_METHOD=NFS/RAM/etc
8# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
9# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world
10DELETE_SSTATE=NO
11BOOTING_METHOD=NFS
12TEST_PACKAGE_enea-image-standard=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner
14IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk
15SDK_IMAGE=enea-image-standard-sdk
16EXTENSIBLE_SDK=YES
17PKG_IMAGE=enea-image-standard-sdk
18ARCHITECTURE=cortexa7hf_neon
19SKIP=NO
20SKIP_TESTS=NO
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>