summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-11-27 23:28:21 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-11-28 02:30:04 +0200
commit76c6b879583509423503cbb57e3d44eeabb34174 (patch)
tree38bfcf65728966ed94580c1add1d7f1bf2375818
parentc71508dae6ea55fdd20f91fc19d99917d486276e (diff)
downloadmeta-raspberrypi-76c6b879583509423503cbb57e3d44eeabb34174.tar.gz
tune-*: define more generic DEFAULTTUNE to share feed between machines
* this is mostly for backwards compatibility and to share binary feed like it was before, but now without missing different -mtune in it * if you want to build some package with -mtune add something like this to your distro config DEFAULTTUNE_qemuarm_pn-openssl = "arm926ejs" DEFAULTTUNE_qemuarmx_pn-openssl = "xscale" be aware that if you do this you should do it also for all packages which depends on openssl because if you dont and you build e.g. dhcp, then dhcp build for arm926ejs (even with DEFAULTTUNE armv5te) will depend on openssl with arm926ejs, so dhcp in armv5te feed will be rebuild after each MACHINE switch. * cortexm3, cortexr4, iwmmx and ep9312 are using own DEFAULTTUNE because they define also different -march * shared feeds are armv4t: arm920t, arm9tdmi armv5te: arm926ejs, xscale armv7a-neon: cortexa8, cortexa9 (From OE-Core rev: a11bdc36a1be18cc5aa14682b2a2c9ee83141f51) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/tune-arm1176jzf-s.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm1176jzf-s.inc b/conf/machine/include/tune-arm1176jzf-s.inc
index b52c161..9d046dd 100644
--- a/conf/machine/include/tune-arm1176jzf-s.inc
+++ b/conf/machine/include/tune-arm1176jzf-s.inc
@@ -1,4 +1,4 @@
1DEFAULTTUNE ?= "arm1176jzfs" 1DEFAULTTUNE ?= "armv6"
2 2
3require conf/machine/include/arm/arch-armv6.inc 3require conf/machine/include/arm/arch-armv6.inc
4 4