[meta-intel] [PATCH][meta-intel-iot-middleware] hid-api: add a forgotten udev dependency.

2015-03-30 Thread Ismo Puustinen
Hid-api doesn't compile without udev support, and udev is no longer a direct dependency of libusb. Add an explicit dependency for udev. Signed-off-by: Ismo Puustinen --- recipes-devtools/hid-api/hid-api_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re

[meta-intel] [meta-intel-iot-devkit-middleware 2/3] Fix tempered license field.

2015-04-17 Thread Ismo Puustinen
Signed-off-by: Ismo Puustinen --- recipes-devtools/tempered/tempered_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/tempered/tempered_1.0.bb b/recipes-devtools/tempered/tempered_1.0.bb index 486a177..dde6e58 100644 --- a/recipes-devtools/tempered

[meta-intel] [meta-intel-iot-devkit-middleware 1/3] Fix hid-api license field.

2015-04-17 Thread Ismo Puustinen
Signed-off-by: Ismo Puustinen --- recipes-devtools/hid-api/hid-api_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/hid-api/hid-api_0.8.0.bb b/recipes-devtools/hid-api/hid-api_0.8.0.bb index 2947491..872fdd6 100644 --- a/recipes-devtools/hid-api/hid

[meta-intel] [meta-intel-iot-devkit-middleware 0/3] Fixes for LICENSE fields

2015-04-17 Thread Ismo Puustinen
Some LICENSE fields in the recipes apper to have incorrent license information. This patch set tries to fix those. Ismo Puustinen (3): Fix hid-api license field. Fix tempered license field. Fix node.js license field. recipes-devtools/hid-api/hid-api_0.8.0.bb | 2 +- recipes-devtools

[meta-intel] [meta-intel-iot-devkit-middleware 3/3] Fix node.js license field.

2015-04-17 Thread Ismo Puustinen
Signed-off-by: Ismo Puustinen --- recipes-devtools/nodejs/nodejs_0.10.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/nodejs/nodejs_0.10.35.bb b/recipes-devtools/nodejs/nodejs_0.10.35.bb index a547a0c..e33d4e9 100644 --- a/recipes-devtools/nodejs

[meta-intel] [PATCH] gstreamer-vaapi and libva: check for opengl feature.

2016-11-30 Thread Ismo Puustinen
es libva recipe be skipped if the "opengl" DISTRO_FEATURE isn't found. Since missing libva breaks gstreamer-vaapi-1.0 build, the same check is done in gstreamer-vaapi-1.0 recipe too. Signed-off-by: Ismo Puustinen --- common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | 4 +

[meta-intel] [PATCH 1/2] libva: check for "opengl" feature

2016-12-01 Thread Ismo Puustinen
es libva recipe be skipped if the "opengl" DISTRO_FEATURE isn't found. Signed-off-by: Ismo Puustinen --- common/recipes-multimedia/libva/libva_1.7.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/recipes-multimedia/libva/libva_1.7.2.bb b/c

[meta-intel] [PATCH 2/2] gstreamer-vaapi-1.0: check for "opengl" feature

2016-12-01 Thread Ismo Puustinen
If "opengl" distro feature is not set, libva recipe is skipped. Since missing libva breaks gstreamer-vaapi-1.0 build, the same check has to be done in gstreamer-vaapi-1.0 recipe too. Signed-off-by: Ismo Puustinen --- common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | 4 ++

[meta-intel] [PATCH] linux-intel/4.9: Update yocto-kernel-cache SRCREV

2017-06-07 Thread Ismo Puustinen
Various changes to configuration, including wifi, nftables, virtualbox, bluetooth, and smp options. Signed-off-by: Ismo Puustinen --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 2 +- common/recipes-kernel/linux/linux-intel_4.9.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions