summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhasim Syed Mohammed <khasim.mohammed@arm.com>2020-11-30 23:08:48 +0530
committerKhasim Syed Mohammed <khasim.mohammed@arm.com>2020-12-01 08:03:08 +0530
commit2005ff4bfa238c2609d97c88d924e34e3689f040 (patch)
treee5116f401085414df8b46a7b4e93a4515a3c7720
parentfa7dc802c9c101e5d8d10e5410e6a3fdea7ff535 (diff)
n1sdp: add manifest for yocto and ubuntu builds
add manifest to build poky distribution using yocto and ubuntu using build scripts for n1sdp Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com> Change-Id: I4bece4973883b9ff2f4548638e2a3f46fd5859ea
-rwxr-xr-xn1sdp-bsp.xml20
-rwxr-xr-xn1sdp-ubuntu.xml10
-rwxr-xr-xn1sdp-v2.xml6
3 files changed, 36 insertions, 0 deletions
diff --git a/n1sdp-bsp.xml b/n1sdp-bsp.xml
new file mode 100755
index 0000000..e0d7d1d
--- /dev/null
+++ b/n1sdp-bsp.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="gitlab" fetch="https://gitlab.com"/>
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git"/>
+ <remote name="linaro" fetch="http://git.linaro.org"/>
+ <remote name="openembedded" fetch="https://git.openembedded.org/"/>
+
+ <project name="landing-teams/working/arm/yocto-platform-config" groups="ubuntu,bsp" path="bsp/conf" remote="linaro" revision="267ca8234b0ea5c8abef4a1a5b13f54713688ef4">
+ <linkfile dest="bsp/setup-environment" src="setup-environment"/>
+ </project>
+
+ <project name="meta-yocto" path="bsp/layers/meta-yocto" groups="ubuntu,bsp" remote="yocto" revision="269f81c2b2ac64219c65953bc56bd41317a8db0f" />
+ <project name="poky" path="bsp" remote="yocto" groups="ubuntu,bsp" revision="9b58e1d1a87c1b33b180f71799cb32b3ce31211e" />
+ <project name="meta-arm" path="bsp/layers/meta-arm" groups="ubuntu,bsp" remote="yocto" revision="784ef62cc4b22770b2b7b30f04fa9db10e85a6db" />
+ <project name="bitbake" path="bsp/bitbake" groups="ubuntu,bsp" remote="openembedded" revision="fec2b85689bba1d26ad6f376bc11cc29bb27cbe5"/>
+ <project name="meta-openembedded" path="bsp/layers/meta-openembedded" groups="ubuntu,bsp" remote="openembedded" revision="b9dcf17700014dec679307dc1247882dccd439ca"/>
+ <project name="openembedded-core" path="bsp/layers/openembedded-core" groups="ubuntu,bsp" remote="openembedded" revision="12bee66a42a7c2a38789ddb37cb098bcbf0b3841"/>
+ <project name="openembedded/community/meta-kernel" path="bsp/layers/meta-kernel" groups="ubuntu,bsp" remote="gitlab" revision="d1fb5bccbaece35e3481d73b3858c0d4e3695b9b"/>
+
+</manifest>
diff --git a/n1sdp-ubuntu.xml b/n1sdp-ubuntu.xml
new file mode 100755
index 0000000..3fa0503
--- /dev/null
+++ b/n1sdp-ubuntu.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="linaro" fetch="http://git.linaro.org"/>
+ <remote fetch="https://git.savannah.gnu.org" name="gnugit"/>
+
+ <project path="ubuntu/linux" groups="ubuntu" name="landing-teams/working/arm/kernel-release" remote="linaro" revision="84baaae9e751c058717d9702438429257f077f03" upstream="n1sdp"/>
+ <project path="ubuntu/grub" groups="ubuntu" name="git/grub" remote="gnugit" revision="71f9e4ac44142af52c3fc1860436cf9e432bf764" upstream="master"/>
+ <project path="ubuntu/build-scripts" groups="ubuntu" name="landing-teams/working/arm/build-scripts" remote="linaro" revision="93cd27fdedc8e854d4e1e85b141dacadec1e1bc6" upstream="n1sdp-v2"/>
+
+</manifest>
diff --git a/n1sdp-v2.xml b/n1sdp-v2.xml
new file mode 100755
index 0000000..1a51d15
--- /dev/null
+++ b/n1sdp-v2.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<manifest>
+ <include name="n1sdp-bsp.xml" />
+ <include name="n1sdp-ubuntu.xml" />
+</manifest>