From: Yi Zhao <yi.zhao@windriver.com>
To: JC <jc@vtkloud.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Issue with SmartPM install from file
Date: Tue, 10 Sep 2013 15:28:55 +0800 [thread overview]
Message-ID: <522ECA37.1080302@windriver.com> (raw)
In-Reply-To: <522E227C.1080700@vtkloud.com>
于 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
>
>
next prev parent reply other threads:[~2013-09-10 7:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 19:33 Issue with SmartPM install from file JC
2013-09-10 7:28 ` Yi Zhao [this message]
2013-09-10 7:41 ` JC
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=522ECA37.1080302@windriver.com \
--to=yi.zhao@windriver.com \
--cc=jc@vtkloud.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.