# # Copyright Matthias Hentges (c) 2006 # License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) # # Filename: essential-image.bb # Date: 23-Apr-06 DESCRIPTION = "" MAINTAINER = "Matthias 'CoreDump' Hentges " HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml" ###################################################################################### PV = "0.0.1" PR = "r0" ###################################################################################### inherit image_ipk ###################################################################################### DEPENDS = "task-essential-to-boot" ###################################################################################### export IMAGE_BASENAME = "essential-image" export IMAGE_LINGUAS = "" export IPKG_INSTALL = "task-essential-to-boot"