[yocto] Issue with SmartPM install from file

Yi Zhao yi.zhao at windriver.com
Tue Sep 10 00:28:55 PDT 2013


于 2013年09月10日 03:33, JC 写道:
> Hi,
>
> I'm trying to get a better hand on how smart work. I've been 
> successful to create a repo, update and install from it. Now I want to 
> go further. Let's assume:
> - I have a working repo and a working device
> - I build a new recipe (here, git) and update my repo
> - I "smart update" on my device
> Now instead of installing, I choose to "download" the package :
>
> # smart download git
>
> It's successful. Now I want to install it :
>
> # smart install ./git-1.8.1.4-r0.armv6_vfp.rpm
> Loading cache...
> error: Unable to create channel for file: ./git-1.8.1.4-r0.armv6_vfp.rpm

That because there is no rpm-sys channel in your target. You could run 
"smart channel --show" to check it.

# smart channel --show
[rpmsys]
type = rpm-sys

The rpm-sys channel is a default channel. It should be created when 
build the rootfs.

>
> Whatever I do I end up with this error.
>
> Does it ring a bell to anyone? Is this the right place to ask?
>
> Thanks a lot for your help
> Regards
> Jay
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>




More information about the yocto mailing list