meta-digi: Move kernel-module-gpio dependency to example recipe.

Before it was a machine dependency which it not really is.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-03-21 09:34:55 +01:00
parent e14ec79443
commit bb4edfc2a4
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,3 @@ IMAGE_CLASSES = "image_types_digi"
# Do not enable console on VT (see sysvinit-inittab recipe)
USE_VT = "0"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-module-gpio"

View File

@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
PR = "r0"
RDEPENDS_${PN} += "kernel-module-gpio"
SRC_URI = "file://gpio_test"
S = "${WORKDIR}/gpio_test"