summaryrefslogtreecommitdiff
path: root/gnomeos/yocto/recipies-core/images/gnomeos-image.bb
blob: 16ce3a1381867d4076016ea37eabac4021e1033d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright (C) 2011 Red Hat, Inc.
#
IMAGE_LINGUAS = " "

LICENSE = "LGPL2"

inherit core-image

IMAGE_INSTALL += "ostree-init"

# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "

gnomeos_rootfs_postinst() {
	echo "GNOME OS Unix login" > ${IMAGE_ROOTFS}/etc/issue
}

ROOTFS_POSTPROCESS_COMMAND += " gnomeos_rootfs_postinst ; "