[yocto] Issue with SmartPM install from file

JC jc at vtkloud.com
Tue Sep 10 00:41:59 PDT 2013


On 10/09/2013 09:28, Yi Zhao wrote:
>
> 于 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.
>

It is present :(


Jay




More information about the yocto mailing list