ostree/gnomeos/yocto/recipies-core/images/gnomeos-image.bb

29 lines
478 B
BlitzBasic

#
# Copyright (C) 2011 Red Hat, Inc.
#
IMAGE_LINGUAS = " "
LICENSE = "LGPL2"
inherit core-image
PACKAGES = "\
task-gnomeos-base \
"
RDEPENDS_task-gnomeos-base = "\
gtk+ \
mesa-dri \
task-core-x11 \
NetworkManager \
"
# 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 ; "