Revert "crank: recipe for crank demos"
This reverts commit 93e69dfb3e.
https://onedigi.atlassian.net/browse/DEL-9527
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
d09b04be60
commit
cb597d60fb
|
|
@ -53,12 +53,6 @@ do_install:append() {
|
||||||
>> ${D}${sysconfdir}/udev/rules.d/localextra.rules
|
>> ${D}${sysconfdir}/udev/rules.d/localextra.rules
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Mouse symlink
|
|
||||||
printf "%s\n%s\n" \
|
|
||||||
"# Symlink to the mouse" \
|
|
||||||
"SUBSYSTEM==\"input\", KERNEL==\"event[0-9]*\", ENV{ID_INPUT_MOUSE}==\"1\", SYMLINK+=\"input/mouse0\"" \
|
|
||||||
>> ${D}${sysconfdir}/udev/rules.d/localextra.rules
|
|
||||||
|
|
||||||
install -d ${D}${sysconfdir}/modprobe.d
|
install -d ${D}${sysconfdir}/modprobe.d
|
||||||
if ${@bb.utils.contains('MACHINE_FEATURES','gpu','false','true',d)}; then
|
if ${@bb.utils.contains('MACHINE_FEATURES','gpu','false','true',d)}; then
|
||||||
# evbug debug tool
|
# evbug debug tool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue