xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Proxy for UDP/TCP debug connections"
2*4882a593SmuzhiyunDESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions."
3*4882a593SmuzhiyunHOMEPAGE = "http://kgdb.wiki.kernel.org/"
4*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSECTION = "devel"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunEXTRA_OEMAKE = "'CC=${CC}'"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunSRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git;branch=master \
14*4882a593Smuzhiyun           file://0001-Makefile-Add-LDFLAGS-variable.patch \
15*4882a593Smuzhiyun"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunS = "${WORKDIR}/git"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyundo_install () {
22*4882a593Smuzhiyun    install -d ${D}${bindir}
23*4882a593Smuzhiyun    install -m 0755 agent-proxy ${D}${bindir}
24*4882a593Smuzhiyun}
25