aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2003-11-15 00:50:40 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2003-11-15 00:50:40 +0000
commit61695622884fe8a342240c159a563bab335fb2da (patch)
tree7b2b5236f3bbeec2eed267a17ec67ec2a0206f3f /doc/README
parent4968e547bad70ff886aea92c5c59877b0d3b89d8 (diff)
downloadbitbake-contrib-61695622884fe8a342240c159a563bab335fb2da.tar.gz
bring in sync with the facts
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README b/doc/README
index dec2d2f46..37567c47a 100644
--- a/doc/README
+++ b/doc/README
@@ -47,10 +47,10 @@ Finally, you can start the build. There are a few ways to do so. First, you
can run 'oebuild' on a single OE. Second, you can run oemake, which operates
on an existing set of metadata, and will follow build dependencies.
- oebuild content/glibc-2.3.2.oe
+ oebuild content/glibc_2.3.2.oe
-or-
export OEFILES=`pwd`/content/*.oe
- oemake glibc-2.3.2
+ oemake glibc_2.3.2
Please see the other files in doc/, as well as the --help output for each of the OE
commands, for further details on the capabilities and use of the system.