summaryrefslogtreecommitdiffstats
path: root/raspberrypi3-64
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-28 15:26:53 +0100
committerMartin Borg <martin.borg@enea.com>2017-11-29 14:25:39 +0100
commit8128a4e59216d636f436d1e02e7fb3f88b417be0 (patch)
treeba59f551d3caca7041ac8767c02ffd5f1057662c /raspberrypi3-64
parentf1d1f306d5e40c6042b28a54f80135fec5ea035b (diff)
downloadel_manifests-standard-8128a4e59216d636f436d1e02e7fb3f88b417be0.tar.gz
Remove unsupported targets and add raspberrypi-64
Signed-off-by: Adrian Dudau <adrian.dudau@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.conf16
-rw-r--r--raspberrypi3-64/manifest_template.xml15
5 files changed, 64 insertions, 0 deletions
diff --git a/raspberrypi3-64/.README b/raspberrypi3-64/.README
new file mode 100644
index 0000000..1e0cf08
--- /dev/null
+++ b/raspberrypi3-64/.README
@@ -0,0 +1,9 @@
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
new file mode 100644
index 0000000..ec64949
--- /dev/null
+++ b/raspberrypi3-64/README
@@ -0,0 +1,8 @@
1This file contains build and boot instructions for Enea Linux on LS1021A-IoT,
2
3standard profile.
4
5
6
7
8
diff --git a/raspberrypi3-64/default.xml b/raspberrypi3-64/default.xml
new file mode 100644
index 0000000..6d2a0b0
--- /dev/null
+++ b/raspberrypi3-64/default.xml
@@ -0,0 +1,16 @@
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="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="2ee7736a2d27414ae0f6c573f81232ac81585601" upstream="krogoth"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
11 <linkfile dest="README" src="../../.repo/manifests/ls1021aiot/README"/>
12 </project>
13 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm" revision="e2254e7b2ded0c2b66b1226f879b3a6d52037b2d" upstream="krogoth"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
15 <project name="linux/poky" path="poky" revision="1083d90888589b9f0d50a1d480f7c774d8b4bda3" upstream="krogoth"/>
16</manifest>
diff --git a/raspberrypi3-64/eltf.conf b/raspberrypi3-64/eltf.conf
new file mode 100644
index 0000000..7bc2dce
--- /dev/null
+++ b/raspberrypi3-64/eltf.conf
@@ -0,0 +1,16 @@
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=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE=healthcheck-runner
14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
15ARCHITECTURE=cortexa7hf_neon
16SKIP=NO
diff --git a/raspberrypi3-64/manifest_template.xml b/raspberrypi3-64/manifest_template.xml
new file mode 100644
index 0000000..38760ad
--- /dev/null
+++ b/raspberrypi3-64/manifest_template.xml
@@ -0,0 +1,15 @@
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>