Skip to content

Commit

Permalink
zephyr-core/zephyr-kernel: Remove the downstream "yocto" toolchain
Browse files Browse the repository at this point in the history
The "yocto" toolchain requires a downstream patch to be carried and
maintained. The upstream "cross-compile" toolchain is equivalent so this
is no longer needed.

Remove the toolchain-specific inc file and the downstream patch.

Signed-off-by: Peter Hoyes <[email protected]>
Signed-off-by: Naveen Saini <[email protected]>
  • Loading branch information
hoyes authored and saininav committed Feb 24, 2023
1 parent 155bf06 commit 74fa040
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 81 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ SRC_URI_ZEPHYR_ZSCILIB ?= "git://github.com/zephyrproject-rtos/zscilib;protocol=
SRC_URI_ZEPHYR_THRIFT ?= "git://github.com/zephyrproject-rtos/thrift;protocol=https"

SRC_URI_PATCHES ?= "\
file://0001-3.3-cmake-add-yocto-toolchain.patch;patchdir=zephyr \
file://0001-3.3-x86-fix-efi-binary-generation-issue-in-cross-compila.patch;patchdir=zephyr \
"

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion meta-zephyr-core/scripts/zephyr-kernel-src.inc.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SRC_URI_ZEPHYR_{{ project.name | bitbake_var }} ?= "{{ project.url | git_url_to_
{%- endfor %}

SRC_URI_PATCHES ?= "\
file://0001-{{ short_version }}-cmake-add-yocto-toolchain.patch;patchdir=zephyr \
file://0001-{{ short_version }}-x86-fix-efi-binary-generation-issue-in-cross-compila.patch;patchdir=zephyr \
"

Expand Down

0 comments on commit 74fa040

Please sign in to comment.