Corrected comments to match changes file names.
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 26 Jul 2005 04:42:06 +0000 (04:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 04:42:06 +0000 (04:42 +0000)
conf/distro/freeze.conf

index a51e40f..19014f0 100644 (file)
@@ -1,20 +1,21 @@
 # general configuration file for freezing a distribution
 #
-# If freeze.conf is included (include distro/freeze.conf) in the
+# If freeze.conf is included (include conf/distro/freeze.conf) in the
 # distro conf file it will define BBFILES from the information in
-# ${DISTRO}-bbfiles.conf or ${DISTRO}-package-dirs.conf (whichever
+# ${DISTRO}-bbfiles.conf or ${DISTRO}-packages.conf (whichever
 # exists in that order of preference.)
 #
 # NOTE that these conf files use ${PKGDIR} and therefore that
-# variable must be defined before this file is included.
+# variable must be defined before this file is included, or the
+# definition below (${TOPDIR}/openmebedded) must be correct.
 #
-# First pull in the frozen definitions (if they exist)  The multiple
-# includes allow the frozen file to be stored alongside local.conf
-# and in the conf/distro directory - the former take precedence over
-# the latter.
 PKGDIR ?= "${TOPDIR}/openembedded"
 FROZEN_DIR ?= "/non/-existent/-directory/-for/-security"
 
+# Pull in the frozen definitions (if they exist)  The multiple
+# includes allow the frozen file to be stored alongside local.conf
+# and in the conf/distro directory - the former take precedence over
+# the latter.
 include conf/distro/${DISTRO}-packages.conf
 include conf/${DISTRO}-packages.conf
 include ${FROZEN_DIR}/${DISTRO}-packages.conf