images: Add del-image-minimal
Initially this is a copy of core-image-minimal. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
208821ea85
commit
80d8b442fb
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Copyright (C) 2012 Digi International.
|
||||
#
|
||||
DESCRIPTION = "DEL busybox based image (non graphical)."
|
||||
|
||||
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "8192"
|
||||
|
||||
# remove not needed ipkg informations
|
||||
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|
||||
Loading…
Reference in New Issue