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
6fd2ad47
Commit
6fd2ad47
authored
Apr 19, 2020
by
Oliver Horst
Browse files
[chg] Some clean-up and comment translation
parent
2ae96586
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes-core/toki/toki-amp-master.bb
View file @
6fd2ad47
...
...
@@ -13,11 +13,11 @@ python() {
d.setVarFlag('do_compile', 'mcdepends', mc_depends_str)
}
# 1. all
e
binaries
lokalisieren
# 2. binaries
prefixen
# 3. master binary
bestimmen
# 4. ELF header
der
slave binaries
entfernen
# 5.
gekürzte slave binaries mit objcopy in das master imag
e in
entsprechende section laden
# 1.
Locate
all binaries
# 2.
Prefix
binaries
# 3.
Determine
master binary
# 4.
Remove the
ELF header
of the
slave binaries
# 5.
Use objcopy to copy the trimmed slav
e
b
in
aries into the corresponding sections of the master image
do_compile() {
# get ALL (master+slave) images from the deploy directories
for i in ${TOKI_MASTER_CORE} ${TOKI_SLAVE_CORES}; do
...
...
@@ -48,8 +48,3 @@ do_fetch[noexec] = "1"
do_unpack[noexec] = "1"
do_patch[noexec] = "1"
do_configure[noexec] = "1"
#do_install[noexec] = "1"
#do_populate_sysroot[noexec] = "1"
#do_package[noexec] = "1"
#do_package_qa[noexec] = "1"
#do_packagedata[noexec] = "1"
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