summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm/upm
Commit message (Collapse)AuthorAgeFilesLines
* upm: Fix build with gcc13Khem Raj2023-01-291-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Drop gcc-only warningsKhem Raj2020-04-051-0/+37
| | | | | | | This helps in compiling upm with clang, in followup patch we wll disabled Werror too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Disable -Wno-misleading-indentation with clang10+Khem Raj2019-12-311-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Fix 'may be used uninitialized' errorsKhem Raj2019-12-251-0/+57
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Link with libatomic on clang/x86Khem Raj2019-11-181-0/+27
| | | | | | | This is needed for atomic<double> which clang does not use intrinsic function for on 32bit x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: update to 2.0.0Paul Eggleton2019-07-103-82/+139
| | | | | | | | | | | | Changelog: https://github.com/intel-iot-devkit/upm/blob/master/docs/changelog.md Dropped a couple of patches merged upstream and updated PV to match convention for git recipes (+git rather than -git). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm_git.bb: Add fix for installing the python filesManjukumar Matha2019-02-151-0/+38
| | | | | | | | | Use SWIG_SUPPORT_FILES to find the list of python files generated by CMake Swig module and install those files. This should be applicable to cmake version 3.12 or higher Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Upgrade to latest and fix build with muslKhem Raj2018-06-221-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Fix build with gcc8Khem Raj2018-05-171-0/+49
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>