From b9449aa4d69d86e5199e81bfcbabb51eed22c2b7 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Mon, 22 Jan 2018 18:12:48 +0100 Subject: [PATCH] dey-image-qt: remove eudev-hwdb This saves ~4MB of space and is not required for device detection. https://jira.digi.com/browse/DEL-5613 Signed-off-by: Isaac Hermida --- meta-digi-dey/recipes-core/images/dey-image-qt.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/images/dey-image-qt.bb b/meta-digi-dey/recipes-core/images/dey-image-qt.bb index 35febd379..a6ffcef3d 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-qt.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-qt.bb @@ -1,5 +1,5 @@ # -# Copyright (C) 2016 Digi International. +# Copyright (C) 2016-2018 Digi International. # DESCRIPTION = "DEY image with QT graphical libraries" LICENSE = "MIT" @@ -49,5 +49,6 @@ IMAGE_ROOTFS_SIZE = "8192" # Do not install udev-cache BAD_RECOMMENDATIONS += "udev-cache" +BAD_RECOMMENDATIONS += "eudev-hwdb" export IMAGE_BASENAME = "dey-image-qt-${GRAPHICAL_BACKEND}"