diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2022-10-22 23:04:30 +0800 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-11-15 20:46:12 +0100 |
commit | ce6f86e1344ccf79b8f8bcd0923f0865b9eb8db4 (patch) | |
tree | cb4cce755eaa4b99b2ddd87b5a9d357b429ea6b2 /package/boot/uboot-imx | |
parent | ebe2b7190b7d8815a588eaf8a5cfdf9edfd85c36 (diff) | |
download | upstream-ce6f86e1344ccf79b8f8bcd0923f0865b9eb8db4.tar.gz upstream-ce6f86e1344ccf79b8f8bcd0923f0865b9eb8db4.tar.bz2 upstream-ce6f86e1344ccf79b8f8bcd0923f0865b9eb8db4.zip |
cypress-nvram: remove PROVIDES in NVRAM packages
PROVIDES for these packages will cause ambiguity and circular dependency
in planned changes.
For example, if there is a package `brcmfmac-firmware-43455-sdio-rpi-cm4`
that depends on `brcmfmac-firmware-43455-sdio-rpi-4b`, there is no way to
tell which one of below packages the system will go for.
- package named `brcmfmac-firmware-43455-sdio-rpi-4b`
- package named `cypress-nvram-43455-sdio-rpi-4b` that PROVIDES
`brcmfmac-firmware-43455-sdio-rpi-4b`
When ambiguity is unacceptable, PROVIDES (aliases) shall be removed and
packages shall only be used through their exact name.
So remove PROVIDES and keep only CONFLICTS.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Diffstat (limited to 'package/boot/uboot-imx')
0 files changed, 0 insertions, 0 deletions