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
417941e274
commit
1ad2dade8f
|
|
@ -53,12 +53,6 @@ do_install:append() {
|
|||
>> ${D}${sysconfdir}/udev/rules.d/localextra.rules
|
||||
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
|
||||
if ${@bb.utils.contains('MACHINE_FEATURES','gpu','false','true',d)}; then
|
||||
# evbug debug tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue