2014-06-11 04:50:30 +02:00
|
|
|
comment "fmc needs a toolchain w/ C++"
|
2016-05-18 15:41:25 +02:00
|
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
2014-06-11 04:50:30 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2014-06-16 09:43:35 +02:00
|
|
|
comment "fmc needs a Linux kernel to be built"
|
2016-05-18 15:41:25 +02:00
|
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
2014-06-16 09:43:35 +02:00
|
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
|
2014-06-11 04:50:30 +02:00
|
|
|
config BR2_PACKAGE_FMC
|
|
|
|
bool "fmc"
|
2016-05-18 15:41:25 +02:00
|
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
2014-06-11 04:50:30 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-06-16 09:43:35 +02:00
|
|
|
depends on BR2_LINUX_KERNEL # fmlib
|
2014-06-11 04:50:30 +02:00
|
|
|
select BR2_PACKAGE_TCLAP
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
select BR2_PACKAGE_FMLIB
|
|
|
|
help
|
2017-07-31 15:53:42 +02:00
|
|
|
The Frame Manager Configuration tool is Freescale PowerPC
|
|
|
|
platform software package whose primary purpose is converting
|
2014-06-11 04:50:30 +02:00
|
|
|
Parse-Classify-Police-Distribute (PCD) descriptions of network
|
|
|
|
packets flow into hardware configuration. The tool provides an
|
2017-07-31 15:53:42 +02:00
|
|
|
abstraction layer between the end customer's vision of the PCD
|
|
|
|
task definition and real hardware implementation.
|
package/fmc: update codeaurora URLs to github
NXP moved all its open source code repositories from Code Aurora Forum
to github. See for example:
https://github.com/nxp-imx/meta-imx/commit/39bc4d81969a40e0da660519cf4ed083b9c53097
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.
This commit also:
- changes the _SITE_METHOD from "git" to the default "wget",
- updates an old and broken freescale.com app note link,
- adds the github project page as project url.
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 version "fsl-sdk-v2.0" is an old tag from 2015. It was not
migrated to github. This commit use instead the commit id
corresponding to this tag.
See:
https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmc/commit/?h=fsl-sdk-v2.0&id=a079d2c844edd85dff85a317a63198e7988bcd09
The commit id exists on github:
https://github.com/nxp-qoriq/fmc/commit/a079d2c844edd85dff85a317a63198e7988bcd09
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-29 20:47:04 +01:00
|
|
|
See application note:
|
|
|
|
https://www.nxp.com/docs/en/application-note/AN4760.pdf
|
2014-06-11 04:50:30 +02:00
|
|
|
|
package/fmc: update codeaurora URLs to github
NXP moved all its open source code repositories from Code Aurora Forum
to github. See for example:
https://github.com/nxp-imx/meta-imx/commit/39bc4d81969a40e0da660519cf4ed083b9c53097
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.
This commit also:
- changes the _SITE_METHOD from "git" to the default "wget",
- updates an old and broken freescale.com app note link,
- adds the github project page as project url.
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 version "fsl-sdk-v2.0" is an old tag from 2015. It was not
migrated to github. This commit use instead the commit id
corresponding to this tag.
See:
https://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/fmc/commit/?h=fsl-sdk-v2.0&id=a079d2c844edd85dff85a317a63198e7988bcd09
The commit id exists on github:
https://github.com/nxp-qoriq/fmc/commit/a079d2c844edd85dff85a317a63198e7988bcd09
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-29 20:47:04 +01:00
|
|
|
https://github.com/nxp-qoriq/fmc
|