diff options
-rw-r--r-- | meta-oe/recipes-kernel/turbostat/turbostat/COPYING | 18 | ||||
-rw-r--r-- | meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 13 |
2 files changed, 24 insertions, 7 deletions
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat/COPYING b/meta-oe/recipes-kernel/turbostat/turbostat/COPYING new file mode 100644 index 0000000000..da4cb28feb --- /dev/null +++ b/meta-oe/recipes-kernel/turbostat/turbostat/COPYING | |||
@@ -0,0 +1,18 @@ | |||
1 | The Linux Kernel is provided under: | ||
2 | |||
3 | SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note | ||
4 | |||
5 | Being under the terms of the GNU General Public License version 2 only, | ||
6 | according with: | ||
7 | |||
8 | LICENSES/preferred/GPL-2.0 | ||
9 | |||
10 | With an explicit syscall exception, as stated at: | ||
11 | |||
12 | LICENSES/exceptions/Linux-syscall-note | ||
13 | |||
14 | In addition, other licenses may also apply. Please see: | ||
15 | |||
16 | Documentation/process/license-rules.rst | ||
17 | |||
18 | for more details. | ||
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index 3559417948..dc3e78febb 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | |||
@@ -12,16 +12,15 @@ processor frequency and idle power saving state residency on supported \ | |||
12 | processors." | 12 | processors." |
13 | 13 | ||
14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
16 | |||
17 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
18 | COMPATIBLE_HOST_libc-musl = "null" | 17 | COMPATIBLE_HOST_libc-musl = "null" |
19 | 18 | ||
20 | DEPENDS = "virtual/kernel" | 19 | SRC_URI += "\ |
20 | file://COPYING \ | ||
21 | " | ||
21 | 22 | ||
22 | do_fetch[noexec] = "1" | 23 | DEPENDS = "virtual/kernel" |
23 | do_unpack[noexec] = "1" | ||
24 | do_patch[noexec] = "1" | ||
25 | 24 | ||
26 | # This looks in S, so we better make sure there's | 25 | # This looks in S, so we better make sure there's |
27 | # something in the directory. | 26 | # something in the directory. |
@@ -43,7 +42,7 @@ do_configure_prepend() { | |||
43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} | 42 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} |
44 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} | 43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} |
45 | cp -r ${STAGING_KERNEL_DIR}/tools/power/x86/turbostat/* ${S} | 44 | cp -r ${STAGING_KERNEL_DIR}/tools/power/x86/turbostat/* ${S} |
46 | cp -r ${STAGING_KERNEL_DIR}/COPYING ${S} | 45 | cp -r ${WORKDIR}/COPYING ${S} |
47 | } | 46 | } |
48 | 47 | ||
49 | do_compile() { | 48 | do_compile() { |