[OE-core] [PATCH] rt-tests: version bump to 0.87

2014-02-11 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com - Drop PR and INC_PR. - license remains the same with cyclictest.c checksum change Signed-off-by: Maxin B. John maxin.j...@enea.com --- ...st-finish-removal-of-1-second-first-loops.patch | 61 meta/recipes-rt/rt-tests/rt-tests.inc

[OE-core] [PATCH v2] pigz: bump to 2.3.1

2013-10-24 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Update pigz to latest release - 2.3.1 Drop ldflags.patch as it has been merged upstream Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/pigz/files/ldflags.patch | 19 ---

[OE-core] [PATCH] pigz: bump to 2.3.1

2013-10-21 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Update pigz to latest release - 2.3.1 Drop ldflags.patch as it has been merged upstream Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/pigz/files/ldflags.patch | 19 --- meta/recipes-extended/pigz/pigz.inc

[OE-core] [PATCH] dropbear: update to 2013.60 version

2013-10-21 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com update to latest version 2013.60 Update 0006-dropbear-configuration-file.patch for 2013.60 Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../0001-urandom-xauth-changes-to-options.h.patch |0 .../0002-static_build_fix.patch|

[OE-core] [PATCH] beagleboard: update the dts location

2013-09-09 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Update the dts path for beagleboard Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta-yocto-bsp/conf/machine/beagleboard.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf

[OE-core] [PATCH] dbus-ptest: fix populate_sdk error

2013-09-09 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com When we enable ptest, populate_sdk fails with the following error: # bitbake core-image-minimal -c populate_sdk .. Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for dbus-ptest-dev: *dbus-ptest (=

[OE-core] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-02 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/sqlite/sqlite3_3071700.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3080001.bb | 10 ++ 2 files changed, 10 insertions(+),

[OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-05 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Add information about ptest package testing in local.conf.sample file. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/conf/local.conf.sample |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/local.conf.sample

[OE-core] [PATCH] lttng: updated lttng-ust to 2.1.2

2013-04-03 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com lttng-ust: upgrade to the latest version 2.1.2 Also updated HOMEPAGE and BUGTRACKER. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 33 --

[OE-core] [PATCH v2] harfbuzz: update the license information

2013-03-19 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants We can update the LICENSE as 'MIT ICU'. Fixes this warning: WARNING: harfbuzz: No generic license file exists for:

[OE-core] [PATCH] harfbuzz: update the license information

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants So, we can update the LICENSE as 'MIT'. Fixes this warning: WARNING: harfbuzz: No generic license file exists for:

[OE-core] [PATCH 0/5] liburcu upgrade and removing COMPATIBLE_HOST check for lttng

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com Latest version of liburcu supports MIPS architecture with this commit: http://git.lttng.org/?p=userspace-rcu.git;a=commit;h=e1259cb17954e4e03954ba7376d3ed61649116cd We can remove the COMPATIBLE_HOST checks present in babeltrace, lttng-ust, lttng-tools and

[OE-core] [PATCH 1/5] liburcu: upgrade to 0.7.6

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 features support to MIPS. Ralf Baechle added MIPS support to liburcu on commit id: e1259cb17954e4e03954ba7376d3ed61649116cd Now, we can remove the COMPATIBLE_HOST check for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com ---

[OE-core] [PATCH 2/5] babeltrace: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/babeltrace_1.0.0.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 3/5] lttng-ust: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 4/5] lttng-tools: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-)

[OE-core] [PATCH 5/5] lttng-modules: remove the COMPATIBLE_HOST check

2013-03-18 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb |5 - 1 files changed, 0 insertions(+), 5