diff options
author | John Klug <john.klug@multitech.com> | 2019-02-15 09:21:22 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-15 09:21:22 -0600 |
commit | 6751ed5e9a21904cdd2791134eb1b6bf4a668766 (patch) | |
tree | 95f56a42da310c1de344a4df960cb67d976c7458 /recipes-kernel | |
parent | bb116b7399607c2887d8458086f4a45fd38b7d95 (diff) | |
download | meta-multitech-6751ed5e9a21904cdd2791134eb1b6bf4a668766.tar.gz meta-multitech-6751ed5e9a21904cdd2791134eb1b6bf4a668766.tar.bz2 meta-multitech-6751ed5e9a21904cdd2791134eb1b6bf4a668766.zip |
Remove bt_transmit from the rs9113-utils file list, since it is not there anyway.
Diffstat (limited to 'recipes-kernel')
-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 \ |