]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/freeze.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / freeze.conf
1 # general configuration file for freezing a distribution
2 #
3 # If freeze.conf is included (include conf/distro/freeze.conf) in the
4 # distro conf file it will define BBFILES from the information in
5 # ${DISTRO}-bbfiles.conf or ${DISTRO}-packages.conf (whichever
6 # exists in that order of preference.)
7 #
8 # NOTE that these conf files use ${PKGDIR} and therefore that
9 # variable must be defined before this file is included, or the
10 # definition below (${TOPDIR}/openmebedded) must be correct.
11 #
12 PKGDIR ?= "${TOPDIR}/openembedded"
13 FROZEN_DIR ?= "/non/-existent/-directory/-for/-security"
14
15 # Pull in the frozen definitions (if they exist)  The multiple
16 # includes allow the frozen file to be stored alongside local.conf
17 # and in the conf/distro directory - the former take precedence over
18 # the latter.
19 include conf/distro/${DISTRO}-packages.conf
20 include conf/${DISTRO}-packages.conf
21 include ${FROZEN_DIR}/${DISTRO}-packages.conf
22
23 include conf/distro/${DISTRO}-bbfiles.conf
24 include conf/${DISTRO}-bbfiles.conf
25 include ${FROZEN_DIR}/${DISTRO}-bbfiles.conf