From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [RFC] BogoFeeds reloaded
Date: Wed, 19 Dec 2007 13:20:26 +0100 [thread overview]
Message-ID: <47690C8A.8090001@student.utwente.nl> (raw)
In-Reply-To: <1187652493.20071219133208@gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Paul Sokolovsky schreef:
> Hello openembedded-devel,
> Well, using deploy dir as feed directly is still demolishfully
> practical, and clearing off my tree for NY, I'd finally want to offer
> the solution I've been using since then. Unlike solutions cited, it
> doesn't try to warp world to get familiar flat look, instead it
> rejoices 3D and sails on it, all in 6 lines, why I think it could
> finally get into.
>
> --- classes/image.bbclass 57e9ee07875e7423b6e199df2c69e55bdcdb8a69
> +++ classes/image.bbclass a5d924355c51d4ef706a5c60d520aa4dde64d764
> @@ -125,6 +125,13 @@ insert_feed_uris () {
> # insert new feed-sources
> echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/ipkg/${feed_name}-feed.conf
> done
> +
> + if [ -n "${FEED_LOCAL_BASE_URI}" ]; then
> + for arch in ${PACKAGE_ARCHS}
> + do
> + echo "src/gz local-$arch ${LOCAL_FEED_BASE_URI}/$arch" >> ${IMAGE_ROOTFS}/etc/ipkg/local-$arch-feed.conf
> + done
> + fi
> }
>
> So, you set FEED_LOCAL_BASE_URI to the root of deploy dir as exported
> by Apache, and - voila - you get nice collection of per-arch local feeds in
> the image.
Could you add a comment in image.bbclass and local.conf.sample on how to
use this, since it looks quite the same as FEED_URI to a new user, but
is quite different? And while you are at it, update the OE usermanual as
well?
regards,
Koen
- --
koen@dominion.kabel.utwente.nl will go go away in december 2007, please
use k.kooi@student.utwente.nl instead.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFHaQyKMkyGM64RGpERAl5PAJ49efwK4trM3EzqYexrczg1zb9nzACeP9Zk
HMWnYe+hVkyVCtks4K7b62o=
=j0vG
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2007-12-19 12:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-19 11:32 [RFC] BogoFeeds reloaded Paul Sokolovsky
2007-12-19 12:20 ` Koen Kooi [this message]
2007-12-22 12:45 ` Paul Sokolovsky
2007-12-22 15:13 ` Koen Kooi
2007-12-22 16:14 ` Paul Sokolovsky
2007-12-19 13:04 ` Michael 'Mickey' Lauer
2007-12-19 13:55 ` Regno Stefano
2007-12-19 14:51 ` Koen Kooi
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=47690C8A.8090001@student.utwente.nl \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.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.