diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:14:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-28 22:14:41 +0000 |
commit | aa49e73ded3356d2b42c592d7a6ac1576e8dca98 (patch) | |
tree | 8d7f5cf4070b363c67e19096e4c224d6397a0807 /meta/conf | |
parent | 589a797e9846f97a35b9a68ef76f37df35ada007 (diff) | |
download | poky-aa49e73ded3356d2b42c592d7a6ac1576e8dca98.tar.gz |
poky-external-eabi: Rename to poky-external-default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-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 | ||