build(xione): armhf cross-compile toolchain and build scripts - #2
Open
bbetter173 wants to merge 2 commits into
Open
build(xione): armhf cross-compile toolchain and build scripts#2bbetter173 wants to merge 2 commits into
bbetter173 wants to merge 2 commits into
Conversation
Add the xione-armhf CMake toolchain file and a FindEthanLog module, register the project cmake/ dir on CMAKE_MODULE_PATH, and ignore the local cross-build working directories. The toolchain parses before the sysroot exists; it is populated by the sysroot build script.
Add the container setup, sysroot assembler, WPE-into-sysroot helper, and the top-level cross-build driver that produces libaamp and libaampjsbindings for the xione ripa bundle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
XiOne armhf cross-compile tooling: the CMake toolchain and build/sysroot scripts that produce
libaamp/libaampjsbindingsfor the XiOne ripa bundle. Split out of #1 so the CMCD spec work stays isolated and independently reviewable.Changes
cmake/xione-armhf.cmake— armhf cross-compile toolchain. Parses before the sysroot exists; the sysroot is populated by the build script.cmake/FindEthanLog.cmake— EthanLog find module; projectcmake/dir registered onCMAKE_MODULE_PATH.scripts/setup-xione-container.sh— container setup.scripts/build-xione-sysroot.sh— sysroot assembler.scripts/add-wpe-to-sysroot.sh— WPE-into-sysroot helper.scripts/build-xione.sh— top-level cross-build driver..gitignore— ignore the local cross-build working directories.Notes
Build tooling only — no runtime/library source changes. Independent of the CMCD work in #1; both branch from
xione-release.