diff options
Diffstat (limited to 'meta')
-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 | ||