diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-13 12:57:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-13 12:57:11 +0000 |
commit | 13e983ea44cd0b8e1b7fc7ff6fdb892658db80ad (patch) | |
tree | 04c7e6f6b319ad3314c036e5c62367a9a7a8d0d2 /conf/distro/opensimpad.conf | |
parent | 2f58a7033eed8b93d55f28eb77e6564f4ce3cebe (diff) | |
parent | 1890a7a8cc4bf041b907f13e962cdca08f1f4fb7 (diff) |
merge of 7ee1ffcec438245a0a1840156021aef8230bb7e0
and d3c6eb18e534ee6e6046f023f47fd31a50959d3b
Diffstat (limited to 'conf/distro/opensimpad.conf')
-rw-r--r-- | conf/distro/opensimpad.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf deleted file mode 100644 index dc66621768..0000000000 --- a/conf/distro/opensimpad.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@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')}" |