summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* lms: upgrade 2022.0.0.0 -> 2039.1.0.0Anuj Mittal2020-11-271-44/+0
| | | | | | Drop the patches that are no longer required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: add PACKAGECONFIG to select network managerAnuj Mittal2020-10-281-1/+6
| | | | | | | | | | | Allow users to select either ConnMan or Network Manager. Also fixes an issue introduced because of a recent change in 2022.0.0.0 that removed the build time check in favor of explicit options to select the right network manager [1]. [1] https://github.com/intel/lms/commit/1b8fa452644bdedcdd80d3c8741f73ef8191d439 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: fix buildAnuj Mittal2020-09-101-1/+3
| | | | | | | | | | | | Disable the compilation of cim plugin of openwsman explicitly to avoid looking for library that is needed for code we don't want to build. Fixes: | CMake Error at CMakeLists.txt:329 (FIND_LIBRARY): | Could not find SFCC_LIBRARIES using the following names: cmpisfcc Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: inherit features_checkAnuj Mittal2020-06-251-1/+1
| | | | | | | | | We're checking for REQUIRED_DISTRO_FEATURES so make sure that it actually is used and inherit features_check. Fixes: | lms-2022.0.0.0-r0 do_package_qa: QA Issue: lms: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2011.0.0.0 -> 2022.0.0.0Anuj Mittal2020-06-221-0/+37
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>