8c74c6472b
NXP moved all its open source code repositories from Code Aurora Forum
to github. See for example:
39bc4d8196
Software packages are now grouped in several NXP github
projects/organizations (nxp-imx, nxp-qoriq, ...). See:
https://www.nxp.com/design/software/embedded-software/nxp-github:NXP-GITHUB
The NXP code published on Code Aurora is still present (at the time of
this commit) but is no longer receiving updates. It is also expected
to be shut down on 2023-03-31. The Code Aurora website
https://source.codeaurora.org/ currently show the following message:
"""
Note: Qualcomm Innovation Center Inc. maintained repositories have
migrated to git.codelinaro.org. QUIC repositories on this site will
not receive any updates after March 31, 2022, and will be deleted on
March 31, 2023. If your project depends on these repositories, please
adjust your tooling configuration to use the new, up-to-date project
location.
"""
For this reason, the NXP recipes using codeaurora.org urls need to be
updated to the correct github.com replacement.
Note: this commit does not change the component version. Only the
download URL is updated. The archive content is expected to be the
same.
The commit also:
- removes the comment in Config.in that the package does not have
an upstream,
- adds the new github.com url as the package url
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
498 B
Plaintext
15 lines
498 B
Plaintext
comment "imx-lib needs an imx-specific Linux kernel to be built"
|
|
depends on BR2_arm && !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_IMX_LIB
|
|
bool "imx-lib"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_arm # Only relevant for i.MX
|
|
help
|
|
Library of userspace helpers specific for the Freescale i.MX
|
|
platform. It wraps the kernel interfaces for some i.MX
|
|
platform specific drivers. It requires a kernel that
|
|
includes the i.MX specific headers to be built.
|
|
|
|
https://github.com/nxp-imx/imx-lib
|