meta-digi-del: simplify del-image-minimal-dev
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
4590397b13
commit
3c7f94a880
|
|
@ -1,43 +1,8 @@
|
|||
#
|
||||
# Copyright (C) 2012 Digi International.
|
||||
#
|
||||
require del-image-minimal.bb
|
||||
|
||||
DESCRIPTION = "DEL busybox based image (non graphical) suitable for development work."
|
||||
|
||||
INC_PR = "r0"
|
||||
PR = "${INC_PR}"
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-del-core ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
|
||||
|
||||
VIRTUAL-RUNTIME_accel-graphics = '${@base_contains("DISTRO_FEATURES", "x11", "", "amd-gpu-bin-mx51", d)}'
|
||||
IMAGE_INSTALL_append_mx5 = " ${@base_contains('MACHINE_FEATURES', 'accel-graphics', '${VIRTUAL-RUNTIME_accel-graphics}', '', d)}"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
inherit del-image
|
||||
|
||||
# These features will move to the project's local.conf
|
||||
# where they can be customized by platform.
|
||||
|
||||
# Only common features to remain here.
|
||||
IMAGE_FEATURES += "ssh-server-dropbear"
|
||||
IMAGE_FEATURES += "del-network"
|
||||
IMAGE_FEATURES += "dev-pkgs"
|
||||
IMAGE_FEATURES += "package-management"
|
||||
|
||||
# Machine dependant features
|
||||
IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "alsa", "del-audio", "", d)}'
|
||||
IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "accel-video", "del-gstreamer", "", d)}'
|
||||
IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "wifi", "del-wireless", "", d)}'
|
||||
IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "bluetooth", "del-bluetooth", "", d)}'
|
||||
|
||||
# Adding debug-tweaks will enable empty password login.
|
||||
# Note that adding debug-tweaks to EXTRA_IMAGE_FEATURES will not
|
||||
# allow for empty password logins.
|
||||
IMAGE_FEATURES += "debug-tweaks"
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "8192"
|
||||
|
||||
ROOTFS_POSTPROCESS_COMMAND += "del_rootfs_tuning;"
|
||||
|
|
|
|||
Loading…
Reference in New Issue