diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-10-11 10:11:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 10:11:30 +0000 |
commit | 0f2f623da0cccd2eae320f9353bd915cc59a5af3 (patch) | |
tree | 5beddc21c77f8bd559dc0eabf099c90cb8c732b6 /conf | |
parent | c8fd411998c580890374c1d11ce53871ffe6092b (diff) | |
parent | 2707ca240b69538f1dfebe668c913aec8cd6842c (diff) |
merge of 190f2a680fcbd7ef0c24337df43378bded12f048
and 665676b78fde532560ccfc82e50fa0416cee55c5
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/opensimpad.conf | 1 | ||||
-rw-r--r-- | conf/distro/openzaurus.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf index f6f8c18976..dc66621768 100644 --- a/conf/distro/opensimpad.conf +++ b/conf/distro/opensimpad.conf @@ -7,6 +7,5 @@ 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')}" diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 9020d55217..a935ed4ac2 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -9,6 +9,5 @@ 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')}" |