Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
build-systems
yocto
meta-toki
Commits
12dea54e
Commit
12dea54e
authored
May 10, 2020
by
Oliver Horst
Browse files
[chg] Use the specific init directly, not by CMake defines
parent
06262e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes-core/toki/toki-amp-instance_git.bb
View file @
12dea54e
...
...
@@ -2,18 +2,16 @@ require toki-amp-instance.inc
inherit cmake
S = "${WORKDIR}/git}"
S = "${WORKDIR}/git
/${MACHINE}/${TOKI_OS
}"
inherit toki-system
inherit toki-externalsrc
EXTERNALSRC = "${@relative_externalsrc(d, "init")}"
EXTERNALSRC = "${@relative_externalsrc(d, "init
/${MACHINE}/${TOKI_OS}
")}"
EXTRA_OECMAKE = "-DAMP_USE_CORE=${TOKI_AMP_CORE} \
-DAMP_SLAVE_MASK=${TOKI_SLAVE_MASK} \
-DAMP_CORE_MASK=${TOKI_CORE_MASK} \
-DAMP_NUM_CORES=${@get_toki_num_cores(d)} \
-DTOKI_MACHINE=${MACHINE} \
-DTOKI_OS=${TOKI_OS} \
"
TARGET_CFLAGS_append = " -ffreestanding -Og"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment