]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/openzaurus.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / openzaurus.conf
1 #@TYPE: Distribution
2 #@NAME: OpenZaurus
3 #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org)
4
5 INHERIT += " package_ipk debian"
6 # For some reason, this doesn't work
7 # TARGET_OS ?= "linux"
8 TARGET_OS = "linux"
9 TARGET_FPU = "soft"
10
11 BOOTSTRAP_EXTRA_DEPENDS  += "openzaurus-version"
12 BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version"
13 IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
14
15 PARALLEL_INSTALL_MODULES = "1"
16
17 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')}"