diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-09-12 16:34:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 16:34:39 +0000 |
commit | a2c614814d3209514048183f3307122292d66fb6 (patch) | |
tree | e7b221a74a631c5bc69a4c4b49cf3af329b9bd27 /conf/distro/openzaurus.conf | |
parent | e1e1a8675c7008f1470b6a9b6d51fd832a3f2957 (diff) |
conf/distro/openzaurus: rename openzaurus.conf to openzaurus.inc as it's not a valid DISTRO target. This causes builds to fail *before* anything is built.
Diffstat (limited to 'conf/distro/openzaurus.conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf deleted file mode 100644 index 9208aeda09..0000000000 --- a/conf/distro/openzaurus.conf +++ /dev/null @@ -1,12 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenZaurus -#@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) - -INHERIT += " package_ipk debian" -# For some reason, this doesn't work -# TARGET_OS ?= "linux" -TARGET_OS = "linux" -TARGET_FPU = "soft" - -PARALLEL_INSTALL_MODULES = "1" - |