diff options
author | John Klug <john.klug@multitech.com> | 2019-02-15 09:21:22 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 72bbd21edae34214b3977dea58377415901b047b (patch) | |
tree | 95f56a42da310c1de344a4df960cb67d976c7458 | |
parent | cdac7995eaaa7dec05500aba275f7e2bfafdb79a (diff) | |
download | meta-multitech-72bbd21edae34214b3977dea58377415901b047b.tar.gz meta-multitech-72bbd21edae34214b3977dea58377415901b047b.tar.bz2 meta-multitech-72bbd21edae34214b3977dea58377415901b047b.zip |
Remove bt_transmit from the rs9113-utils file list, since it is not there anyway.
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 750060e..a2e9975 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -81,9 +81,7 @@ FILES_kernel-module-${PN} = " \ " # Required utility -FILES_${PN}-util = "/opt/rs9113/transmit \ - /opt/rs9113/onebox_util \ - " +FILES_${PN}-util = "/opt/rs9113/onebox_util" FILES_${PN}-dbg = "/opt/rs9113/.debug/bt_bbp_utils \ /opt/rs9113/.debug \ |