aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-03-29 21:55:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-29 21:55:25 +0000
commit11459d1b037bf66ed20e3fabd8b1bbf11b5e5c24 (patch)
tree1790161251ad49c10aa9a8d618d386cdbad05080 /conf
parent24ac4f7c06556c4e3737fa95cc7f89c9a739a642 (diff)
downloadopenembedded-11459d1b037bf66ed20e3fabd8b1bbf11b5e5c24.tar.gz
familiar.conf: sync with .dev. disable ENABLE_BINARY_LOCALE_GENERATION if you have trouble with qemu-native.
- inclusion of multimachine.inc commented out. uncomment it if you want to do release builds.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/familiar.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf
index fb7e572108..bf38f5cc83 100644
--- a/conf/distro/familiar.conf
+++ b/conf/distro/familiar.conf
@@ -2,6 +2,8 @@
#@NAME: Familiar Linux
#@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org)
+MAINTAINER ?= "Familiar Developers <familiar-dev@handhelds.org>"
+
INHERIT += "package_ipk debian"
TARGET_OS = "linux"
@@ -9,9 +11,10 @@ BOOTSTRAP_EXTRA_DEPENDS += "familiar-version"
BOOTSTRAP_EXTRA_RDEPENDS += "libgcc1 familiar-version"
IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
-MAINTAINER ?= "Familiar Team <familiar-dev@handhelds.org>"
-
+ENABLE_BINARY_LOCALE_GENERATION ?= "1"
PARALLEL_INSTALL_MODULES = "1"
UDEV_DEVFS_RULES = "1"
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')}"
+
+#include classes/multimachine.inc