diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 16:21:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-07 16:21:36 +0000 |
commit | ab995b84b4f052a1e370265284b743d140cae103 (patch) | |
tree | 36748ab26284a11a81ae9178dc015febf0a51273 /meta | |
parent | 0ea7472583fdcb7caa90907cb2cc3cb3874f2319 (diff) | |
download | openembedded-core-ab995b84b4f052a1e370265284b743d140cae103.tar.gz openembedded-core-ab995b84b4f052a1e370265284b743d140cae103.tar.bz2 openembedded-core-ab995b84b4f052a1e370265284b743d140cae103.zip |
poky.conf: added RPM feeds example
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5435 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 6838669f93..efa6845dfc 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -35,6 +35,15 @@ METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" +#RPM_FEED_URIS += " \ +# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ +#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ +# machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ +# base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ +# libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ +# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ +# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" + ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "ttyS0" |