aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/opensimpad.conf
blob: dc6662176875c8e789d7c233921d03301f5d3cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#@TYPE: Distribution
#@NAME: OpenSIMpad
#@DESCRIPTION: Distribution configuration for OpenSIMpad (http://www.opensimpad.org)

INHERIT += " package_ipk debian"
TARGET_OS ?= "linux"
TARGET_FPU ?= "soft"

PARALLEL_INSTALL_MODULES = "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')}"