diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-04-04 11:11:01 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-04-05 08:31:56 -0700 |
| commit | 60dfbc3f75bb7a480a86e18af15425e41dc605a6 (patch) | |
| tree | ab1e5d20b454a1c2f492ded4bd82d91ae639cc02 | |
| parent | 7e253418b67fef3bda2a0f5b974958a4ad9f49df (diff) | |
| download | meta-xilinx-60dfbc3f75bb7a480a86e18af15425e41dc605a6.tar.gz | |
linux-firmware-ti-bt: dbg package requires dev package which requires base
Add an empty base package w/ an RDEPENDS on the specifically named firmware
package. This allows the automatic installation of -dev or -dbg packages
to work properly.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit 3fe9375d75c1e5266cef1feb27c57d6a5b83ca1f)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb b/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb index 1ad8ae2e..6bb39051 100644 --- a/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb +++ b/meta-xilinx-core/recipes-kernel/linux-firmware/linux-firmware-ti-bt.bb | |||
| @@ -53,6 +53,10 @@ do_install() { | |||
| 53 | # 11.8.32 = WL180x, WL183x, WL185x PG2.1 or PG2.2, 8.32 ROM Version | 53 | # 11.8.32 = WL180x, WL183x, WL185x PG2.1 or PG2.2, 8.32 ROM Version |
| 54 | PACKAGES =+ "${PN}-wl180x ${PN}-license" | 54 | PACKAGES =+ "${PN}-wl180x ${PN}-license" |
| 55 | 55 | ||
| 56 | # Ensure if someone installs the main one, they get the specific named package | ||
| 57 | ALLOW_EMPTY:${PN} = "1" | ||
| 58 | RDEPENDS:${PN} += "${PN}-wl180x" | ||
| 59 | |||
| 56 | FILES:${PN}-license = "${nonarch_base_libdir}/firmware/License.ti-bt" | 60 | FILES:${PN}-license = "${nonarch_base_libdir}/firmware/License.ti-bt" |
| 57 | 61 | ||
| 58 | FILES:${PN}-wl180x = "${nonarch_base_libdir}/firmware/TIInit_11.8.32.bts \ | 62 | FILES:${PN}-wl180x = "${nonarch_base_libdir}/firmware/TIInit_11.8.32.bts \ |
