summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2023-07-27 19:48:21 +0800
committerJun Zhu <junzhu@nxp.com>2023-07-27 11:38:12 +0800
commit21a138fa1b78b37547aeb6ebf51957889a43dbd9 (patch)
treedb1858dbae8485c6de23c78a5ded8f83b8dd273d /recipes-kernel
parentc64f9acf38537cbb85987dda0820a17ebaca3ba6 (diff)
downloadmeta-freescale-21a138fa1b78b37547aeb6ebf51957889a43dbd9.tar.gz
ceetm: Change license to GPL-2.0-only
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/ceetm/ceetm_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index ecc28a90..1059e006 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "CEETM TC QDISC" 1DESCRIPTION = "CEETM TC QDISC"
2LICENSE = "GPL-2.0-only & BSD" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=bac620b9883d38a84dfb73ca7122d915" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5SRC_URI = "git://github.com/nxp-qoriq/ceetm;protocol=https;nobranch=1" 5SRC_URI = "git://github.com/nxp-qoriq/ceetm;protocol=https;nobranch=1"
6SRCREV = "6a7f2ec2091df2f4380cb8d25a36c399aed5af1b" 6SRCREV = "27218bc625e83458db2301f6c07de133cb5f6792"
7SRC_URI:append = " file://0001-Makefile-update-CFLAGS.patch \ 7SRC_URI:append = " file://0001-Makefile-update-CFLAGS.patch \
8 file://0001-use-new-api-tc_print_rate.patch \ 8 file://0001-use-new-api-tc_print_rate.patch \
9" 9"
@@ -27,4 +27,3 @@ INHIBIT_PACKAGE_STRIP = "1"
27 27
28COMPATIBLE_MACHINE = "(qoriq)" 28COMPATIBLE_MACHINE = "(qoriq)"
29PACKAGE_ARCH = "${MACHINE_SOCARCH}" 29PACKAGE_ARCH = "${MACHINE_SOCARCH}"
30