diff options
Diffstat (limited to 'conf/distro/freeze.conf')
-rw-r--r-- | conf/distro/freeze.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/freeze.conf b/conf/distro/freeze.conf index 19014f0f1d..b5376573b6 100644 --- a/conf/distro/freeze.conf +++ b/conf/distro/freeze.conf @@ -1,6 +1,6 @@ # general configuration file for freezing a distribution # -# If freeze.conf is included (include conf/distro/freeze.conf) in the +# If freeze.conf is included (require conf/distro/include/freeze.conf) in the # distro conf file it will define BBFILES from the information in # ${DISTRO}-bbfiles.conf or ${DISTRO}-packages.conf (whichever # exists in that order of preference.) @@ -16,10 +16,10 @@ FROZEN_DIR ?= "/non/-existent/-directory/-for/-security" # 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 +require conf/distro/include/${DISTRO}-packages.conf include conf/${DISTRO}-packages.conf include ${FROZEN_DIR}/${DISTRO}-packages.conf -include conf/distro/${DISTRO}-bbfiles.conf +require conf/distro/include/${DISTRO}-bbfiles.conf include conf/${DISTRO}-bbfiles.conf include ${FROZEN_DIR}/${DISTRO}-bbfiles.conf |