diff options
author | 2021-07-09 07:33:37 +0300 | |
---|---|---|
committer | 2021-07-09 07:33:37 +0300 | |
commit | 5e9229341beedfe19de450c924275387b76616b7 (patch) | |
tree | 4ba7d567f5b76abe4f4a0716c1be0529e1352ace | |
parent | 189fe8bc526b989088aa01d2bb3d9946d1cde952 (diff) | |
download | meta-qcom-5e9229341beedfe19de450c924275387b76616b7.tar.gz meta-qcom-5e9229341beedfe19de450c924275387b76616b7.tar.bz2 meta-qcom-5e9229341beedfe19de450c924275387b76616b7.zip |
qrb5165-rb5: drop lt9611uxc-upgrade
Stop installing lt9611uxc-upgrade package, it was found to be confusing
to users. It will be replaced by the notice in the release notes.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | conf/machine/qrb5165-rb5.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/qrb5165-rb5.conf b/conf/machine/qrb5165-rb5.conf index f261075..32713d3 100644 --- a/conf/machine/qrb5165-rb5.conf +++ b/conf/machine/qrb5165-rb5.conf @@ -15,7 +15,6 @@ SERIAL_CONSOLE ?= "115200 ttyMSM0" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ kernel-modules \ firmware-qcom-rb5 linux-firmware-lt9611uxc \ - lt9611uxc-upgrade \ ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k wireless-regdb-static', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \ |