Skip to content

Commit 2a7df19

Browse files
committed
add solidrun manifest.xml
1 parent 60df55f commit 2a7df19

2 files changed

Lines changed: 39 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ Start in a **new empty directory** with plenty of free disk space - at least 30G
1212
git clone -b scarthgap https://github.com/SolidRun/meta-solidrun-arm-lx2xxx.git sources/meta-solidrun-arm-lx2xxx
1313
```
1414

15-
2. apply downstream patches to dependent layers:
16-
17-
TBD.
18-
19-
3. Initialise a build directory with example configuration files based on lx2160ardb, and appropriate shell environment variables:
15+
2. Initialise a build directory with example configuration files based on lx2160ardb, and appropriate shell environment variables:
2016

2117
source ./setup-env -m lx2160ardb-rev2 -b build
2218

23-
4. Adapt example configuration files for SolidRun LX2160A Honeycomb:
19+
3. Adapt example configuration files for SolidRun LX2160A Honeycomb:
2420

2521
- edit `build_lx2160acex7-rev2/conf/bblayers.conf`:
2622

@@ -47,11 +43,11 @@ TBD.
4743

4844
- See below for additional configuration options.
4945

50-
5. Build nxp image `fsl-image-networking`:
46+
4. Build nxp image `fsl-image-networking`:
5147

5248
bitbake fsl-image-networking
5349

54-
6. Find resulting image ready for programming:
50+
5. Find resulting image ready for programming:
5551

5652
ls -lh tmp/deploy/images/
5753
ls -lh tmp/deploy/images/lx2160a-clearfog-cx/

ls-6.6.52-2.2.0-sr.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<manifest>
3+
4+
<remote name="yocto" fetch="https://git.yoctoproject.org"/>
5+
<remote name="oe" fetch="https://github.com/openembedded"/>
6+
<remote name="kraj" fetch="https://github.com/kraj"/>
7+
8+
<remote name="community" fetch="https://github.com/Freescale"/>
9+
<remote name="ossystems" fetch="https://github.com/OSSystems"/>
10+
11+
<remote name="nxp-qoriq" fetch="https://github.com/nxp-qoriq"/>
12+
13+
<remote name="solidrun" fetch="https://github.com/SolidRun"/>
14+
15+
<project name="meta-arm" remote="yocto" path="sources/meta-arm" revision="950a4afce46a359def2958bd9ae33fc08ff9bb0d" upstream="scarthgap"/>
16+
<project name="meta-browser" remote="ossystems" path="sources/meta-browser" revision="dc31889c0899971def535dc1c040edf18bc16691"/>
17+
<project name="meta-clang" remote="kraj" path="sources/meta-clang" revision="2b7433611d80f6d0ee1b04156fa91fc73d3c2665" upstream="scarthgap"/>
18+
<project name="meta-cloud-services" remote="yocto" path="sources/meta-cloud-services" revision="61d37af7f412aa1ecacdf584faf0fba300f7d58e" upstream="scarthgap"/>
19+
20+
<project name="meta-freescale" remote="community" path="sources/meta-freescale" revision="0627128b341cfb2bef7a0832ce8cac0ce1127f13" upstream="scarthgap"/>
21+
<project name="meta-freescale-distro" remote="community" path="sources/meta-freescale-distro" revision="b9d6a5d9931922558046d230c1f5f4ef6ee72345" upstream="scarthgap"/>
22+
23+
<project name="meta-security" remote="yocto" path="sources/meta-security" revision="459d837338ca230254baa2994f870bf6eb9d0139" upstream="scarthgap"/>
24+
<project name="meta-selinux" remote="yocto" path="sources/meta-selinux" revision="3aff015697fa056b4af83b1c9ba44eca346a8a37" upstream="scarthgap"/>
25+
<project name="meta-virtualization" remote="yocto" path="sources/meta-virtualization" revision="6f3c1d8f90947408a6587be222fec575a1ca5195" upstream="scarthgap"/>
26+
<project name="poky" remote="yocto" path="sources/poky" revision="200d12b6a58ad961d60a7774ca0f7a9d29498724" upstream="scarthgap"/>
27+
<project name="meta-openembedded" remote="oe" path="sources/meta-openembedded" revision="72018ca1b1a471226917e8246e8bbf9a374ccf97" upstream="scarthgap"/>
28+
29+
<project name="meta-qoriq" remote="nxp-qoriq" path="sources/meta-qoriq" revision="refs/tags/lf-6.6.52-2.2.0" upstream="scarthgap">
30+
<copyfile dest="setup-env" src="tools/setup-env"/>
31+
</project>
32+
33+
<project name="meta-solidrun-arm-lx2xxx" remote="solidrun" path="sources/meta-solidrun-arm-lx2xxx" revision="scarthgap" upstream="scarthgap"/>
34+
35+
</manifest>

0 commit comments

Comments
 (0)