aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/familiar.conf
blob: 9cc84e96c42a8246acd29a7f44483d50c3b39f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Distribution
#@NAME: Familiar Linux
#@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org)

INHERIT += "package_ipk debian"
TARGET_OS = "linux"

PARALLEL_INSTALL_MODULES = "1"
UDEV_DEVFS_RULES = "1"

BOOTSTRAP_EXTRA_RDEPENDS += "familiar-version"

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 conf/distro/include/multimachine.conf