diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
| commit | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch) | |
| tree | e8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/distro/openzaurus.conf | |
| parent | ce241d7e6d8e31411867b5f2127b02c776b39d8a (diff) | |
| download | poky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz | |
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/openzaurus.conf')
| -rw-r--r-- | openembedded/conf/distro/openzaurus.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openembedded/conf/distro/openzaurus.conf b/openembedded/conf/distro/openzaurus.conf index a935ed4ac2..edcbacc80e 100644 --- a/openembedded/conf/distro/openzaurus.conf +++ b/openembedded/conf/distro/openzaurus.conf | |||
| @@ -2,12 +2,19 @@ | |||
| 2 | #@NAME: OpenZaurus | 2 | #@NAME: OpenZaurus |
| 3 | #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) | 3 | #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) |
| 4 | 4 | ||
| 5 | DISTRO = "openzaurus" | ||
| 6 | DISTRO_NAME = "OpenZaurus" | ||
| 7 | |||
| 5 | INHERIT += " package_ipk debian" | 8 | INHERIT += " package_ipk debian" |
| 6 | # For some reason, this doesn't work | 9 | # For some reason, this doesn't work |
| 7 | # TARGET_OS ?= "linux" | 10 | # TARGET_OS ?= "linux" |
| 8 | TARGET_OS = "linux" | 11 | TARGET_OS = "linux" |
| 9 | TARGET_FPU = "soft" | 12 | TARGET_FPU = "soft" |
| 10 | 13 | ||
| 14 | BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" | ||
| 15 | |||
| 11 | PARALLEL_INSTALL_MODULES = "1" | 16 | PARALLEL_INSTALL_MODULES = "1" |
| 12 | 17 | ||
| 13 | 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')}" | 18 | 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')}" |
| 19 | |||
| 20 | include conf/distro/include/multimachine.conf | ||
