pandora-*-image: Commit image file tweaks (do not zap root password, we set it to...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 14 Dec 2009 11:50:04 +0000 (11:50 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 14 Dec 2009 11:50:04 +0000 (11:50 +0000)
recipes/images/pandora-core-image.bb
recipes/images/pandora-desktop-image.bb
recipes/images/pandora-gnome-image.bb
recipes/images/pandora-gui-image.bb
recipes/images/pandora-validation-image.bb
recipes/images/pandora-xfce-image.bb

index 93a2472..6576805 100755 (executable)
@@ -1,11 +1,13 @@
 # Console image for the Pandora handheld console
 
-IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es tr-tr"
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es"
 
 IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
+PR = "r0"
+
 export IMAGE_BASENAME = "pandora-core-image"
 
 SPLASH = "psplash-omap3pandora"
index bd95141..fa9564e 100755 (executable)
@@ -6,6 +6,8 @@ IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
+PR = "r0"
+
 export IMAGE_BASENAME = "pandora-desktop-image"
 
 SPLASH = "psplash-omap3pandora"
index 1765e4e..affb948 100755 (executable)
@@ -6,6 +6,8 @@ IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
+PR = "r0"
+
 export IMAGE_BASENAME = "pandora-gnome-image"
 
 #IMAGE_INIT_MANAGER = "upstart upstart-sysvcompat"
index 05dd436..82efe77 100755 (executable)
@@ -6,6 +6,8 @@ IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
+PR = "r0"
+
 export IMAGE_BASENAME = "pandora-gui-image"
 
 SPLASH = "psplash-omap3pandora"
index c8a39d5..090b3bb 100755 (executable)
@@ -3,6 +3,8 @@
 
 inherit image
 
+PR = "r0"
+
 export IMAGE_BASENAME = "pandora-validation-image"
 
 DEPENDS = "task-base"
index dca5ed7..1346f6a 100755 (executable)
@@ -1,11 +1,13 @@
 # XFCE image for the Pandora handheld console
 
-IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es tr-tr"
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es"
 
 IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
+PR = "r2"
+
 export IMAGE_BASENAME = "pandora-xfce-image"
 
 SPLASH = "psplash-omap3pandora"
@@ -21,7 +23,7 @@ IMAGE_INSTALL += " \
 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
 
 #zap root password for release images
-ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+#ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
 
 # Helper to say what image we built, include GIT tag and image name.
 PANDORA_VERSION_FILE = "${IMAGE_ROOTFS}/${sysconfdir}/op-version"