aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-10 22:30:19 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-10 22:30:19 +0000
commited1afb2937b654a3e037dc202d1dcb0c3668aea3 (patch)
tree9e77fc04b589e4eb15e3e8b632f324b52ae673a2 /packages/busybox
parentf3291064aae5357ce7e306db2509f1e330e360e1 (diff)
downloadopenembedded-ed1afb2937b654a3e037dc202d1dcb0c3668aea3.tar.gz
busybox-static 1.2.1: First cut at static busybox.
* Yes, it works. 877916 bytes with uclibc. * Defconfig is based on angstrom's one, with switch_root enabled.
Diffstat (limited to 'packages/busybox')
-rw-r--r--packages/busybox/busybox-static-1.2.1/.mtn2git_empty0
-rw-r--r--packages/busybox/busybox-static_1.2.1.bb6
2 files changed, 6 insertions, 0 deletions
diff --git a/packages/busybox/busybox-static-1.2.1/.mtn2git_empty b/packages/busybox/busybox-static-1.2.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/busybox/busybox-static-1.2.1/.mtn2git_empty
diff --git a/packages/busybox/busybox-static_1.2.1.bb b/packages/busybox/busybox-static_1.2.1.bb
new file mode 100644
index 0000000000..f3bff07530
--- /dev/null
+++ b/packages/busybox/busybox-static_1.2.1.bb
@@ -0,0 +1,6 @@
+require busybox_${PV}.bb
+PR = "r0"
+
+S = "${WORKDIR}/busybox-1.2.1"
+
+export CFLAGS:="${CFLAGS} -static"