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:
parent
e14ec79443
commit
bb4edfc2a4
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue