On 01/04, richard_al...@keysight.com wrote:
> I am getting errors with morty and -c populate_sdk_ext when I have recipes 
> which inherit bin_package
> These recipes work fine with Krogoth and it's populate_sdk_ext
> 
> Note: package is not empty, Use to install package on running system.
> 
> No idea how to proceed on fixing this (or if this is an morty issue with 
> populate_sdk_ext
> (-c populate_sdk works fine)

Are you able to bitbake the image without "-c populate_sdk_ext"?

I am currently working on some bin_package related features, and I am
able to build my image (with a bin_package recipe) as well as well as
populate the eSDK and SDK.

> If I use ipk for package managment
> 
> NOTE: Executing RunQueue Tasks
> ERROR: uninative-tarball-1.0-r0 do_populate_sdk: Unable to install packages. 
> Command '/home/rcallen/proto/morty/tmp/sysroots/x86_64-linux/usr/bin/opkg 
> --volatile-cache -f 
> /home/rcallen/proto/morty/tmp/work/x86_64-nativesdk-linux/uninative-tarball/1.0-r0/opkg.conf
>  -t 
> /home/rcallen/proto/morty/tmp/work/x86_64-nativesdk-linux/uninative-tarball/1.0-r0/temp/ipktemp/
>  -o 
> /home/rcallen/proto/morty/tmp/work/x86_64-nativesdk-linux/uninative-tarball/1.0-r0/sdk/image/opt/tlo/2.2/sysroots/none
>   --force_postinstall --prefer-arch-to-version   install hals hals-doc' 
> returned 255:

Looks like it can't find hals or hals-doc. Are you sure these are
built? The error you are seeing (Couldn't find anything to satisfy)
is from the above command: opkg [...] install hals hals-doc.

The RPM error is the same. It is telling you that the package-feeds
don't contain anything called "hals".

> Collected errors:
>  * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'hals'.
>  * rm_r: Failed to open dir 
> /home/rcallen/proto/morty/tmp/work/x86_64-nativesdk-linux/uninative-tarball/1.0-r0/temp/ipktemp//opkg-BL2Z8g:
>  No such file or directory.
> 
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to