[oe] [meta-oe][PATCH 2/3] mpich: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-14 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb index 0225cee..19167b4 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/3] p7zip: fix PN -> BPN for multilib

2015-05-14 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb index 8905ae9..be706e1 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 0/3] Resend 3 patches for multilib with repo url

2015-05-14 Thread Yi Zhao
yzhao/multilib-fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/multilib-fixes Yi Zhao (3): p7zip: fix PN -> BPN for multilib mpich: fix ${PN}-${PV} -> ${BP} for multilib sylpheed: remove do_install_append meta-oe/recipes-devtools/mpich/mpich_3.

[oe] [meta-oe][PATCH 3/3] sylpheed: remove do_install_append

2015-05-14 Thread Yi Zhao
The .desktop and .png files alreay install by make install. So remove the do_install_append Signed-off-by: Yi Zhao --- meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1

[oe] [meta-oe][PATCH 0/4] 4 fixes for multilib

2015-05-21 Thread Yi Zhao
://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/4-fixes-for-multilib Yi Zhao (4): libio-pty-perl: fix QA issue for multilib lprng: fix QA issue for multilib ctags: fix ${PN}-${PV} -> ${BP} for multilib cscope: fix ${PN}-${PV} -> ${BP} for multilib meta-oe/recipes-devtools/

[oe] [meta-oe][PATCH 2/4] lprng: fix QA issue for multilib

2015-05-21 Thread Yi Zhao
bitbake lprng [snip] ERROR: QA Issue: non debug package contains .debug directory: lprng path /work/core2-64-poky-linux/lprng/3.8.C-r0/packages-split/lprng/usr/lib64/lprng/filters/.debug/lpf [debug-files] [snip] Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/lprng/lprng_3.8.C.bb |2

[oe] [meta-oe][PATCH 4/4] cscope: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-21 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/cscope/cscope_15.8b.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb index ecf7e6c..8aa5947 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/4] libio-pty-perl: fix QA issue for multilib

2015-05-21 Thread Yi Zhao
] Signed-off-by: Yi Zhao --- .../recipes-devtools/perl/libio-pty-perl_1.10.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.10.bb index 88db683..a5f887f 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 3/4] ctags: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-21 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/ctags/ctags_5.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.8.bb b/meta-oe/recipes-devtools/ctags/ctags_5.8.bb index 6fc3912..d006d83 100644 --- a/meta-oe/recipes-devtools

[oe] [meta-oe][PATCH 0/2] 2 fixes for meta-oe

2015-05-26 Thread Yi Zhao
/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/2-fixes Yi Zhao (2): smstools: fix makefile override acpitests: fix build failure for multilib .../smstools3/fix-makefile-override.patch | 24 .../smstools3/smstools3_3.1.15.bb |3

[oe] [meta-oe][PATCH 2/2] acpitests: fix build failure for multilib

2015-05-26 Thread Yi Zhao
bitbake lib32-acpitests [snip] | NOTE: make -j 2 -m32 OPT_CFLAGS=-Wall | make: *** No rule to make target ` -m32'. Stop. | ERROR: oe_runmake failed [snip] Signed-off-by: Yi Zhao --- .../recipes-extended/acpica/acpitests_20140828.bb |2 +- 1 file changed, 1 insertion(+), 1 del

[oe] [meta-oe][PATCH 1/2] smstools: fix makefile override

2015-05-26 Thread Yi Zhao
Fix syntax error in src/Makefile, override in wrong place. The patch is backport from debian. Signed-off-by: Yi Zhao --- .../smstools3/fix-makefile-override.patch | 24 .../smstools3/smstools3_3.1.15.bb |3 ++- 2 files changed, 26 insertions

[oe] [meta-oe][PATCH 1/3] luajit: fix build failure for multilib

2015-06-04 Thread Yi Zhao
Fix libdir in Makefile Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb index 48137e3..f3235c9

[oe] [meta-oe][PATCH 0/3] 3 fixes for multilib

2015-06-04 Thread Yi Zhao
/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/fixes-for-multilib Yi Zhao (3): luajit: fix build failure for multilib nodejs: fix build failure for multilib llvm: fix libdir for multilib meta-oe/recipes-core/llvm/llvm.inc |9 - meta-oe/recipes-devtools/luajit

[oe] [meta-oe][PATCH 2/3] nodejs: fix build failure for multilib

2015-06-04 Thread Yi Zhao
e /usr/lib/node_modules instead of /usr/lib64/node_modules even on multilib. Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/nodejs/nodejs_0.12.4.bb |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.12.4.bb b/meta-oe/recipe

[oe] [meta-oe][PATCH 3/3] llvm: fix libdir for multilib

2015-06-04 Thread Yi Zhao
Fix the hardcoded libdir in llvm-config and Makefile.config Signed-off-by: Yi Zhao --- meta-oe/recipes-core/llvm/llvm.inc |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc index 26bac33

[oe] [meta-oe][PATCH 0/9] Fixes for multilib

2015-06-11 Thread Yi Zhao
://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/multilib-fixes Yi Zhao (9): meta-oe: fix the install dir for udev rules and files pm-qa: fix PN -> BPN for multilib sip: fix PN -> BPN for multilib engine-pkcs11: fix libdir for multilib system-setup-keyboard:

[oe] [meta-oe][PATCH 1/9] meta-oe: fix the install dir for udev rules and files

2015-06-11 Thread Yi Zhao
When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by: Yi Zhao --- .../recipes

[oe] [meta-oe][PATCH 2/9] pm-qa: fix PN -> BPN for multilib

2015-06-11 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 66804dd..7322df8 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 3/9] sip: fix PN -> BPN for multilib

2015-06-11 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/sip/sip_4.16.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sip/sip_4.16.4.bb b/meta-oe/recipes-extended/sip/sip_4.16.4.bb index 780ccdc..032d125 100644 --- a/meta-oe/recipes-extended/sip

[oe] [meta-oe][PATCH 4/9] engine-pkcs11: fix libdir for multilib

2015-06-11 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../engine-pkcs11/engine-pkcs11_0.1.8.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb index d665242

[oe] [meta-oe][PATCH 5/9] system-setup-keyboard: fix PN -> BPN for multilib

2015-06-11 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../system-setup-keyboard_0.8.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/system-setup

[oe] [meta-oe][PATCH 6/9] vboxguestdrivers: fix kernel modules install dir for multilib

2015-06-11 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../vboxguestdrivers/vboxguestdrivers_4.3.22.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.22.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.22.bb index

[oe] [meta-oe][PATCH 7/9] openjpeg: pass correct libdir to cmake

2015-06-11 Thread Yi Zhao
.so.2.1.0 /usr/lib/pkgconfig/libopenjp2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir configuration option to cmake. Signed-off-by: Yi Zhao

[oe] [meta-oe][PATCH 8/9] xdotool: pass correct libdir to make

2015-06-11 Thread Yi Zhao
. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir to make, otherwise it assumes $prefix/lib even on multilib. Signed-off-by: Yi Zhao --- .../xdotool/xdotool_1.20100416.2809.bb |2 +- 1 file

[oe] [meta-oe][PATCH 9/9] tesseract-lang.inc: set ${S} to fix the QA warning

2015-06-11 Thread Yi Zhao
point to where the source has been unpacked to Signed-off-by: Yi Zhao --- .../recipes-graphics/tesseract/tesseract-lang.inc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang.inc b/meta-oe/recipes-graphics/tesseract/tess

Re: [oe] [meta-oe][PATCH 1/3] luajit: fix build failure for multilib

2015-06-12 Thread Yi Zhao
在 2015年06月11日 18:39, Martin Jansa 写道: On Thu, Jun 04, 2015 at 03:48:11PM +0800, Yi Zhao wrote: Fix libdir in Makefile Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/1] luajit: pass correct libdir

2015-06-12 Thread Yi Zhao
he INSTALL_LIB would extend to wrong path. Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb index b00

[oe] [meta-oe][PATCH 0/1] fix build failure for luajit-native

2015-06-12 Thread Yi Zhao
://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/luajit-fix Yi Zhao (1): luajit: pass correct libdir meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[oe] [meta-oe][PATCH 0/1] fingerterm: fix build failure for multilib

2015-06-26 Thread Yi Zhao
-openembedded-contrib/log/?h=yzhao/fingerterm-fix Yi Zhao (1): fingerterm: fix PN -> BPN for multilib meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) -- 1.7.

[oe] [meta-oe][PATCH 1/1] fingerterm: fix PN -> BPN for multilib

2015-06-26 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb index 155d282..167d141

Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 -> 2.0.10

2015-08-03 Thread Yi Zhao
Hi, I got an error for do_install_ptest_base: ERROR: Function failed: do_install_ptest_base (log file is located at /buildarea2/build/tmp/work/core2-64-poky-linux/numactl/2.0.10-r0/temp/log.do_install_ptest_base.25330) ERROR: Logfile of failure stored in: /buildarea2/build/tmp/work/core2-64-po

Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 -> 2.0.10

2015-08-03 Thread Yi Zhao
mbedded.org] On Behalf Of Li, Xin Sent: Tuesday, August 04, 2015 10:18 AM To: Yi Zhao Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH] numactl: upgrade 2.0.9 -> 2.0.10 Hi, Yi, Thank you very much for doing test for me. I can reproduce the error. Patch V2 will be sent

[oe] [meta-oe][PATCH 0/3] 3 fixes for meta-oe

2015-08-12 Thread Yi Zhao
-openembedded-contrib/log/?h=yzhao/3-fixes Yi Zhao (3): sgpio: fix PN -> BPN for multilib vboxguestdrivers: upgrade 4.3.22 -> 4.3.30 uim: use _remove operator to drop silent rules meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb |2 +- meta-oe/recipes-support/uim/uim_1.

[oe] [meta-oe][PATCH 3/3] uim: use _remove operator to drop silent rules

2015-08-12 Thread Yi Zhao
When MACHINE=qemux86-64 and enable multilib, lib32-uim fails to build because CONFIGUREOPTS isn't expanded correctly. See similar issue: http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html Signed-off-by: Yi Zhao --- meta-oe/recipes-support/uim/uim_1.3

[oe] [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib

2015-08-12 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb index 9807a31..ed7c413 100644 --- a/meta-oe

[oe] [meta-oe][PATCH 2/3] vboxguestdrivers: upgrade 4.3.22 -> 4.3.30

2015-08-12 Thread Yi Zhao
Signed-off-by: Yi Zhao --- ...rivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} (93%) diff --git a/meta-oe/recipes-s

[oe] [meta-oe][PATCH 0/8] fix QA issue for multilib

2015-08-20 Thread Yi Zhao
eta-openembedded-contrib/log/?h=yzhao/fix-qa-issue Yi Zhao (8): tomoyo-tools: pass correct libdir to make libssh: upgrade 0.6.4 -> 0.7.1 wbxml2: set correct LIB_SUFFIX for multilib libftdi: set correct LIB_SUFFIX for multilib openwsman: pass correct libdir to cmake qt-creator: pass c

[oe] [meta-oe][PATCH 5/8] openwsman: pass correct libdir to cmake

2015-08-20 Thread Yi Zhao
] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- .../recipes-extended/openwsman/openwsman_2.6.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion

[oe] [meta-oe][PATCH 6/8] qt-creator: pass correct IDE_LIBRARY_BASENAME

2015-08-20 Thread Yi Zhao
/libCPlusPlus.so [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb |2 ++ 1 file changed

[oe] [meta-oe][PATCH 8/8] libconnman-qt: fix the hardcoded libdir

2015-08-20 Thread Yi Zhao
] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- meta-oe/recipes-qt/libconnman-qt/libconnman-qt.inc |1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH 2/8] libssh: upgrade 0.6.4 -> 0.7.1

2015-08-20 Thread Yi Zhao
[snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- .../libssh/{libssh_git.bb => libssh_0.7.1.bb} |7 +++ 1 file changed

[oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-20 Thread Yi Zhao
/tomoyo/init_policy [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- .../tomoyo-tools/tomoyo-tools_2.5.0.bb |3 ++- 1 file

[oe] [meta-oe][PATCH 3/8] wbxml2: set correct LIB_SUFFIX for multilib

2015-08-20 Thread Yi Zhao
/usr/lib/pkgconfig/libwbxml2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb |2 ++ 1 file

[oe] [meta-oe][PATCH 4/8] libftdi: set correct LIB_SUFFIX for multilib

2015-08-20 Thread Yi Zhao
[snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- meta-oe/recipes-support/libftdi/libftdi_1.1.bb |2 ++ 1 file changed, 2 insertions(+) diff

[oe] [meta-oe][PATCH 7/8] libqofono: fix the hardcoded libdir

2015-08-20 Thread Yi Zhao
such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao --- meta-oe/recipes-qt/libqofono/libqofono_0.4.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes

Re: [oe] [meta-oe][PATCH] uim: 1.3.1->1.8.6

2015-08-21 Thread Yi Zhao
Hi 在 2015年08月21日 16:01, Lei Maohui 写道: - delte 0001-fix-bug-about-stdlib.patch that not be needed. - modified license Signed-off-by: Lei Maohui --- .../uim/uim/0001-fix-bug-about-stdlib.patch| 40 -- .../uim/uim/0001-fix-bug-for-cross-compile.patch | 38 +++

Re: [oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-21 Thread Yi Zhao
在 2015年08月21日 15:27, Khem Raj 写道: On Thu, Aug 20, 2015 at 11:46 PM, Yi Zhao wrote: -CFLAGS_append += "-D_GNU_SOURCE" + why was CFLAGS append removed ? There is a redefined warning when compile like below: In file included from tomoyo-diffpolicy.c:23:0: tomoyotools.h:26:

[oe] [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib

2015-09-18 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb index

[oe] [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN for multilib

2015-09-18 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb index d9f5e10..4b9ddb2 100644 --- a/meta

[oe] [meta-oe][PATCH 0/3] 3 fixes for multilib

2015-09-18 Thread Yi Zhao
-openembedded-contrib/log/?h=yzhao/multilib-fixes Yi Zhao (3): sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib sblim-sfcb: fix ${PN}-${PV} -> ${BP} for multilib mailcap: fix PN -> BPN for multilib .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb |2 +- .../sblim-s

[oe] [meta-oe][PATCH 2/3] sblim-sfcb: fix ${PN}-${PV} -> ${BP} for multilib

2015-09-18 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../sblim-sfcb/sblim-sfcb_1.4.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb index 5474fc6..dc5e4d0 100644

[oe] [meta-oe][PATCH 01/20] smstools: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../smstools3/smstools3_3.1.15.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb index 7a72a1e..c4b6b60

[oe] [meta-oe][PATCH 07/20] gpsd: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb index 93cf1ae..b37fc15 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 05/20] takao-fonts: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../takao-fonts/takao-fonts_003.02.01.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb index 0a0f6d1

[oe] [meta-oe][PATCH 08/20] navit: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-navigation/navit/navit.inc| 24 meta-oe/recipes-navigation/navit/navit_svn.bb |2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes

[oe] [meta-oe][PATCH 06/20] xbitmaps: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../xorg-data/xorg-data-common.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc index 1bcfd5a..b230962 100644

[oe] [meta-oe][PATCH 04/20] fbgrab: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb index 2ff331c..1d87b86 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 03/20] p7zip: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb index 8905ae9..be706e1 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 02/20] hexedit: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb index c2f0630..39df5b2 100644 --- a/meta

[oe] [meta-oe][PATCH 10/20] orrery: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-navigation/orrery/orrery_2.7.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb index e6cbffc..b3372b1 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 09/20] omgps: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-navigation/omgps/omgps_svn.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index 391545e..696e863 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 15/20] soci: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/soci/soci_3.2.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-support/soci/soci_3.2.2.bb index 887f5a2..d1964eb 100644 --- a/meta-oe/recipes-support/soci

[oe] [meta-oe][PATCH 13/20] openct: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/openct/openct_0.6.20.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 70c73fd..3197845 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 12/20] mime-support: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../mime-support/mime-support_3.48.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb index 7f8b40a..d617b66

[oe] [meta-oe][PATCH 14/20] picocom: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/picocom/picocom_1.7.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/picocom/picocom_1.7.bb b/meta-oe/recipes-support/picocom/picocom_1.7.bb index 8141106..dbee656 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 17/20] iperf: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb index 20adc0d..4e66792 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 16/20] mozjs: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index 263e940..09c3ea0 100644 --- a/meta-oe

[oe] [meta-oe][PATCH 11/20] fltk: fix PN -> BPN for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/fltk/fltk_1.1.10.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb index 3229ed0..1404961 100644 --- a/meta-oe/recipes-support

[oe] [meta-oe][PATCH 19/20] synergy: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/synergy/synergy_1.3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb index 45c0bc2..545f9fa 100644 --- a/meta-oe

[oe] [meta-oe][PATCH 20/20] sylpheed: remove do_install_append

2015-05-08 Thread Yi Zhao
The .desktop and .png files alreay install by make install. So remove the do_install_append Signed-off-by: Yi Zhao --- meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1

[oe] [meta-oe][PATCH 18/20] mpich: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-08 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb index 0225cee..19167b4 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 0/3] Resend 3 patches for multilib

2015-05-12 Thread Yi Zhao
Resend these 3 patches which marked as spam in previous email. Yi Zhao (3): p7zip: fix PN -> BPN for multilib mpich: fix ${PN}-${PV} -> ${BP} for multilib sylpheed: remove do_install_append meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |2 +- meta-oe/recipes-extended

[oe] [meta-oe][PATCH 3/3] sylpheed: remove do_install_append

2015-05-12 Thread Yi Zhao
The .desktop and .png files alreay install by make install. So remove the do_install_append Signed-off-by: Yi Zhao --- meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1

[oe] [meta-oe][PATCH 2/3] mpich: fix ${PN}-${PV} -> ${BP} for multilib

2015-05-12 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb index 0225cee..19167b4 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 1/3] p7zip: fix PN -> BPN for multilib

2015-05-12 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb index 8905ae9..be706e1 100644 --- a/meta-oe/recipes

Re: [oe] [meta-oe][PATCH 01/20] smstools: fix PN -> BPN for multilib

2015-05-12 Thread Yi Zhao
Hi Martin, I re-sent these 3 patches. If it still doesn't work. I will try a repo url. Thanks, Yi 在 2015年05月11日 17:27, Martin Jansa 写道: On Fri, May 08, 2015 at 03:42:16PM +0800, Yi Zhao wrote: Signed-off-by: Yi Zhao Changes 03, 18, 20 didn't make it to patchwork, because they w

[oe] [meta-networking][PATCH 1/3] ebtables: add missing file ebtables.common

2020-12-31 Thread Yi Zhao
directory Signed-off-by: Yi Zhao --- .../ebtables/ebtables-2.0.11/ebtables.common | 163 ++ .../ebtables/ebtables_2.0.11.bb | 10 +- 2 files changed, 170 insertions(+), 3 deletions(-) create mode 100644 meta-networking/recipes-filter/ebtables/ebtables-2.0.11

[oe] [meta-networking][PATCH 2/3] etbales: remove upstream ebtables-legacy-save

2020-12-31 Thread Yi Zhao
Remove the upstream ebtables-legacy-save before we install the local ones. And install it to ${sbindir} rather than ${base_sbindir}. Signed-off-by: Yi Zhao --- .../ebtables/ebtables-2.0.11/ebtables-legacy-save | 2 +- meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb | 6

[oe] [meta-networking][PATCH 3/3] ebtables: do not install /etc/ethertypes

2020-12-31 Thread Yi Zhao
Refer to Debian, patch the Makefile to prevent /etc/ethertypes installation instead of removing it in do_install_append. Signed-off-by: Yi Zhao --- ...ile.am-do-not-install-etc-ethertypes.patch | 34 +++ .../ebtables/ebtables_2.0.11.bb | 4 +-- 2 files changed, 35

[oe] [meta-networking][PATCH v2] ebtables: Add symbol link /sbin/ebtables

2021-01-02 Thread Yi Zhao
in ebtable git repo: The new -legacy binary has no problem if called via a symlink with the 'ebtables' name, so users can still name this binary with whatever name. So we add a symbol link from /usr/sbin/ebtables-legacy to /sbin/ebtables. Signed-off-by: He Zhe Signed-off-by: Yi Zh

Re: [oe] [meta-networking][PATCH 1/3] ebtables: add missing file ebtables.common

2021-01-02 Thread Yi Zhao
it. Thanks, Yi On Thu, Dec 31, 2020 at 1:03 AM Yi Zhao wrote: The ebtables.common is required by ebtables.service. Add it back. Fixes: systemd[660]: ebtables.service: Failed to locate executable /usr/sbin/ebtables.common: No such file or directory systemd[660]: ebtables.service: Failed at

[oe] [meta-webserver][PATCH] phpmyadmin: 5.0.2 -> 5.0.4

2021-01-02 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../phpmyadmin/{phpmyadmin_5.0.2.bb => phpmyadmin_5.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_5.0.2.bb => phpmyadmin_5.0.4.bb} (91%) diff --git a/meta-webserver/recipes-php/phpm

[oe] [meta-filesystems][PATCH 1/2] yaffs2-utils: update to latest git rev

2021-01-02 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb index

[oe] [meta-initramfs][PATCH] dracut: upgrade 049 -> 051

2021-01-02 Thread Yi Zhao
Drop the following patches which have been merged upstream: 0001-dracut.sh-improve-udevdir.patch 0001-set-viriable-_drv-not-local.patch Signed-off-by: Yi Zhao --- .../0001-dracut.sh-improve-udevdir.patch | 39 --- .../0001-set-viriable-_drv-not-local.patch| 69

[oe] [meta-filesystems][PATCH 2/2] f2fs-tools: upgrade 1.13.0 -> 1.14.0

2021-01-02 Thread Yi Zhao
* Drop 0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch since it has been merged upstream. * Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Signed-off-by: Yi Zhao --- ...srcdir-prefix-to-denote-include-path.patch | 29 --- ...s-tools_1.13.0.bb

[oe] [meta-networking][PATCH] tcpdump: add UPSTREAM_CHECK_REGEX

2021-01-02 Thread Yi Zhao
Add UPSTREAM_CHECK_REGEX to skip checking testing version (e.g. 4.99.0). Signed-off-by: Yi Zhao --- meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb b/meta-networking/recipes

Re: [oe] [meta-networking][PATCH 2/3] etbales: remove upstream ebtables-legacy-save

2021-01-05 Thread Yi Zhao
master-next Thanks, Jose and Khem. //Yi Yi Zhao mailto:yi.z...@windriver.com>> escreveu no dia quinta, 31/12/2020 à(s) 09:03:     Remove the upstream ebtables-legacy-save before we install the local     ones. And install it to ${sbindir} rather than ${base_sbindir}.     Sign

[oe] [meta-oe][PATCH] nss: upgrade 3.60 -> 3.60.1

2021-01-20 Thread Yi Zhao
Bugs fixed in NSS 3.60.1: Bug 1682863 - Fix remaining hang issues with slow third-party PKCS #11 tokens. Signed-off-by: Yi Zhao --- meta-oe/recipes-support/nss/{nss_3.60.bb => nss_3.60.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/

[oe] [meta-oe][PATCH] minifi-cpp: set correct python processor directory in configure file

2021-01-21 Thread Yi Zhao
Set an appropriate python processor directory in configure file to fix the minifi startup warning: [org::apache::nifi::minifi::python::PythonCreator] [error] Could not access /etc/minifi/minifi-python/ Signed-off-by: Yi Zhao --- meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 3

[oe] [meta-networking][PATCH] openipmi: upgrade 2.0.30 -> 2.0.31

2021-01-28 Thread Yi Zhao
Refresh openipmi-remove-host-path-from-la_LDFLAGS.patch Signed-off-by: Yi Zhao --- .../openipmi/files/openipmi-helper| 0 ...pmi-remove-host-path-from-la_LDFLAGS.patch | 39 ++- ...{openipmi_2.0.30.bb => openipmi_2.0.31.bb} | 4 +- 3 files changed, 22 inserti

[oe] [meta-networking][PATCH] vsftpd: allow newfstatat and pselect6 syscalls in the seccomp sandbox

2021-02-28 Thread Yi Zhao
type is UNIX. Using binary mode to transfer files. ftp> ls OOPS: priv_sock_get_cmd Signed-off-by: Yi Zhao --- ...-allow-newfstatat-and-pselect6-sysca.patch | 51 +++ .../recipes-daemons/vsftpd/vsftpd_3.0.3.bb| 1 + 2 files changed, 52 insertions(+) create mode 100644 m

[oe] [meta-networking][PATCH] quagga: do not set PIDFile in service files

2021-03-10 Thread Yi Zhao
uagga/ospf6d.pid (yet?) after start: Operation not permitted Feb 25 05:53:26 intel-x86-64 systemd[1]: Started OSPF routing daemon for IPv6. Signed-off-by: Yi Zhao --- meta-networking/recipes-protocols/quagga/files/bgpd.service | 1 - meta-networking/recipes-protocols/quagga/files/ospf6d.service | 1 -

[oe] [meta-oe][PATCH] tclap: add pkg-config file

2021-03-24 Thread Yi Zhao
The tclap switched from autotools to CMake in 1.4.0 and drop the pkg-config file tclap.pc. Some projects (e.g. ima-inspect) still require it. So add it back. Signed-off-by: Yi Zhao --- .../0001-tclap-add-pkg-config-file.patch | 50 +++ meta-oe/recipes-devtools/tclap

[oe] [meta-gnome][PATCH] gvfs: rdepend on gsettings-desktop-schemas

2021-04-22 Thread Yi Zhao
ervice - disk device monitor. Signed-off-by: Yi Zhao --- meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb index ad5dab5ec..c8c16a3c5 100644 --- a/meta-gnom

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

2021-05-10 Thread Yi Zhao
Although kea is the default dhcp server in oe-coe, dhcp can still provide some useful functions, e.g. dhcrelay. This patch is picked up from oe-core with some minor tweaks. In order to fix the build dependency, we use bundled bind instead of external bind. Signed-off-by: Yi Zhao --- .../recipes

[oe] [meta-networking][PATCH] dhcp-relay: add recipe

2021-05-16 Thread Yi Zhao
b/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch new file mode 100644 index 0..fed85d2a8 --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch @@ -0,0 +1,30 @@ +From 17cc080e58894644dd18664a

Re: [oe] [meta-networking][PATCH] dhcp-relay: add recipe

2021-05-23 Thread Yi Zhao
Ping ... //Yi On 5/17/21 1:53 PM, Yi Zhao wrote: The current default dhcp server kea in oe-core doesn't provide dhcp-relay tool. Add a recipe to provide dhcrelay which is from dhcp. This patch is picked up from dhcp recipe with some tweaks. In order to fix the build dependency, w

Re: [oe] [meta-networking][PATCH] dhcp-relay: add recipe

2021-05-25 Thread Yi Zhao
relay agent. See: https://lists.isc.org/pipermail/kea-users/2021-April/003040.html And kea + dhcrelay + dhcpcd can work without problems in my test. //Yi On 5/23/21 11:36 PM, Yi Zhao wrote: Ping ... //Yi On 5/17/21 1:53 PM, Yi Zhao wrote: The current default dhcp server kea in oe-core do

[oe] [meta-networking][RESEND][PATCH] dhcp-relay: add recipe

2021-05-25 Thread Yi Zhao
b/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch new file mode 100644 index 0..fed85d2a8 --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch @@ -0,0 +1,30 @@ +From 17cc080e58894644dd18664a

  1   2   3   4   5   6   7   8   >