Complete Yocto mirror with license table for TQMa6UL (2038-compliance)

- 264 license table entries with exact download URLs (224/264 resolved)
- Complete sources/ directory with all BitBake recipes
- Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl)
- Full traceability for Softwarefreigabeantrag
- GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4
- License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
Siggi (OpenClaw Agent)
2026-03-01 20:58:18 +00:00
commit 16accb6b24
15086 changed files with 1292356 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
From 4872c52f55f9cb089e6681c3f1926663145b52ae Mon Sep 17 00:00:00 2001
From: chenheyun <chen_heyun@163.com>
Date: Sun, 18 Feb 2024 05:08:25 -0800
Subject: [PATCH] fix bug: build with sysroot head file instead of local head
file:net_dropmon.h
Signed-off-by: chenheyun <chen_heyun@163.com>
Upstream-Status: Pending
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index e4746d9..81dc4da 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,8 +26,8 @@
#include <netlink/netlink.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>
+#include <net_dropmon.h>
-#include "net_dropmon.h"
#include "lookup.h"
/*
--
2.25.1

View File

@@ -0,0 +1,20 @@
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