[oe-commits] org.oe.dev helloworld-image: an truly minimal image with static helloworld

likewise commit openembedded-commits at lists.openembedded.org
Sat May 19 11:36:07 UTC 2007


helloworld-image: an truly minimal image with static helloworld

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 03587c20291556862ac9f9a01ffae714e148ee09
ViewMTN: http://monotone.openembedded.org/revision.psp?id=03587c20291556862ac9f9a01ffae714e148ee09
Files:
1
packages/images/helloworld-image.bb
Diffs:

#
# mt diff -r82e2f4eee7879ba67e6a63e22fe6e172b6e35a4a -r03587c20291556862ac9f9a01ffae714e148ee09
#
# 
# 
# add_file "packages/images/helloworld-image.bb"
#  content [9af31161384a1629809fec960cae7439f031a632]
# 
============================================================
--- packages/images/helloworld-image.bb	9af31161384a1629809fec960cae7439f031a632
+++ packages/images/helloworld-image.bb	9af31161384a1629809fec960cae7439f031a632
@@ -0,0 +1,28 @@
+# Hello world image
+# Contains *only* a statically linked hello world init program
+LICENSE = "MIT"
+PR = "r0"
+
+RDEPENDS = "helloworld"
+
+export IMAGE_BASENAME = "helloworld-image"
+export IMAGE_LINGUAS = ""
+
+PACKAGE_INSTALL = ${RDEPENDS}
+
+inherit image
+
+# Hello world image
+# Contains *only* a statically linked hello world init program
+LICENSE = "MIT"
+PR = "r0"
+
+RDEPENDS = "helloworld"
+
+export IMAGE_BASENAME = "helloworld-image"
+export IMAGE_LINGUAS = ""
+
+PACKAGE_INSTALL = ${RDEPENDS}
+
+inherit image
+






More information about the Openembedded-commits mailing list