]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/familiar.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / familiar.conf
1 #@TYPE: Distribution
2 #@NAME: Familiar Linux
3 #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org)
4
5 DEFAULT_MAINTAINER = "Familiar Developers <familiar-dev@handhelds.org>"
6 MAINTAINER := "${DEFAULT_MAINTAINER}"
7
8 INHERIT += "package_ipk debian"
9 TARGET_OS = "linux"
10
11 BOOTSTRAP_EXTRA_DEPENDS += "familiar-version"
12 BOOTSTRAP_EXTRA_RDEPENDS += "libgcc1 familiar-version"
13 IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
14
15 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
16 PARALLEL_INSTALL_MODULES = "1"
17 UDEV_DEVFS_RULES = "1"
18
19 DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
20
21 include classes/multimachine.inc