summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-08-09 14:04:55 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-08-09 14:04:55 +0200
commitb13fa0a411ce25d554ccc1852f9e67394b993114 (patch)
treeed2c13f020af1c156bc50cdcd241e96de8ac2560
parentfab77022c9f15d3d11a82ed752e1eeadbfbb54e1 (diff)
downloadel_manifests-standard-b13fa0a411ce25d554ccc1852f9e67394b993114.tar.gz
raspberrypi3-64: Initial commit for warrior
Change-Id: Ifdd9dc07784d64a2fb9ede909f28b83544207b2e Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--raspberrypi3-64/.README9
-rw-r--r--raspberrypi3-64/README8
-rw-r--r--raspberrypi3-64/default.xml17
-rw-r--r--raspberrypi3-64/eltf.conf20
-rw-r--r--raspberrypi3-64/manifest_template.xml15
5 files changed, 69 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..47e7502
--- /dev/null
+++ b/raspberrypi3-64/README
@@ -0,0 +1,8 @@
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
new file mode 100644
index 0000000..04cb686
--- /dev/null
+++ b/raspberrypi3-64/default.xml
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://gerrit.enea.se:29418/" name="gerrit-enea"/>
4 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
5
6 <default remote="gerrit-enea" revision="warrior"/>
7
8 <project name="linux/meta-el-common" path="poky/meta-el-common" upstream="warrior"/>
9 <project name="linux/meta-el-standard" path="poky/meta-el-standard" upstream="warrior"/>
10 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" upstream="warrior"/>
11 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" upstream="warrior">
12 <linkfile dest="README" src="../../.repo/manifests/raspberrypi3-64/README"/>
13 </project>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" upstream="warrior"/>
15 <project name="linux/meta-raspberrypi" path="poky/meta-raspberrypi" remote="git-enea" upstream="warrior"/>
16 <project name="linux/poky" path="poky" remote="git-enea" upstream="warrior"/>
17</manifest>
diff --git a/raspberrypi3-64/eltf.conf b/raspberrypi3-64/eltf.conf
new file mode 100644
index 0000000..4f5e5fc
--- /dev/null
+++ b/raspberrypi3-64/eltf.conf
@@ -0,0 +1,20 @@
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
new file mode 100644
index 0000000..69467b4
--- /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" upstream="warrior" remote="git-enea"/>
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>