diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-25 17:38:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-25 17:38:35 +0000 |
commit | fd8ab851f647f58265fbee3a5d06096d6599f1ca (patch) | |
tree | d6f47e649813ab0a3462e82de9c46b8d5707d192 /conf/distro/opensimpad.conf | |
parent | 4b6427accc44cc5f8b49935d7cd19a4b7dd4d2f8 (diff) |
distro configurations: revert unversioned distro configurations back to standard names and add a warning if they're chosen
Diffstat (limited to 'conf/distro/opensimpad.conf')
-rw-r--r-- | conf/distro/opensimpad.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf index f49a97576d..f6f8c18976 100644 --- a/conf/distro/opensimpad.conf +++ b/conf/distro/opensimpad.conf @@ -5,3 +5,8 @@ INHERIT += " package_ipk debian" TARGET_OS ?= "linux" TARGET_FPU ?= "soft" + +PARALLEL_INSTALL_MODULES = "1" +UDEV_DEVFS_RULES = "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')}" |