[oe-commits] org.oe.dev initramfs-image: A sample initramfs image.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Jun 11 04:57:51 UTC 2007


initramfs-image: A sample initramfs image.
* Shows all ingredients of a good initramfs image: custom init script run
by statically linked busybox, with all of them installed by explicit list 
without any unneeded dependencies. ~500k.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 4c8773019b235a31560c4140e239ca6b1e97a3b8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4c8773019b235a31560c4140e239ca6b1e97a3b8
Files:
1
packages/images/initramfs-image.bb
Diffs:

#
# mt diff -r64152bb99fc74ee3d4f1133898fccb773f3278e2 -r4c8773019b235a31560c4140e239ca6b1e97a3b8
#
# 
# 
# add_file "packages/images/initramfs-image.bb"
#  content [93795104d3a49aec178fec7662a11a453edacee9]
# 
============================================================
--- packages/images/initramfs-image.bb	93795104d3a49aec178fec7662a11a453edacee9
+++ packages/images/initramfs-image.bb	93795104d3a49aec178fec7662a11a453edacee9
@@ -0,0 +1,15 @@
+# Sample initramfs image
+LICENSE = "MIT"
+PR = "r0"
+
+#RDEPENDS = "initramfs-boot busybox kernel-module-uinput uclibc libgcc1"
+RDEPENDS = "initramfs-nfsboot busybox-static kernel-module-uinput"
+
+export IMAGE_BASENAME = "initramfs-image"
+export IMAGE_LINGUAS = ""
+
+PACKAGE_INSTALL = "${RDEPENDS}"
+# Install only ${PACKAGE_INSTALL}, not even deps
+PACKAGE_INSTALL_NO_DEPS = "1"
+
+inherit image






More information about the Openembedded-commits mailing list