summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-02-23 16:01:24 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-02-23 16:01:24 +0000
commit54ab27f882ea296d097cce178bb4a873f0295c3d (patch)
treec565c82cba1765e26df122608bad9ed7ed626e1b
parent5f2acfa4864b0fe9250ebcc5d400d8832939f2f9 (diff)
downloadlorries-baserock/rdale/musl.tar.gz
Add lorries for the musl libc library and patched linux headers for muslbaserock/rdale/musl
-rw-r--r--open-source-lorries/musl-linux-headers.lorry6
-rw-r--r--open-source-lorries/musl.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/musl-linux-headers.lorry b/open-source-lorries/musl-linux-headers.lorry
new file mode 100644
index 0000000..fb3a285
--- /dev/null
+++ b/open-source-lorries/musl-linux-headers.lorry
@@ -0,0 +1,6 @@
+{
+ "musl/kernel-headers": {
+ "type": "git",
+ "url": "https://github.com/sabotage-linux/kernel-headers.git"
+ }
+}
diff --git a/open-source-lorries/musl.lorry b/open-source-lorries/musl.lorry
new file mode 100644
index 0000000..e9c006b
--- /dev/null
+++ b/open-source-lorries/musl.lorry
@@ -0,0 +1,6 @@
+{
+ "musl": {
+ "type": "git",
+ "url": "git://git.musl-libc.org/musl"
+ }
+}