diff options
Diffstat (limited to 'recipes-extended/tsntool/tsntool_git.bb')
| -rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index f70e64e2b..f2911ddab 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | SUMMARY = "Configure TSN funtionalitie" | 1 | SUMMARY = "Configure TSN funtionalitie" |
| 2 | DESCRIPTION = "A tool to configure TSN funtionalities in user space" | 2 | DESCRIPTION = "A tool to configure TSN funtionalities in user space" |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/tsntool" | ||
| 3 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d" |
| 5 | 6 | ||
| @@ -13,7 +14,7 @@ SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" | |||
| 13 | SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e" | 14 | SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e" |
| 14 | 15 | ||
| 15 | SRC_URI:append = " \ | 16 | SRC_URI:append = " \ |
| 16 | file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \ | 17 | file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \ |
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 20 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
| @@ -21,7 +22,7 @@ do_configure[depends] += "virtual/kernel:do_shared_workdir" | |||
| 21 | do_compile:prepend() { | 22 | do_compile:prepend() { |
| 22 | mkdir -p ${S}/include/linux | 23 | mkdir -p ${S}/include/linux |
| 23 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux | 24 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux |
| 24 | } | 25 | } |
| 25 | do_install() { | 26 | do_install() { |
| 26 | install -d ${D}${bindir} ${D}${libdir} | 27 | install -d ${D}${bindir} ${D}${libdir} |
| 27 | install -m 0755 ${S}/tsntool ${D}${bindir} | 28 | install -m 0755 ${S}/tsntool ${D}${bindir} |
