summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2020-07-10 16:39:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-22 22:46:37 +0100
commit5fd0b97e7d5a835101ddf1154be567913b44b663 (patch)
treeabd3e123aaf2ba4d5a7c169ec4f235d2a5f50988
parent1944ecf14d3f5a8939c75785f48fcf8fcc7af4fd (diff)
downloadpoky-5fd0b97e7d5a835101ddf1154be567913b44b663.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: f9d24c6cfb2d167b413301b9ec853ddc181e8043) Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b3a5403a9e5d0085d7b2f97a2e44b74a54c84d3f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb3
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 \