diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-30 12:16:36 -0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:51 +0000 |
| commit | b3d517aad475431ff78065b953fc02dab4c4b74d (patch) | |
| tree | 01f0654dc1872587303fbf510f34f2fba4aad760 /meta/classes/image.bbclass | |
| parent | ea06c15c04f319fb48324e9911f3c9582d78d8e5 (diff) | |
| download | poky-b3d517aad475431ff78065b953fc02dab4c4b74d.tar.gz | |
image.bbclass: Remove 'set_image_autologin' function
The set_image_autologin function is GPE Login specific and the package
is not available in OE-Core so the function should be added in the
meta-gpe layer, if necessary. Drop this from the OE-Core as it is
unused.
(From OE-Core rev: a7191a7018c1fe43fe35a894a09d2a165af1a4d2)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
| -rw-r--r-- | meta/classes/image.bbclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 34e9f4cba5..07e7f9979c 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
| @@ -387,12 +387,6 @@ python write_image_manifest () { | |||
| 387 | image_manifest.write(image_list_installed_packages(d, 'ver')) | 387 | image_manifest.write(image_list_installed_packages(d, 'ver')) |
| 388 | } | 388 | } |
| 389 | 389 | ||
| 390 | # Make login manager(s) enable automatic login. | ||
| 391 | # Useful for devices where we do not want to log in at all (e.g. phones) | ||
| 392 | set_image_autologin () { | ||
| 393 | sed -i 's%^AUTOLOGIN=\"false"%AUTOLOGIN="true"%g' ${IMAGE_ROOTFS}/etc/sysconfig/gpelogin | ||
| 394 | } | ||
| 395 | |||
| 396 | # Can be use to create /etc/timestamp during image construction to give a reasonably | 390 | # Can be use to create /etc/timestamp during image construction to give a reasonably |
| 397 | # sane default time setting | 391 | # sane default time setting |
| 398 | rootfs_update_timestamp () { | 392 | rootfs_update_timestamp () { |
