From 952f5765ac3ba2f61f26d923b178c75d85e1f773 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Thu, 19 Mar 2009 08:02:02 +0000 Subject: doc/usermanual/chapters: Replace references to packages dir with recipes dir. --- docs/usermanual/chapters/getting_oe.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/usermanual/chapters/getting_oe.xml') diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index d71ea71e72..ed7fd11005 100644 --- a/docs/usermanual/chapters/getting_oe.xml +++ b/docs/usermanual/chapters/getting_oe.xml @@ -232,7 +232,7 @@ $ vi build/conf/local.conf distribution and the Openmoko gta01 machine: -BBFILES = "${OEBASE}/openembedded/packages/*/*.bb" +BBFILES = "${OEBASE}/openembedded/recipes/*/*.bb" DISTRO = "angstrom-2008.1" MACHINE = "om-gta01" @@ -297,11 +297,11 @@ MACHINE = "om-gta01" To build a single package, bypassing the long parse step (and therefore its dependencies -- use with care): - $ bitbake -b $OEBASE/openembedded/packages/blah/blah.bb + $ bitbake -b $OEBASE/openembedded/recipes/blah/blah.bb There are a few groups of special recipes located in subdirectories - of the $OEBASE/openembedded/packages/ + of the $OEBASE/openembedded/recipes/ directory. These groups are: -- cgit v1.2.3