diff options
Diffstat (limited to 'openembedded/conf/distro/openzaurus.conf')
| -rw-r--r-- | openembedded/conf/distro/openzaurus.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/openembedded/conf/distro/openzaurus.conf b/openembedded/conf/distro/openzaurus.conf deleted file mode 100644 index b7f456320f..0000000000 --- a/openembedded/conf/distro/openzaurus.conf +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | #@TYPE: Distribution | ||
| 2 | #@NAME: OpenZaurus | ||
| 3 | #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) | ||
| 4 | |||
| 5 | DISTRO = "openzaurus" | ||
| 6 | DISTRO_NAME = "OpenZaurus" | ||
| 7 | |||
| 8 | INHERIT += " package_ipk debian multimachine" | ||
| 9 | # For some reason, this doesn't work | ||
| 10 | # TARGET_OS ?= "linux" | ||
| 11 | TARGET_OS = "linux" | ||
| 12 | TARGET_FPU = "soft" | ||
| 13 | |||
| 14 | BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" | ||
| 15 | |||
| 16 | PARALLEL_INSTALL_MODULES = "1" | ||
| 17 | |||
| 18 | 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')}" | ||
