Skip to content

Commit

Permalink
Merge pull request #52 from petegriffin/master
Browse files Browse the repository at this point in the history
Remove meta-optee layer from the build
  • Loading branch information
muvarov authored Mar 17, 2022
2 parents a26a03a + 745fbb4 commit 35b2f74
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
Ledge-oe-manifest
# ledge-oe-manifest

This is the main manifest file to build the LEDGE Reference Platform from source. For detailed build environment
and build instructions please refer to ledge-dev-howto.pdf (generated from https://github.com/Linaro/ledge-doc
This is the main manifest file to build the LEDGE Reference Platform from
source. For detailed build environment and build instructions please refer
to ledge-dev-howto.pdf (generated from https://github.com/Linaro/ledge-doc
sources).

For advanced users quick steps to build are:
1. repo init -u https://github.com/Linaro/ledge-oe-manifest.git -b master
2. MACHINE=ledge-multi-armv7 DISTRO=rpb source ./setup-environment build-rpb-mc
3. Follow printed instructions to build ledge-iot and ledge-gateway images.
Note: supported MACHINEs are: ledge-multi-armv7, ledge-multi-armv8, ledge-qemux86-64
1. `repo init -u https://github.com/Linaro/ledge-oe-manifest.git -b master`
2. `MACHINE=ledge-multi-armv7 DISTRO=rpb source ./setup-environment
build-rpb-mc`
3. Follow printed instructions to build `bitbake ledge-iot` and `bitbake
ledge-gateway` images.

User guide to run pre-built binaries is at ledge-user-guide.pdf (generated from https://github.com/Linaro/ledge-doc).
Note: supported MACHINEs are: ledge-multi-armv7, ledge-multi-armv8,
ledge-qemux86-64.

User guide to run pre-built binaries is at ledge-user-guide.pdf (generated
from https://github.com/Linaro/ledge-doc).

CI system is located at https://ci.linaro.org/job/ledge-oe

This manifest is usually used in conjunction with trusted substrate generated
firmware. More info on trusted substrate can be found
https://git.codelinaro.org/linaro/dependable-boot/meta-ts

Mailing list: [email protected]
1 change: 0 additions & 1 deletion conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ BSPLAYERS ?= " \
# Make sure to have a conf/layers.conf in there
EXTRALAYERS ?= " \
${OEROOT}/layers/meta-linaro/meta-linaro \
${OEROOT}/layers/meta-linaro/meta-optee \
${OEROOT}/layers/meta-updater/ \
${OEROOT}/layers/meta-selinux/ \
${OEROOT}/layers/meta-security/ \
Expand Down

0 comments on commit 35b2f74

Please sign in to comment.