mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
For proper integration with build systems (OpenWrt and RDK-B) it is much easier if we can build all of prplMesh in a single go with cmake, without need for maptools.py to build all components. Add a top-level CMakeLists.txt. For the time being, it only builds the framework. The helper files move from framework/cmake to the top level. Update maptools build.py to build the top-level instead of the framework component. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
7 lines
421 B
Plaintext
7 lines
421 B
Plaintext
DUPLICATE AS "external_toolchain.cfg" <-- REMOVE THIS LINE
|
|
|
|
TARGET_PLATFORM=ugw
|
|
PLATFORM_TOOLCHAIN_PREFIX=/opt/ugw/toolchain/64bit/toolchain-mips_mips32_gcc-4.8-linaro_uClibc-0.9.33.2_linux_3_10/bin/mips-openwrt-linux-uclibc-
|
|
PLATFORM_BASE_DIR=/home/vbukhovsky/work/GRX/UGW-7.2-Repo/beerocks_1_2_wcci_master_1.2_latest/ugw_sw/ugw/openwrt/core
|
|
PLATFORM_BUILD_NAME=target-mips-openwrt-linux-uclibc_grx350_1200_mr_eth_rt_72
|