diff options
| -rw-r--r-- | common/common_manifest.xml | 2 | ||||
| -rw-r--r-- | eltf.conf | 4 | ||||
| -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.xml | 15 | ||||
| -rw-r--r-- | raspberrypi3-64/manifest_template.xml | 15 |
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"/> |
| @@ -13,7 +13,7 @@ BOOTING_METHOD=NFS | |||
| 13 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | 13 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script |
| 14 | RC_TEST_PACKAGE=healthcheck-runner | 14 | RC_TEST_PACKAGE=healthcheck-runner |
| 15 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | 15 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk |
| 16 | ARCH=aarch64 | 16 | ARCH=x86_64 |
| 17 | SKIP=NO | 17 | SKIP=NO |
| 18 | JENKINS_CRON_STRING=0 22 * * 1-5 | 18 | JENKINS_CRON_STRING=0 23 * * 1-5 |
| 19 | PACKAGING=DEB | 19 | PACKAGING=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 @@ | |||
| 1 | This file is a template used to produce the real README. Read that one instead. | 1 | This file is a template used to produce the real README. Read that one instead. |
| 2 | 2 | ||
| 3 | ________END_OF_HEADER________ | 3 | ________END_OF_HEADER________ |
| 4 | This file contains build and boot instructions for Enea Linux on RaspberryPi3, | 4 | This file contains build and boot instructions for Enea Linux on intel-corei7-64, |
| 5 | standard profile. | 5 | standard 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 | |||
| 15 | SDK_IMAGE=enea-image-standard-sdk | 15 | SDK_IMAGE=enea-image-standard-sdk |
| 16 | EXTENSIBLE_SDK=YES | 16 | EXTENSIBLE_SDK=YES |
| 17 | PKG_IMAGE=enea-image-standard-sdk | 17 | PKG_IMAGE=enea-image-standard-sdk |
| 18 | ARCHITECTURE=cortexa7hf_neon | 18 | ARCHITECTURE=x86_64 |
| 19 | SKIP=NO | 19 | SKIP=NO |
| 20 | SKIP_TESTS=NO | 20 | SKIP_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> | ||
