From: Marcin Juszkiewicz Date: Tue, 7 Oct 2008 16:21:36 +0000 (+0000) Subject: poky.conf: added RPM feeds example X-Git-Tag: 2011-1~8088 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ab995b84b4f052a1e370265284b743d140cae103;p=openembedded-core.git poky.conf: added RPM feeds example git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5435 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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"