poky.conf: added RPM feeds example

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5435 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-10-07 16:21:36 +00:00
parent 0ea7472583
commit ab995b84b4
1 changed files with 9 additions and 0 deletions

View File

@ -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"