All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty] opkg 'Couldn't find anything to satisfy'
@ 2017-02-10 17:48 Cam Mannett
  2017-02-10 18:30 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Cam Mannett @ 2017-02-10 17:48 UTC (permalink / raw)
  To: meta-arago@arago-project.org

[-- Attachment #1: Type: text/plain, Size: 2455 bytes --]

I'm trying to make to a custom SDK image based on arago-core-tisdk-image.inc for my Beaglebone Green, I have overwritten the TISDK_TOOLCHAIN var with a meta package that looks like this:

require recipes-core/meta/meta-toolchain-arago-tisdk.inc
require recipes-core/meta/meta-toolchain-arago.bb
TOOLCHAIN_TARGET_TASK = " \
packagegroup-arago-tisdk-addons-sdk-target \
packagegroup-cmPTP-standalone-sdk-target \
"

My packagegroup file is very simple:

PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
RDEPENDS_${PN} = "\
libgcc \
libgcc-dev \
libstdc++-dev \
${LIBC_DEPENDENCIES} \
glibc-staticdev \
linux-libc-headers-dev \
gdbserver \
i2c-tools-dev \
opkg-dev \
util-linux-dev \
${@base_conditional('TCMODE', 'external-linaro', 'libgomp-dev', '', d)} \
boost-dev \
"

During bitbake however I get this error:

ERROR: meta-toolchain-cmPTP-tisdk-1.0-r5.0 do_populate_sdk: Unable to install packages. Command '/home/cmannett85/workspace/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/opkg --volatile-cache -f /home/cmannett85/workspace/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/meta-toolchain-cmPTP-tisdk/1.0-r5.0/opkg.conf -t /home/cmannett85/workspace/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/meta-toolchain-cmPTP-tisdk/1.0-r5.0/temp/ipktemp/ -o /home/cmannett85/workspace/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/meta-toolchain-cmPTP-tisdk/1.0-r5.0/sdk/image/tmp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/sysroots/armv7ahf-neon-linux-gnueabi --force_postinstall install packagegroup-cmPTP-standalone-sdk-target packagegroup-arago-tisdk-addons-sdk-target' returned 255:
Collected errors:
* opkg_prepare_url_for_install: Couldn't find anything to satisfy 'packagegroup-cmPTP-standalone-sdk-target'.
* rm_r: Failed to open dir /home/cmannett85/workspace/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/meta-toolchain-cmPTP-tisdk/1.0-r5.0/temp/ipktemp//opkg-iGR9Pa: No such file or directory.

There is indeed no packagegroup-cmPTP-standalone-sdk-target IPK file in build/arago-tmp-external-linaro-toolchain/deploy/ipk/cmPTP_bbg - why does Yocto build one for packagegroup-arago-tisdk-addons-sdk-target, but not mine?

[-- Attachment #2: Type: text/html, Size: 3245 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-12 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 17:48 [morty] opkg 'Couldn't find anything to satisfy' Cam Mannett
2017-02-10 18:30 ` Denys Dmytriyenko
2017-02-11  9:10   ` Cam Mannett
2017-02-11 11:52     ` Cam Mannett
2017-02-12 11:03       ` Cam Mannett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.