Re: [oe] [meta-oe][meta-networking][PATCHv2] tcpdump, tcpreplay:relocate tcpdump and add tcpreplay recipe

2013-11-25 Thread Otavio Salvador
On Mon, Nov 25, 2013 at 6:00 AM, b40...@freescale.com wrote: From: Zongchun Yu zongchun...@freescale.com *mv tcpdump from meta-oe to meta-networking *add tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in

[oe] OE Changelog since 2013-11-17 until 2013-11-24

2013-11-25 Thread cliff . brake
Changelog since 2013-11-17 until 2013-11-24. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[oe] [meta-qt5][PATCH 2/2] nativesdk-qttools: add nativesdk version of qttools necessary for SDK tools

2013-11-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- recipes-qt/qt5/nativesdk-qttools.inc | 32 +++ recipes-qt/qt5/nativesdk-qttools_5.1.1.bb | 12 2 files changed, 44 insertions(+) create mode 100644

[oe] [meta-qt5][PATCH 0/2] Add nativesdk tools for Qt5 SDK

2013-11-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com This patchset adds nativesdk versions of qtbase(-tools) and qttools to be used by Qt5 SDK. I also have corresponding packagegroup and meta-toolchain recipes for packaging up the Qt5 SDK, which I can submit later, once I have them cleaned up. This has been

[oe] [meta-qt5][PATCH 1/2] nativesdk-qtbase: add nativesdk version of qtbase necessary for SDK tools

2013-11-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- recipes-qt/qt5/nativesdk-qt5.inc | 12 ++ recipes-qt/qt5/nativesdk-qtbase.inc| 193 + ...ump-path-length-from-256-to-512-character.patch | 29

Re: [oe] [meta-qt5][PATCH 2/2] nativesdk-qttools: add nativesdk version of qttools necessary for SDK tools

2013-11-25 Thread Martin Jansa
On Mon, Nov 25, 2013 at 08:47:58PM -0500, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- recipes-qt/qt5/nativesdk-qttools.inc | 32 +++ recipes-qt/qt5/nativesdk-qttools_5.1.1.bb | 12

[oe] [meta-networking][PATCH] tcpreplay: add recipe

2013-11-25 Thread b40527
From: Zongchun Yu zongchun...@freescale.com tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. Signed-off-by: Zongchun Yu zongchun...@freescale.com ---

[oe] [meta-oe][meta-networking][PATCH] tcpdump: move from meta-oe to meta-networking

2013-11-25 Thread b40527
From: Zongchun Yu zongchun...@freescale.com Signed-off-by: Zongchun Yu zongchun...@freescale.com --- .../0001-minimal-IEEE802.15.4-allowed.patch|0 .../tcpdump/tcpdump-4.3.0/configure.patch |0 .../tcpdump/tcpdump-4.3.0/ipv6-cross.patch |0

Re: [oe] [meta-networking][PATCH] lowpan-tools: fix do_install failure

2013-11-25 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH] lowpan-tools: fix do_install failure] On 13.11.19 (Tue 16:25) Paul Eggleton wrote: We don't have a proper help2man so building the manpages fails; just disable building them to fix this as we do elsewhere. Signed-off-by: Paul Eggleton

Re: [oe] [meta-networking][PATCH 2/3] proftpd: Convert proftpd group to system scope

2013-11-25 Thread Joe MacDonald
Merged this one, the other two are giving me a bit of grief. I'll check back soon if it's not a quick fix. -J. [[meta-networking][PATCH 2/3] proftpd: Convert proftpd group to system scope] On 13.11.19 (Tue 15:50) Mark Hatle wrote: From: Qiang Chen qiang.c...@windriver.com Proftpd is meant

Re: [oe] [meta-oe][meta-networking][PATCHv2] tcpdump, tcpreplay:relocate tcpdump and add tcpreplay recipe

2013-11-25 Thread Zongchun YU
Please split the patch in two, one for the move for meta-networking and another to add the tcpreplay utility. Thanks for your comments. I have resent the patches. Please review. ___ Openembedded-devel mailing list

[oe] [meta-qt5][PATCH] qttools-native: remove previous license workaround

2013-11-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Previously license files were missing for qttools module, so we used to point to generic files with same license. Signed-off-by: Denys Dmytriyenko de...@ti.com --- recipes-qt/qt5/qttools-native.inc | 7 --- recipes-qt/qt5/qttools-native_5.1.1.bb | 5

[oe] [meta-qt5][PATCHv2 2/2] nativesdk-qttools: add nativesdk version of qttools necessary for SDK tools

2013-11-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- v2 - remove license workarounds recipes-qt/qt5/nativesdk-qttools.inc | 25 + recipes-qt/qt5/nativesdk-qttools_5.1.1.bb | 7 +++ 2 files changed, 32 insertions(+) create mode