Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
21 lines
773 B
BlitzBasic
21 lines
773 B
BlitzBasic
SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped"
|
|
DESCRIPTION = "\
|
|
Dropwatch is a utility to help developers and system administrators to \
|
|
diagnose problems in the Linux Networking stack, specifically their \
|
|
ability to diagnose where packets are getting dropped."
|
|
HOMEPAGE = "https://github.com/nhorman/${BPN}"
|
|
SECTION = "net/misc"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
|
|
|
SRC_URI = "git://github.com/nhorman/dropwatch.git;protocol=https;nobranch=1 \
|
|
file://0001-fix-bug-build-with-sysroot-head-file-instead-of-loca.patch \
|
|
"
|
|
SRCREV = "1e7e487a019a7c02f1f429c4d3a4647fa3787a13"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "binutils libnl libpcap readline"
|
|
|
|
inherit pkgconfig autotools
|