- 01 Jul, 2020 40 commits
-
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
There's no need to explicitly add them to CFLAGS anymore.
-
Herb Kuta authored
-
Herb Kuta authored
wxwidgets now requires this.
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
Users of wxwidgets will want to execute what the symlink wx-config points to, but it's installed under ${bindir}, which isn't included in the sysroot (because it contains wxrc, a cross-compiled executable). So instead, place it under ${libdir}/wx/config and require that users of wxwidgets cause it to be invoked by adding passing "WX_CONFIG=${RECIPE_SYSROOT}${libdir}/wx/config/wx-config" when configuring.
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
rosbridge-server disconnects immediately if v5.1 is used.
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
-
Herb Kuta authored
-
Herb Kuta authored
There's no way to add STRIP="" to configure.py command line in do_configure_class-native(), so just ignore the warning.
-
Herb Kuta authored
-
Martin Jansa authored
* when building cartographer-ros we can see in log.do_configure that it was trying to use eigen from ceres-solver RSS which might be already removed by rm_work or won't exist when ceres-solver was re-used from sstate: 1.0.0-1-r0-before/temp/log.do_configure:-- Found installed version of Eigen: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/ceres-solver/1.14-r0/recipe-sysroot/usr/share/eigen3/cmake 1.0.0-1-r0-before/temp/log.do_configure:-- Found required Ceres dependency: Eigen version 3.3.5 in /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/ceres-solver/1.14-r0/recipe-sysroot/usr/include/eigen3 1.0.0-1-r0-before/temp/log.do_configure:-- Found Ceres version: 1.14.0 installed in: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/cartographer-ros/1.0.0-1-r0/recipe-sysroot/usr with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations, OpenMP, Multithreading] 1.0.0-1-r0-before/temp/log.do_configure:-- Checking for module 'eigen3' 1.0.0-1-r0-before/temp/log.do_configure:-- Found eigen3, version 3.3.5 1.0.0-1-r0-before/temp/log.do_configure:-- Found eigen: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/ceres-solver/1.14-r0/recipe-sysroot/usr/include/eigen3 1.0.0-1-r0.after/temp/log.do_configure:-- Found installed version of Eigen: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/cartographer-ros/1.0.0-1-r0/recipe-sysroot/usr/share/eigen3/cmake 1.0.0-1-r0.after/temp/log.do_configure:-- Found required Ceres dependency: Eigen version 3.3.5 in /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/cartographer-ros/1.0.0-1-r0/recipe-sysroot/usr/include/eigen3 1.0.0-1-r0.after/temp/log.do_configure:-- Found Ceres version: 1.14.0 installed in: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/cartographer-ros/1.0.0-1-r0/recipe-sysroot/usr with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations, OpenMP, Multithreading] 1.0.0-1-r0.after/temp/log.do_configure:-- Checking for module 'eigen3' 1.0.0-1-r0.after/temp/log.do_configure:-- Found eigen3, version 3.3.5 1.0.0-1-r0.after/temp/log.do_configure:-- Found eigen: /jenkins/mjansa/build-webos-ose-thud-melodic/BUILD/work/raspberrypi3_64-webos-linux/cartographer-ros/1.0.0-1-r0/recipe-sysroot/usr/include/eigen3 Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <martin.jansa@lge.com>
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
Drop python*-pbr: Use later v4.2.0 from meta-python (which is later than v3.3.1 provided by Ubuntu bionic)
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-
Herb Kuta authored
-