distro configurations: revert unversioned distro configurations back to standard...
authorMichael Lauer <mickey@vanille-media.de>
Sun, 25 Sep 2005 17:38:35 +0000 (17:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 25 Sep 2005 17:38:35 +0000 (17:38 +0000)
conf/distro/familiar.conf [moved from conf/distro/familiar-distro.conf with 57% similarity]
conf/distro/opensimpad.conf
conf/distro/openzaurus.conf [moved from conf/distro/openzaurus.inc with 60% similarity]

similarity index 57%
rename from conf/distro/familiar-distro.conf
rename to conf/distro/familiar.conf
index 497ba6a..32dd8f9 100644 (file)
@@ -6,6 +6,6 @@ INHERIT += "package_ipk debian"
 TARGET_OS = "linux"
 
 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')}"
index f49a975..f6f8c18 100644 (file)
@@ -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')}"
similarity index 60%
rename from conf/distro/openzaurus.inc
rename to conf/distro/openzaurus.conf
index 9208aed..9020d55 100644 (file)
@@ -9,4 +9,6 @@ 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')}"