diff options
author | Yongxin Liu <yongxin.liu@windriver.com> | 2020-07-10 16:39:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | 0bdb50b4d02e91e5a2c507f3cf044659f5395397 (patch) | |
tree | eadc16ca30b4c6903c3beeef5a26e92ec6f8adf4 /meta | |
parent | bfc0e7ef0e0248dd542a50066317f8af857c40c0 (diff) | |
download | poky-0bdb50b4d02e91e5a2c507f3cf044659f5395397.tar.gz |
linux-firmware: move ibt-misc to the end of ibt packages
After commit 3ca1d3fa1d ("linux-firmware: fix the wrong file
path for ibt-misc"), if we don't change the location of ibt-misc
in PACKAGES, ibt-misc will include all ibt files and make other
individual ibt package empty.
(From OE-Core rev: b3a5403a9e5d0085d7b2f97a2e44b74a54c84d3f)
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb index 79acccddc7..2b5963c0c8 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb | |||
@@ -278,9 +278,10 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
278 | ${PN}-iwlwifi-7265d ${PN}-iwlwifi-8000c ${PN}-iwlwifi-8265 \ | 278 | ${PN}-iwlwifi-7265d ${PN}-iwlwifi-8000c ${PN}-iwlwifi-8265 \ |
279 | ${PN}-iwlwifi-9000 \ | 279 | ${PN}-iwlwifi-9000 \ |
280 | ${PN}-iwlwifi-misc \ | 280 | ${PN}-iwlwifi-misc \ |
281 | ${PN}-ibt-license ${PN}-ibt ${PN}-ibt-misc \ | 281 | ${PN}-ibt-license ${PN}-ibt \ |
282 | ${PN}-ibt-11-5 ${PN}-ibt-12-16 ${PN}-ibt-hw-37-7 ${PN}-ibt-hw-37-8 \ | 282 | ${PN}-ibt-11-5 ${PN}-ibt-12-16 ${PN}-ibt-hw-37-7 ${PN}-ibt-hw-37-8 \ |
283 | ${PN}-ibt-17 \ | 283 | ${PN}-ibt-17 \ |
284 | ${PN}-ibt-misc \ | ||
284 | ${PN}-i915-license ${PN}-i915 \ | 285 | ${PN}-i915-license ${PN}-i915 \ |
285 | ${PN}-ice-license ${PN}-ice \ | 286 | ${PN}-ice-license ${PN}-ice \ |
286 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ | 287 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ |