summaryrefslogtreecommitdiffstats
path: root/recipes-enea/partrt
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-07-17 14:21:32 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2017-07-19 10:25:43 +0200
commite0b480da53093f8832a5d6b0a2fd083a9e99c7e8 (patch)
tree3fd6bd7d2d455cab31e4713aa93d7ac9e19c088d /recipes-enea/partrt
parent4bf7d1abd0e8414a7f096864fa916e3cc705ac11 (diff)
downloadmeta-nfv-access-common-e0b480da53093f8832a5d6b0a2fd083a9e99c7e8.tar.gz
Upgraded to the latest rt-tools version
Added new recipe for the bitcalc tool. Removed list2mask recipe and updated the partrt and the count-ticks recipes. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'recipes-enea/partrt')
-rw-r--r--recipes-enea/partrt/partrt_1.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-enea/partrt/partrt_1.1.bb b/recipes-enea/partrt/partrt_1.1.bb
index 8113805..5c22e4a 100644
--- a/recipes-enea/partrt/partrt_1.1.bb
+++ b/recipes-enea/partrt/partrt_1.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13 13
14SRCREV = "cbe36a4946a2b3bb4927ca3b8ac800111ae9ce49" 14SRCREV = "9d4d1ce26b58ada516466c30e53c75c2961d6f0a"
15 15
16inherit ptest 16inherit ptest
17 17
@@ -21,10 +21,10 @@ FILES_${PN} += "/bin/*"
21 21
22do_install() { 22do_install() {
23 install -d ${D}/usr/bin 23 install -d ${D}/usr/bin
24 install ${S}/install/bin/partrt ${D}/usr/bin 24 install ${S}/partrt/partrt ${D}/usr/bin
25} 25}
26 26
27do_install_ptest() { 27do_install_ptest() {
28 install ${S}/test/test_partition.py ${D}${PTEST_PATH} 28 install ${S}/partrt/test/test_partition.py ${D}${PTEST_PATH}
29 sed -i s/target/${MACHINE}/ ${D}${PTEST_PATH}/run-ptest 29 sed -i s/target/${MACHINE}/ ${D}${PTEST_PATH}/run-ptest
30} 30}