diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2025-04-20 23:33:24 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-14 08:33:40 -0700 |
commit | 696aacff4eab80f76ceced38c03edc587e7cc7b7 (patch) | |
tree | d68209182cbaceb9666c2efeb21022d49fdfc730 | |
parent | 753f400c0bcbf5e34dbd0ddda6873f85eb7c75b9 (diff) | |
download | poky-696aacff4eab80f76ceced38c03edc587e7cc7b7.tar.gz |
bluez5: add missing tools to noinst-tools package
This change will prevent these tools from being installed if the image doesn't install bluez5-noinst-tools package.
BlueZ 5.66: tools/mesh-tester
BlueZ 5.66: tools/ioctl-tester
BlueZ 5.65: tools/iso-tester
BlueZ 5.56: tools/btpclientctl
BlueZ 5.51: tools/bcmfw
BlueZ 5.49: tools/rtlfw
BlueZ 5.47: tools/btconfig (not a new tool, but it was moved from bin_PROGRAMS to noinst_PROGRAMS)
(From OE-Core rev: 5f7c43913812bcb80d6dba67da3fc62a8efecfb8)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.79.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.79.bb b/meta/recipes-connectivity/bluez5/bluez5_5.79.bb index 30ea6d317b..330b30884f 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.79.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.79.bb | |||
@@ -32,6 +32,9 @@ NOINST_TOOLS_TESTING ?= " \ | |||
32 | tools/rfcomm-tester \ | 32 | tools/rfcomm-tester \ |
33 | tools/bnep-tester \ | 33 | tools/bnep-tester \ |
34 | tools/userchan-tester \ | 34 | tools/userchan-tester \ |
35 | tools/iso-tester \ | ||
36 | tools/mesh-tester \ | ||
37 | tools/ioctl-tester \ | ||
35 | " | 38 | " |
36 | 39 | ||
37 | # noinst programs in Makefile.tools that are conditional on TOOLS | 40 | # noinst programs in Makefile.tools that are conditional on TOOLS |
@@ -46,6 +49,7 @@ NOINST_TOOLS_BT ?= " \ | |||
46 | tools/hcieventmask \ | 49 | tools/hcieventmask \ |
47 | tools/hcisecfilter \ | 50 | tools/hcisecfilter \ |
48 | tools/btinfo \ | 51 | tools/btinfo \ |
52 | tools/btconfig \ | ||
49 | tools/btsnoop \ | 53 | tools/btsnoop \ |
50 | tools/btproxy \ | 54 | tools/btproxy \ |
51 | tools/btiotest \ | 55 | tools/btiotest \ |
@@ -56,6 +60,8 @@ NOINST_TOOLS_BT ?= " \ | |||
56 | tools/advtest \ | 60 | tools/advtest \ |
57 | tools/seq2bseq \ | 61 | tools/seq2bseq \ |
58 | tools/nokfw \ | 62 | tools/nokfw \ |
63 | tools/rtlfw \ | ||
64 | tools/bcmfw \ | ||
59 | tools/create-image \ | 65 | tools/create-image \ |
60 | tools/eddystone \ | 66 | tools/eddystone \ |
61 | tools/ibeacon \ | 67 | tools/ibeacon \ |
@@ -65,5 +71,5 @@ NOINST_TOOLS_BT ?= " \ | |||
65 | tools/check-selftest \ | 71 | tools/check-selftest \ |
66 | tools/gatt-service \ | 72 | tools/gatt-service \ |
67 | profiles/iap/iapd \ | 73 | profiles/iap/iapd \ |
68 | ${@bb.utils.contains('PACKAGECONFIG', 'btpclient', 'tools/btpclient', '', d)} \ | 74 | ${@bb.utils.contains('PACKAGECONFIG', 'btpclient', 'tools/btpclient tools/btpclientctl', '', d)} \ |
69 | " | 75 | " |