summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/site_config/types
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-13 11:24:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:56:27 +0100
commitbb9d9dacca704da5f55ad2e86ced41e7e531f286 (patch)
treeddd4fed633173ab81f8c14418d7c13b9b5b261b4 /meta/recipes-core/uclibc/site_config/types
parent560077821aee107e8fe88e8a99e7efa493aec2d5 (diff)
downloadpoky-bb9d9dacca704da5f55ad2e86ced41e7e531f286.tar.gz
uclibc: remove
uclibc is showing its age now and upstarts like musl are approximately the same size but with far more features and active maintainers. Remove uclibc from oe-core and use endorse musl as the lighter alternative to full-fat glibc. (From OE-Core rev: ff1599149942af1c36280abd4f1ed3878aaa62eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc/site_config/types')
-rw-r--r--meta/recipes-core/uclibc/site_config/types21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-core/uclibc/site_config/types b/meta/recipes-core/uclibc/site_config/types
deleted file mode 100644
index 178bd85a00..0000000000
--- a/meta/recipes-core/uclibc/site_config/types
+++ /dev/null
@@ -1,21 +0,0 @@
1char
2char *
3double
4float
5int
6long
7long double
8long int
9long long
10long long int
11short
12short int
13signed char
14unsigned char
15unsigned int
16unsigned long
17unsigned long int
18unsigned long long int
19unsigned short
20unsigned short int
21void *