diff options
-rw-r--r-- | meta/conf/distro/include/poky-external-default.inc | 2 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-external-eabi.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-external-default.inc b/meta/conf/distro/include/poky-external-default.inc new file mode 100644 index 0000000000..9f1f7a38c7 --- /dev/null +++ b/meta/conf/distro/include/poky-external-default.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | POKYMODE="default" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-external-eabi.inc b/meta/conf/distro/include/poky-external-eabi.inc deleted file mode 100644 index 20e6ddb563..0000000000 --- a/meta/conf/distro/include/poky-external-eabi.inc +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | POKYMODE="eabi" | ||
2 | require conf/distro/include/poky-external.inc \ No newline at end of file | ||