diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 00:04:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 00:04:32 +0000 |
commit | 01a76ec4e5aaeba0834437a5b4268008a0826fc3 (patch) | |
tree | 6c84871dce809faaebafb4bc382763e26c667fbf /conf/distro/openzaurus.conf | |
parent | 36408e8982f7a59193143e5e883266d2e8a6e385 (diff) |
Move multimachine.inc to conf/distro/include/multimachine.conf and include it by default for familiar/openzaurus
Diffstat (limited to 'conf/distro/openzaurus.conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 1a4fc7c3f8..b110ad84e9 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -14,3 +14,5 @@ TARGET_FPU = "soft" 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')}" + +include conf/distro/include/multimachine.conf
\ No newline at end of file |