You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
18 lines
378 B
DESCRIPTION = "Task for sysmocom development/debugging" |
|
LICENSE = "MIT" |
|
LIC_FILES_CHKSUM = " \ |
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
|
DEPENDS = "virtual/kernel" |
|
ALLOW_EMPTY_${PN} = "1" |
|
PR = "r4" |
|
|
|
RDEPENDS_${PN} = "\ |
|
dropbear \ |
|
mtd-utils \ |
|
strace \ |
|
tcpdump \ |
|
gdb \ |
|
gdbserver \ |
|
net-tools \ |
|
" |
|
|
|
|