[oe-commits] Florian Boor : gpe-image: Add license information and allow a "demo" style distro to log in automatically.

GIT User account git at amethyst.openembedded.net
Wed May 13 15:49:56 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: ad7c3aa1f56198b04964f34b0ca71542894768d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ad7c3aa1f56198b04964f34b0ca71542894768d7

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed May 13 14:53:41 2009 +0200

gpe-image: Add license information and allow a "demo" style distro to log in automatically.

---

 recipes/images/gpe-image.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/images/gpe-image.bb b/recipes/images/gpe-image.bb
index 57e7f7f..768cc6b 100644
--- a/recipes/images/gpe-image.bb
+++ b/recipes/images/gpe-image.bb
@@ -1,3 +1,5 @@
+LICENSE = "MIT"
+
 # Set some defaults
 
 MACHINE_TASK_PROVIDER = "task-base-extended"
@@ -46,5 +48,6 @@ IMAGE_INSTALL = "\
     ${GPE_EXTRA_INSTALL}"
 
 ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "demo", "set_image_autologin; ", "",d)}'
 
 inherit image





More information about the Openembedded-commits mailing list