diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-19 12:41:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:34 +0100 |
commit | 350431d860e94be85e4906fb6823cd15da558675 (patch) | |
tree | 98827b145605851c1354089a97197f23fcfdfc50 /meta/conf/machine/include | |
parent | cc8a2a0ff325ac86ad2dd1ceb0c2d3e15401dcd9 (diff) | |
download | ast2050-yocto-poky-350431d860e94be85e4906fb6823cd15da558675.zip ast2050-yocto-poky-350431d860e94be85e4906fb6823cd15da558675.tar.gz |
tune-ppce500v2: Add a tune file for PowerPC e500v2 cores
(From OE-Core rev: 1448b6381b2039d0da7ab06c522d973bd8126747)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r-- | meta/conf/machine/include/tune-ppce500v2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc new file mode 100644 index 0000000..d76dbc9 --- /dev/null +++ b/meta/conf/machine/include/tune-ppce500v2.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mcpu=8548 -mabi=spe -mspe" +BASE_PACKAGE_ARCH = "ppce500v2" +FEED_ARCH = "ppce500v2" +PACKAGE_EXTRA_ARCHS = "powerpc ppce500v2" |