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
06262e42
Commit
06262e42
authored
May 10, 2020
by
Oliver Horst
Browse files
[chg] Corrected freertos build dependencies
parent
1dafb5cf
Changes
8
Hide whitespace changes
Inline
Side-by-side
recipes-core/freertos-plus/freertos-plus_git.bb
View file @
06262e42
...
...
@@ -8,4 +8,4 @@ EXTERNALSRC = "${@relative_externalsrc(d, "components/freertos-plus")}"
EXTRA_OECMAKE_append = " -DWITH_HEADERS:BOOL=FALSE"
DEPENDS += " freertos-config freertos-headers toki-perfmon toki-hal-headers"
DEPENDS += " freertos-config freertos-headers toki-perfmon toki-hal-headers
toki-libc-repl-headers
"
recipes-core/freertos/freertos_git.bb
View file @
06262e42
...
...
@@ -6,7 +6,7 @@ inherit toki-system
inherit toki-externalsrc
EXTERNALSRC = "${@relative_externalsrc(d, "components/freertos")}"
DEPENDS += "freertos-headers freertos-config freertos-plus freertos-portable"
DEPENDS += "freertos-headers freertos-config freertos-plus freertos-portable
toki-libc-repl
"
PROVIDES += "virtual/kernel"
EXTRA_OECMAKE_append = " -DWITH_HEADERS:BOOL=FALSE"
...
...
recipes-core/newlib/libgloss_%.bbappend
View file @
06262e42
...
...
@@ -36,7 +36,7 @@ EXTERNALSRC_elf = "${TOKI_LIBGLOSS_EXTERNALSRC}"
TOKI_LIBGLOSS_DEPENDS = " toki-hal-headers"
DEPENDS_append_freertos-elf = "${TOKI_LIBGLOSS_DEPENDS}"
DEPENDS_append_elf = "${TOKI_LIBGLOSS_DEPENDS}"
DEPENDS_remove = "toki-libc-repl"
DEPENDS_remove = "toki-libc-repl
toki-libc-repl-headers toki-libc-repl-port
"
do_configure_prepend_freertos-elf () {
(cd ${S}; gnu-configize) || die "Failed to run gnu-configize"
...
...
recipes-core/newlib/newlib_%.bbappend
View file @
06262e42
...
...
@@ -23,7 +23,7 @@ S_elf = "${TOKI_NEWLIB_S}"
DEPENDS_append_freertos-elf = " freertos-headers toki-elfloader-headers toki-hal-headers"
DEPENDS_append_elf = " toki-hal-headers"
DEPENDS_remove = "toki-libc-repl"
DEPENDS_remove = "toki-libc-repl
toki-libc-repl-headers toki-libc-repl-port
"
inherit toki-externalsrc
...
...
recipes-core/toki-extra/toki-elfloader-config-headers_git.bb
View file @
06262e42
...
...
@@ -6,5 +6,4 @@ inherit toki-system
inherit toki-externalsrc
EXTERNALSRC := "${@relative_externalsrc(d, "configs/${MACHINE}/${TOKI_OS}/${TOKI_CONFIG}/toki-extra/elfloader/include")}"
DEPENDS_append = " toki-libc-repl-headers"
DEPENDS_append_freertos-elf = " freertos-headers"
recipes-core/toki-extra/toki-libc-repl-common.inc
View file @
06262e42
LICENSE
=
"CLOSED"
LIC_FILES_CHKSUM
=
""
SRC_URI
=
"git://git.fortiss.org/toki/components/toki-extra/libc-
printf
.git;protocol=https"
SRC_URI
=
"git://git.fortiss.org/toki/components/toki-extra/libc-
repl
.git;protocol=https"
PV
=
"0.1+git${SRCPV}"
SRCREV
=
"
3b1f24f0e4ca591a114b7c5a791796705507bf04
"
SRCREV
=
"
0ec7b5b8c3589b7baef88424d9fd6fb4dc06d6ef
"
inherit
cmake
...
...
recipes-core/toki-extra/toki-perfmon-port_git.bb
View file @
06262e42
...
...
@@ -8,4 +8,4 @@ EXTERNALSRC = "${@relative_externalsrc(d, "components/toki-extra/perfmon/ports/$
EXTRA_OECMAKE_append = " -DWITH_HEADERS:BOOL=FALSE"
DEPENDS += " toki-perfmon-headers"
DEPENDS += " toki-perfmon-headers
toki-libc-repl
"
recipes-core/toki/toki-amp-instance_git.bb
View file @
06262e42
...
...
@@ -20,11 +20,12 @@ TARGET_CFLAGS_append = " -ffreestanding -Og"
DEPENDS_append = " toki-hal \
toki-elfloader \
toki-libc-repl \
toki-init-config-headers \
ldscript \
app-list \
"
DEPENDS_append_freertos-elf = " freertos"
DEPENDS_append_freertos-elf = " freertos
freertos-plus
"
BB_LIMITEDDEPS = "1"
INHIBIT_DEFAULT_DEPS = "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