gpe-image: Add license information and allow a "demo" style distro to log in automati...
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 13 May 2009 12:53:41 +0000 (14:53 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 13 May 2009 12:59:17 +0000 (14:59 +0200)
recipes/images/gpe-image.bb

index 57e7f7f..768cc6b 100644 (file)
@@ -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