diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-07 10:56:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-07 10:56:13 +0000 |
commit | ae66948a4a005f5ace9750ba8e6639b9bc0d69da (patch) | |
tree | e6b2057dc05ddd44be178943cf5590760598c22a /meta/conf/distro | |
parent | 90dbf753d4538186de57899bff5f371928d4f59a (diff) | |
download | poky-ae66948a4a005f5ace9750ba8e6639b9bc0d69da.tar.gz |
Add new poky-external mode toolchain stubs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3088 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-external-eabi.inc | 2 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-external-eabi6.inc | 2 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-external-oabi.inc | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-external-eabi.inc b/meta/conf/distro/include/poky-external-eabi.inc new file mode 100644 index 0000000000..20e6ddb563 --- /dev/null +++ b/meta/conf/distro/include/poky-external-eabi.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | POKYMODE="eabi" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-external-eabi6.inc b/meta/conf/distro/include/poky-external-eabi6.inc new file mode 100644 index 0000000000..88d5409d3b --- /dev/null +++ b/meta/conf/distro/include/poky-external-eabi6.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | POKYMODE="eabi6" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-external-oabi.inc b/meta/conf/distro/include/poky-external-oabi.inc new file mode 100644 index 0000000000..b4afaa30ab --- /dev/null +++ b/meta/conf/distro/include/poky-external-oabi.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | POKYMODE="oabi" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||