]> code.ossystems Code Review - openembedded-core.git/commit
tclibc-baremetal: Supply missing /bin/sh target in the baremetal sdk
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Mon, 10 Jan 2022 06:29:38 +0000 (23:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jan 2022 15:47:11 +0000 (15:47 +0000)
commit8acb88cfe56735530280bab53a871c236f2fd54f
tree01c0dc7daf0426c3ded95567a4d398387be614cc
parent9efcde387b31335d16394ce6b30e4abb1525185f
tclibc-baremetal: Supply missing /bin/sh target in the baremetal sdk

SDK recipes now require a provider for /bin/sh, this
should come from nativesdk-sdk-provides-dummy which
is added by default to Linux SDKs, however tclibc-baremetal
requires us to explicitly add its new dependency to
TOOLCHAIN_HOST_TASK, otherwise we get a packaging error
while generating an SDK.

e.g.
package packagegroup-cross-canadian-qemuriscv32-1.0-r0.x86_64_nativesdk
requires gdb-cross-canadian-riscv32, but none of the providers
can be installed
  - conflicting requests
  - nothing provides /bin/sh needed by
    gdb-cross-canadian-riscv32-11.1-r0.x86_64_nativesdk

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tclibc-baremetal.inc