* Issue with SmartPM install from file
@ 2013-09-09 19:33 JC
2013-09-10 7:28 ` Yi Zhao
0 siblings, 1 reply; 3+ messages in thread
From: JC @ 2013-09-09 19:33 UTC (permalink / raw)
To: yocto@yoctoproject.org
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
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Issue with SmartPM install from file
2013-09-09 19:33 Issue with SmartPM install from file JC
@ 2013-09-10 7:28 ` Yi Zhao
2013-09-10 7:41 ` JC
0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2013-09-10 7:28 UTC (permalink / raw)
To: JC; +Cc: yocto@yoctoproject.org
于 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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Issue with SmartPM install from file
2013-09-10 7:28 ` Yi Zhao
@ 2013-09-10 7:41 ` JC
0 siblings, 0 replies; 3+ messages in thread
From: JC @ 2013-09-10 7:41 UTC (permalink / raw)
To: Yi Zhao; +Cc: yocto@yoctoproject.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-10 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 19:33 Issue with SmartPM install from file JC
2013-09-10 7:28 ` Yi Zhao
2013-09-10 7:41 ` JC
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.