aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-18 13:34:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-18 13:34:51 +0000
commitb4630291f0af5d3968181e6138d0f92e6f316db7 (patch)
treef881e57384eb8878337360ccbb5456a9d3447000 /conf
parentf1406af1673639735ce029feb1451c395f8fd084 (diff)
downloadopenembedded-b4630291f0af5d3968181e6138d0f92e6f316db7.tar.gz
oz.conf: 3.5.4 is not supported as DISTRO with current metadata. Use OZ 3.5.4.1 or 3.5.4.2 as DISTRO
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openzaurus-3.5.4.conf1
-rw-r--r--conf/distro/openzaurus.conf2
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf
index 165bf7465a..5a36149bbc 100644
--- a/conf/distro/openzaurus-3.5.4.conf
+++ b/conf/distro/openzaurus-3.5.4.conf
@@ -1,6 +1,5 @@
DISTRO = "openzaurus"
DISTRO_NAME = "OpenZaurus"
-DISTRO_VERSION = "3.5.4"
include conf/distro/openzaurus.conf
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf
index 27b3698d1c..0827eb5da7 100644
--- a/conf/distro/openzaurus.conf
+++ b/conf/distro/openzaurus.conf
@@ -14,7 +14,7 @@ IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
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')}"
+DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('You are trying to build unsupported OpenZaurus version.')}"
# Ethernet modules
BOOTSTRAP_EXTRA_RRECOMMENDS += "kernel-module-pcnet-cs"