[oe] [meta-python][PATCH] python-pycurl: add recipes for python2 and python3

2019-09-29 Thread jackie.huang
From: Jackie Huang PycURL is a Python interface to libcurl, the multiprotocol file transfer library. Similarly to the urllib Python module, PycURL can be used to fetch objects identified by a URL from a Python program Signed-off-by: Jackie Huang ---

[oe] [meta-python][PATCH] python-pika: add recipes for python2 and python3

2019-09-29 Thread jackie.huang
From: Jackie Huang Pika is a pure-Python implementation of the AMQP 0-9-1 protocol including RabbitMQ’s extensions. Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-pika.inc| 22 ++ .../recipes-devtools/python/python-pika_1.1.0.bb | 2 ++

[oe] [meta-python][PATCH 4/4] python-pyperf: add recipes for python2 and python3

2019-09-28 Thread jackie.huang
From: Jackie Huang The Python pyperf module is a toolkit to write, run and analyze benchmarks. Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-pyperf.inc | 23 ++ .../recipes-devtools/python/python-pyperf_1.6.1.bb | 4

[oe] [meta-python][PATCH 1/4] python-versiontools: add recipes for python2 and python3

2019-09-28 Thread jackie.huang
From: Jackie Huang python-versiontools is a smart replacement for plain tuple used in __version__. Signed-off-by: Jackie Huang --- meta-python/recipes-devtools/python/python-versiontools.inc| 10 ++ .../recipes-devtools/python/python-versiontools_1.9.1.bb | 2 ++

[oe] [meta-python][PATCH 2/4] python-pymysql: add recipes for python2 and python3

2019-09-28 Thread jackie.huang
From: Jackie Huang This package contains a pure-Python MySQL client library, based on PEP 249 Most public APIs are compatible with mysqlclient and MySQLdb. Signed-off-by: Jackie Huang --- meta-python/recipes-devtools/python/python-pymysql.inc | 18 ++

[oe] [meta-python][PATCH 0/4] Add new recipes four python packages

2019-09-28 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 41fe46157ca3caa96408a9a749d62c8bbc3c2794: python-paste: upgrade 3.2.0 -> 3.2.1 (2019-09-25 22:51:10 -0700) are available in the git repository at: git://github.com/jackiehjm/meta-openembedded

[oe] [meta-python][PATCH 3/4] python-statistics: add new recipe

2019-09-28 Thread jackie.huang
From: Jackie Huang A port of Python 3.4 statistics module to Python 2.*, initially done through the 3to2 tool. This module provides functions for calculating mathematical statistics of numeric (Real-valued) data. This is required by python-pyperf. Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH] quagga: update to 1.2.4

2018-04-08 Thread jackie.huang
From: Jackie Huang Update to 1.2.4 to fix significant BGP security issues: * https://www.quagga.net/security/Quagga-2018-0543.txt(CVE-2018-5378) * https://www.quagga.net/security/Quagga-2018-1114.txt(CVE-2018-5379) *

[oe] [meta-oe][PATCH v2] postgresql: update to 9.4.17

2018-04-08 Thread jackie.huang
From: Jackie Huang * Release notes: https://www.postgresql.org/docs/9.4/static/release-9-4-17.html * Drop the patch emove.autoconf.version.check.patch since the required autoconf version is used in oe-core. * LICENSE checksum updated since the copyright year is

[oe] [meta-oe][PATCH] postgresql: update to 9.4.17

2018-04-08 Thread jackie.huang
From: Jackie Huang * Release notes: https://www.postgresql.org/docs/9.4/static/release-9-4-17.html * Drop the patch emove.autoconf.version.check.patch since the required autoconf version is used in oe-core. Signed-off-by: Jackie Huang

[oe] [meta-oe][PATCH] unixodbc: update to 2.3.6

2018-03-28 Thread jackie.huang
From: Jackie Huang Release notes from http://www.unixodbc.org/: * Single bug fix that was a possible security issue so I have pushed a version out. - Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c - Add pkg-config files

[oe] [meta-oe][PATCH v2] haveged: update to 1.9.2

2018-03-26 Thread jackie.huang
From: Jackie Huang * Drop the patch remove-systemd-unit-503.patch and init script haveged.sysvinit, and use PACKAGECONFIG to set the correct sevice file or init script for systemd or sysvinit. * Add SuccessExitStatus to fix the failure when the service is

[oe] [meta-oe][PATCH] dialog: update to 1.3-20171209

2018-03-26 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../dialog/{dialog_1.3-20160828.bb => dialog_1.3-20171209.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe][PATCH] haveged: update to 1.9.2

2018-03-22 Thread jackie.huang
From: Jackie Huang * Drop the patch remove-systemd-unit-503.patch and init script haveged.sysvinit, and use PACKAGECONFIG to set the correct sevice file or init script for systemd or sysvinit. * Add SuccessExitStatus to fix the failure when the service is

[oe] [meta-networking][PATCH 2/2] polkit: add consolekit only when x11 is enabled

2017-11-13 Thread jackie.huang
From: Jackie Huang consolekit depends on virtual/libx11 then it requires x11 distro feature, so add consolekit option only when x11 is in DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta-oe/recipes-extended/polkit/polkit_0.113.bb |

[oe] [meta-networking][PATCH 1/2] networkmanager: add consolekit only when x11 is enabled

2017-11-13 Thread jackie.huang
From: Jackie Huang consolekit depends on virtual/libx11 then it requires x11 distro feature, so add consolekit option only when x11 is in DISTRO_FEATURES. Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH 0/2] networkmanager/polkit: add consolekit only when x11 is enabled

2017-11-13 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96: libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34 +) are available in the git repository at:

[oe] [meta-networking][PATCH 2/3] iscsi-initiator-utils: remove the distro_features_check

2017-11-09 Thread jackie.huang
From: Jackie Huang open-isns supports both systemd and sysvinit now, so remove the distro_features_check. Signed-off-by: Jackie Huang --- .../iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb| 4 +--- 1 file changed, 1

[oe] [meta-networking][PATCH 3/3] iscsi-initiator-utils: check file existence before moving

2017-11-09 Thread jackie.huang
From: Jackie Huang Check the file existence before moving to avoid the error: | mv: cannot stat //git/utils/fwparam_ibft/prom_lex.l: | No such file or directory Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH 1/3] open-isns: add sysvinit support

2017-11-09 Thread jackie.huang
From: Jackie Huang It's not mandatory to depend on systemd for open-isns, the sysvinit script is also provided in open-isns source code, so add it to support sysvinit and remove the distro_features_check. Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH 0/3] iscsi-initiator-utils/open-isns: fix for sysvinit

2017-11-09 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96: libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34 +) are available in the git repository at:

[oe] [meta-networking][PATCH] xfce4-screenshooter: create src dir before build

2017-11-08 Thread jackie.huang
From: Catalin Enache In some case the output directory for xfce4-screenshooter.appdata.xml file doesn't exist. Create directory before build. Signed-off-by: Catalin Enache Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH 1/2 v2] samba: add missing RDEPENDS

2017-11-06 Thread jackie.huang
From: Jackie Huang * samba-tool requires the python modules from samba-python or it fails with: Traceback (most recent call last): File "/usr/bin/samba-tool", line 33, in from samba.netcmd.main import cmd_sambatool ImportError: No module named

[oe] [meta-networking][PATCH 0/2 v2] samba: fixes for AD DC service

2017-11-06 Thread jackie.huang
From: Jackie Huang v2 comments: * disable ad-dc and enable mitkrb5 by default to avoid an known issue. -- The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96: libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34

[oe] [meta-networking][PATCH 2/2 v2] samba: fix for AD DC service

2017-11-06 Thread jackie.huang
From: Jackie Huang The Active Directory (AD) domain controller (DC) service is installed by default since the commit: """ commit 28b8edc760d5e0664ad4861464f5de06f5fc305a samba: install all systemd unit files This includes samba.service, which other major distributions

[oe] [meta-networking][PATCH 2/2] samba: fix for AD DC service

2017-10-24 Thread jackie.huang
From: Jackie Huang The AD DC service is installed by default since the commit: """ commit 28b8edc760d5e0664ad4861464f5de06f5fc305a samba: install all systemd unit files This includes samba.service, which other major distributions install, too. """ But lack of

[oe] [meta-networking][PATCH 1/2] samba: add missing RDEPENDS

2017-10-24 Thread jackie.huang
From: Jackie Huang * samba-tool requires the python modules from samba-python or it fails with: Traceback (most recent call last): File "/usr/bin/samba-tool", line 33, in from samba.netcmd.main import cmd_sambatool ImportError: No module named

[oe] [meta-networking][PATCH 0/2] samba: fixes for AD DC service

2017-10-24 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 0d220e002e4f525469f0c24e0585318d2178e7a1: tslib: update project homepage (2017-10-20 16:14:56 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [PATCH] recipes: fix invalid license file

2017-09-15 Thread jackie.huang
From: Jackie Huang Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in

[oe] [meta-oe][PATCH v2] protobuf-c: use git fetcher instead of github archives

2017-09-04 Thread jackie.huang
From: Jackie Huang Change to use git fetcher as github archives can be regenerated from time to time with different checksums. Signed-off-by: Jackie Huang --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 9 ++--- 1 file

[oe] [meta-oe][PATCH] protobuf-c: set downloadfilename

2017-09-04 Thread jackie.huang
From: Jackie Huang Set downloadfilename to avoid the file name without package name like v{PV}.tar.gz. Signed-off-by: Jackie Huang --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-oe][PATCH] pmtools: use update-alternatives for acpixtract

2017-09-01 Thread jackie.huang
From: Jackie Huang acpixtract is both provided by acpica and pmtools, so use update-alternatives to fix conflicts: | file /usr/bin/acpixtract conflicts between attempted installs of pmtools-20130209+git0+3ebe0e54c5-r0.i586 and acpica-20170303-r0.i586

[oe] [meta-oe][PATCH 2/2] corosync: add support for extra features

2017-08-29 Thread jackie.huang
From: Jackie Huang * Add support for features: dbus qdevice qnetd snmp * Add related PACKAGECONFIG * inherit useradd to add proper user for qnetd service Signed-off-by: Jackie Huang --- .../recipes-extended/corosync/corosync_2.4.2.bb

[oe] [meta-oe][PATCH 0/2] corosync: fixes and add support for extra features

2017-08-29 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 108cb0394a96ea51c2c3fffb470622b6cd357c63: multipath-tools: RDEPEND on bash (2017-08-28 11:06:07 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-oe][PATCH 1/2] corosync: fixes for sysvinit and systemd

2017-08-29 Thread jackie.huang
From: Jackie Huang * Replace ${systemd_unitdir}/system with ${systemd_system_unitdir} * Remove the upstar settings and don't install upstar config files * Add volatile for sysvinit and tmpfiles for systemd * Set the correct bash path for init scripts to avoid QA

[oe] [meta-oe][PATCH] multipath-tools: add rdepends on bash

2017-08-28 Thread jackie.huang
From: Jackie Huang * Add rdepends on bash to fix QA Issue: | ERROR: multipath-tools-0.7.1-r0 do_package_qa: QA Issue: /sbin/mpathconf contained in package multipath-tools requires /bin/bash, but no providers found in RDEPENDS_multipath-tools? [file-rdeps] *

[oe] [meta-oe][PATCH] enscript: set the correct path for perl

2017-08-28 Thread jackie.huang
From: Jackie Huang Set the correct path for perl and avoid searching the one in hosttools that cause QA issue: | ERROR: enscript-1.6.6-r0 do_package_qa: QA Issue: /usr/bin/diffpp contained in package enscript requires /builddir/tmp/hosttools/perl, but no

[oe] [meta-python][PATCH 1/3] python-html5lib: add Python3 support

2017-08-25 Thread jackie.huang
From: Jackie Huang Extend the recipe for Python3 support. Signed-off-by: Jackie Huang --- meta-python/recipes-devtools/python/python-html5lib.inc | 14 ++ .../python/python-html5lib_0.9.bb| 16

[oe] [meta-python][PATCH 2/3] python-webencodings: add Python3 support

2017-08-25 Thread jackie.huang
From: Jackie Huang Extend the recipe for Python3 support. Signed-off-by: Jackie Huang --- meta-python/recipes-devtools/python/python-webencodings.inc | 10 ++ .../recipes-devtools/python/python-webencodings_0.5.1.bb | 12

[oe] [meta-python][PATCH 0/3] python-beautifulsoup4: add new recipe and required packages

2017-08-25 Thread jackie.huang
From: Jackie Huang -- The following changes since commit ac2a6d2b5d69937577effcb8bb2149651bac0176: json-spirit: Add -latomic to LDFLAGS (2017-08-13 13:21:04 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-python][PATCH 3/3] python-beautifulsoup4: add new recipe for both python2 and python3

2017-08-25 Thread jackie.huang
From: Jackie Huang Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-beautifulsoup4.inc

[oe] [meta-oe][PATCH] logwarn: set correct paths and add missing dependency

2017-08-24 Thread jackie.huang
From: Jackie Huang * Set correct paths for programs (bash, cat, rm and sed) to avoid QA issue: | ERROR: logwarn-1.0.14-r0 do_package_qa: QA Issue: | /usr/lib/nagios/plugins/check_logwarn contained in package | logwarn-nagios requires

[oe] [meta-perl][PATCH v3] logcheck: update to 1.3.18 and move to meta-perl

2017-08-23 Thread jackie.huang
From: Jackie Huang - logcheck depends on mime-construct which is in meta-perl, so move it to meta-perl to avoid that meta-oe depends on meta-perl. - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime

[oe] [meta-oe][PATCH] gflags: add runtime dependency on bash

2017-08-23 Thread jackie.huang
From: Jackie Huang * add runtime dependency on bash to fix QA issue: | ERROR: gflags-2.2.0-r0 do_package_qa: QA Issue: | /usr/bin/gflags_completions.sh contained in package | gflags-bash-completion requires /bin/bash, but | no providers found in

[oe] [meta-perl][PATCH] adduser: use get_perl_version instead of PERLVERSION

2017-08-22 Thread jackie.huang
From: Jackie Huang Immediate expansion for PERLVERSION(in perl-version.bbclass) is too early, it will result in 'None' before perl is built, then the module file is installed incorrectly: $ rpm -ql adduser|grep Common /usr/lib/perl/None/Debian/AdduserCommon.pm So

[oe] [meta-oe][PATCH] mozjs: customize HOST_CFLAGS

2017-08-22 Thread jackie.huang
From: Mingli Yu Customize HOST_CFLAGS, HOST_CXXFLAGS and HOST_LDFLAGS to fix do_configure error as previously use the common CFLAGS and CXXFLAGS in both cross-compile env and host env, and the option -fstack-protector-strong which not recognized in host env can result in

[oe] [meta-webserver][PATCH] phpmyadmin: upgrade to 4.7.3

2017-08-21 Thread jackie.huang
From: Jackie Huang The license files and md5 are updated. Signed-off-by: Jackie Huang --- .../phpmyadmin/{phpmyadmin_4.6.3.bb => phpmyadmin_4.7.3.bb}| 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) rename

[oe] [meta-oe][PATCH v2] vlock: add new recipe

2017-08-15 Thread jackie.huang
From: Jackie Huang vlock is a program to lock one or more sessions on the Linux console. Signed-off-by: Jackie Huang --- .../vlock/vlock-2.2.3/disable_vlockrc.patch| 37 +++ .../vlock/vlock-2.2.3/vlock-no_tally.patch

[oe] [meta-oe][PATCH v2] logcheck: update to 1.3.18

2017-08-15 Thread jackie.huang
From: Jackie Huang Changes: - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime dependencies according to the file debian/control and simple test by running "logcheck -ot". - For syslog, debian directly

[oe] [meta-networking][PATCH] freeradius: Upgrade to 3.0.15

2017-08-15 Thread jackie.huang
From: Jackie Huang * Upgrade to 3.0.15 to fix many CVE issues. * There is a defect for disabling dhcp feature: https://github.com/FreeRADIUS/freeradius-server/issues/2039 We don't need the dhcp feature but it's harmless to enable it, so enable it as the default.

[oe] [meta-networking][PATCH 2/2] openl2tp: add init script and systemd support

2017-07-28 Thread jackie.huang
From: Jackie Huang - Add patches to fix init script issues - Add openl2tpd.service to add systemd support - Add runtime dependency on ppp and ppp-l2tp Signed-off-by: Jackie Huang --- .../openl2tpd-initscript-fix-sysconfig.patch |

[oe] [meta-networking][PATCH 1/2] openl2tp: add LGPL-2.1 license

2017-07-28 Thread jackie.huang
From: Jackie Huang cli and usl use license LGPL-2.1. Signed-off-by: Jackie Huang --- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git

[oe] [meta-networking][PATCH 0/2] openl2tp: several fixes

2017-07-28 Thread jackie.huang
From: Jackie Huang --- The following changes since commit a8b54e300be027fefe8a774ca1861d0fb8e80d99: pidgin-otr: unblacklist (2017-07-24 18:58:55 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-oe][PATCH] logcheck: update to 1.3.18

2017-07-25 Thread jackie.huang
From: Jackie Huang Changes: - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime dependencies according to the file debian/control and simple test by running "logcheck -ot". - For syslog, debian directly

[oe] [meta-oe][PATCH] vlock: add new recipe

2017-07-24 Thread jackie.huang
From: Jackie Huang vlock is a program to lock one or more sessions on the Linux console. Signed-off-by: Jackie Huang --- .../vlock/vlock-2.2.3/disable_vlockrc.patch| 37 +++ .../vlock/vlock-2.2.3/vlock-no_tally.patch

[oe] [meta-oe][PATCH] pam-ssh-agent-auth: add new recipe

2017-07-24 Thread jackie.huang
From: Jackie Huang A PAM module which permits authentication via ssh-agent. Signed-off-by: Jackie Huang --- .../pam/pam-ssh-agent-auth_0.10.3.bb | 46 ++ 1 file changed, 46 insertions(+) create mode

[oe] [meta-networking][PATCH] snort: fix for snort.conf

2017-06-26 Thread jackie.huang
From: Jackie Huang The /etc/snort/snort.conf doesn't work since there are hardcoded paths and lib names, and it tries to include many rules that are not provided. Signed-off-by: Jackie Huang ---

[oe] [meta-networking][PATCH 2/2] rdist: add new recipe

2017-06-22 Thread jackie.huang
From: Jackie Huang rdist is a remote file distribution client and server. Signed-off-by: Jackie Huang --- .../rdist/rdist-6.1.5/rdist-6.1.5-bb-build.patch | 75 + .../rdist/rdist-6.1.5/rdist-6.1.5-bison.patch | 147 ++

[oe] [meta-networking][PATCH 1/2] rdate: add new recipe

2017-06-22 Thread jackie.huang
From: Jackie Huang rdate is a tool for getting the date/time from a remote machine. Signed-off-by: Jackie Huang --- .../recipes-connectivity/rdate/rdate_1.5.bb| 18 ++ 1 file changed, 18 insertions(+) create

[oe] [meta-networking][PATCH 0/2] rdate and rdist: add new recipe

2017-06-22 Thread jackie.huang
From: Jackie Huang -- The following changes since commit d2da8b82cfb2f8e55236751c1c56c9e7f3b5f68d: scsirastools: Upgrade to 1.6.6 (2017-06-22 16:04:14 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-perl][PATCH] libfile-slurp-perl: add new recipe

2017-06-15 Thread jackie.huang
From: Jackie Huang This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. Signed-off-by: Jackie Huang ---

[oe] [meta-oe][PATCH] passwdqc: add new recipe and replace pam-passwdqc

2017-06-15 Thread jackie.huang
From: Jackie Huang passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module (pam_passwdqc), command-line programs(pwqcheck and pwqgen), and a library(libpasswdqc). pam_passwdqc 1.0.5 is the final version of

[oe] [meta-oe][PATCH 0/1 v2] microcode-ctl: add new recipe

2017-06-14 Thread jackie.huang
From: Jackie Huang v2 comments: - fix the licenses and add Intel-ucode license file - remove the un-needed MACHINE specific variable -- The following changes since commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837: opencv: fix runtime dependencies. (2017-06-12

[oe] [meta-oe][PATCH 1/1 v2] microcode-ctl: add new recipe

2017-06-14 Thread jackie.huang
From: Jackie Huang The microcode_ctl utility is a companion to the IA32 microcode driver. Signed-off-by: Jackie Huang --- meta-oe/licenses/Intel-ucode | 30 ++

[oe] [meta-oe][PATCH 3/4] logwarn: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang logwarn is a utility for finding interesting messages in log files. Signed-off-by: Jackie Huang --- meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | 46 +++ 1 file changed, 46 insertions(+)

[oe] [meta-oe][PATCH 2/4] enscript: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang enscript is a plain ASCII to PostScript converter. Signed-off-by: Jackie Huang --- .../enscript/enscript/enscript-autoconf.patch | 118 + .../recipes-extended/enscript/enscript_1.6.6.bb|

[oe] [meta-oe][PATCH 4/4] microcode-ctl: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang The microcode_ctl utility is a companion to the IA32 microcode driver. Signed-off-by: Jackie Huang --- .../0001-add-support-for-other-distributions.patch | 27 ++ .../files/0001-fix-the-help-return-code.patch

[oe] [meta-oe][PATCH 1/4] agent-proxy: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang agent-proxy is a simple, small proxy which is intended for use with kgdb, or gdbserver type connections where you want to share a text console and a debug session. Signed-off-by: Jackie Huang ---

[oe] [meta-oe][PATCH 0/4] add new recipes: agent-proxy, enscript, logwarn and microcode-ctl

2017-06-09 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 41cf832cc9abd6f2293a6d612463a34a53a9a52a: Revert "rrdtool: add gettext-native dependency" (2017-06-05 11:13:09 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-python][PATCH 2/2] python3-django: add python3 recipe and update to 1.11.2

2017-06-09 Thread jackie.huang
From: Jackie Huang * move the mommon portions into .inc * update to version 1.11.2 * add new recipe for python3-django Signed-off-by: Jackie Huang --- .../python/{python-django_1.10.5.bb => python-django.inc} | 6 +++---

[oe] [meta-python][PATCH 1/2] python3-django-south: add new recipe

2017-06-09 Thread jackie.huang
From: Jackie Huang * move the common portions into .inc * add new recipe for python3-django-south Signed-off-by: Jackie Huang --- .../recipes-devtools/python/python-django-south.inc | 17 +

[oe] [meta-python][PATCH 0/2] python3-django: add python3 recipes and update

2017-06-09 Thread jackie.huang
From: Jackie Huang -- The following changes since commit 41cf832cc9abd6f2293a6d612463a34a53a9a52a: Revert "rrdtool: add gettext-native dependency" (2017-06-05 11:13:09 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-oe][PATCH] inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI64

2017-06-06 Thread jackie.huang
From: Jackie Huang The correct value should be the same as defined in linux/arch/mips/include/uapi/asm/unistd.h Signed-off-by: Roy Li Signed-off-by: Jackie Huang ---

[oe] [meta-oe][PATCH 2/3] umip: add systemd and sysvinit support

2017-06-02 Thread jackie.huang
From: Jackie Huang Add systemd service and and sysvinit script so it's easy to manage the mip6d daemon. Signed-off-by: Jackie Huang --- meta-oe/recipes-connectivity/umip/files/mip6d | 112 +

[oe] [meta-oe][PATCH 3/3] umip: fix EXTRA_OECONF and add RRECOMMENDS

2017-06-02 Thread jackie.huang
From: Jackie Huang * fix EXTRA_OE_CONF -> EXTRA_OECONF * add RRECOMMENDS on kernel modules Signed-off-by: Jackie Huang --- meta-oe/recipes-connectivity/umip/umip_1.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-oe][PATCH 1/3] umip: fix for parallel compilation

2017-06-02 Thread jackie.huang
From: Jackie Huang Add missing dependency in Makefile to fix the parallel compile issue and re-enable PARALLEL_MAKE Signed-off-by: Jackie Huang --- ...ependency-to-support-parallel-compilation.patch | 23 ++

[oe] [meta-oe][PATCH 0/3] umip: several fixes

2017-06-02 Thread jackie.huang
From: Jackie Huang -- The following changes since commit b063789560bfb9c60a7a15277b5b3a9839b5ba74: libgpiod: add new recipe (2017-05-23 15:59:31 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git jhuang0/r_up_umip_170602_0

[oe] [meta-oe][PATCH 2/2] ssiapi: add new recipe

2017-05-23 Thread jackie.huang
From: Jackie Huang Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset. Signed-off-by: Jackie

[oe] [meta-oe][PATCH 1/2] xf86-video-mga: add new recipe

2017-05-23 Thread jackie.huang
From: Jackie Huang mga is an Xorg driver for Matrox video cards Signed-off-by: Jackie Huang --- .../xorg-driver/xf86-video-mga/checkfile.patch | 68 ++ .../xorg-driver/xf86-video-mga_1.6.5.bb| 21

[oe] [meta-oe][PATCH 0/2] add new recipe for xf86-video-mga and ssiapi

2017-05-23 Thread jackie.huang
From: Jackie Huang -- The following changes since commit fc03b3d9382dd5b6a8fff5f84e4c86a1acc9a73a: drbd-utils: fix dependency for perl under small-fs (2017-05-09 12:29:15 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-networking][PATCH] drbd-utils: remove /var/lock to avoid conflict

2017-05-16 Thread jackie.huang
From: Jackie Huang Remove the empty /var/lock to avoid conflict with base-files: | Error: Transaction check error: file /var/lock conflicts between attempted installs of drbd-utils-8.9.6-r0.core2_64 and base-files-3.0.14-r89.qemux86_64 Signed-off-by: Jackie Huang

[oe] [meta-networking][PATCH 3/3] vblade: update to version 22

2017-05-12 Thread jackie.huang
From: Jackie Huang Update to version 22 and add support for systemd and sysvinit, the scripts and conf files are taken from Fedora. Signed-off-by: Jackie Huang --- .../recipes-daemons/vblade/files/vblade.conf | 2 +

[oe] [meta-networking][PATCH 2/3] freediameter: add new recipe

2017-05-12 Thread jackie.huang
From: Jackie Huang freeDiameter is an open source Diameter protocol implementation. It provides an extensible platform for deploying a Diameter network for your Authentication, Authorization and Accounting needs. Signed-off-by: Jackie Huang

[oe] [meta-networking][PATCH 1/3] keepalived: add new recipe

2017-05-12 Thread jackie.huang
From: Jackie Huang keepalived is a High Availability monitor built upon LVS, VRRP and service pollers. Signed-off-by: Jackie Huang --- .../recipes-daemons/keepalived/keepalived_1.3.5.bb | 49 ++ 1 file changed, 49

[oe] [meta-networking][PATCH 0/3] update vblade and add freediameter and keepalived

2017-05-12 Thread jackie.huang
From: Jackie Huang --- The following changes since commit fc03b3d9382dd5b6a8fff5f84e4c86a1acc9a73a: drbd-utils: fix dependency for perl under small-fs (2017-05-09 12:29:15 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git

[oe] [meta-networking][PATCH 1/1 v3] freeradius: add new recipe

2017-05-09 Thread jackie.huang
From: Jackie Huang FreeRADIUS is an Internet authentication daemon, which implements the RADIUS protocol, as defined in RFC 2865 (and others). Signed-off-by: Jackie Huang --- .../freeradius/files/freeradius| 110

[oe] [meta-networking][PATCH 0/1 v3] freeradius: add new recipe

2017-05-09 Thread jackie.huang
From: Jackie Huang v3 comments: update to the latest version 3.0.13 --- The following changes since commit 6418010bf0d74b21247962edbc63dd5e6fb1069a: ninja: extend to nativesdk (2017-05-04 09:18:58 +0200) are available in the git repository at:

[oe] [meta-oe][PATCH] python-pygobject: remove the empty pkgconfig directory

2017-04-27 Thread jackie.huang
From: Jackie Huang The empty pkgconfif directory causes error when run relocatable_native_pcfiles: | sed: can't read /path/to/recipe-sysroot-native/usr/lib/pkgconfig/*.pc: No such file or directory So remove the directory instead of removing the pc file but left an

[oe] [meta-oe][PATCH 8/8 v2] ipmitool: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang Utility for IPMI control which is for interfacing with devices that support the Intelligent Platform Management Interface specification. Signed-off-by: Jackie Huang --- .../recipes-support/ipmitool/ipmitool_1.8.18.bb

[oe] [meta-oe][PATCH 7/8 v2] openipmi: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang OpenIPMI is an effort to create a full-function IPMI system to allow full access to all IPMI information on a server and to abstract it to a level that will make it easy to use. Signed-off-by: Jackie Huang ---

[oe] [meta-perl][PATCH 6/8 v2] libauthen-radius-perl: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. Signed-off-by: Jackie Huang --- .../libauthen/libauthen-radius-perl/run-ptest |

[oe] [meta-perl][PATCH 5/8 v2] libnet-telnet-perl: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang Net-Telnet Perl module, it allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Signed-off-by: Jackie Huang ---

[oe] [meta-perl][PATCH 4/8 v2] libdata-hexdump-perl: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang Data::HexDump - Hexadecial Dumper module for perl. It's required by libauthen-radius-perl. Signed-off-by: Jackie Huang --- meta-perl/recipes-perl/libdata/files/run-ptest | 16 +++

[oe] [meta-perl][PATCH 3/8 v2] libnet-ldap-perl: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang Net::LDAP is a collection of modules that implements a LDAP services API for Perl programs. Signed-off-by: Jackie Huang --- .../recipes-perl/libnet/libnet-ldap-perl_0.65.bb | 29 ++ 1 file

[oe] [meta-networking][PATCH 2/8 v2] freeradius: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang FreeRADIUS is an Internet authentication daemon, which implements the RADIUS protocol, as defined in RFC 2865 (and others). Signed-off-by: Jackie Huang --- .../freeradius/files/freeradius| 110

[oe] [meta-networking][PATCH 1/8 v2] openhpi: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang OpenHPI is an open source project created with the intent of providing an implementation of the SA Forum's Hardware Platform Interface (HPI). Signed-off-by: Jackie Huang ---

[oe] [PATCH 0/8 v2] ipmi/hpi/radius: add new recipes and related packages

2017-04-26 Thread jackie.huang
From: Jackie Huang v2 comments: For PATCH 1/8: use BPN and BP instead and remove the definition for S. --- The following changes since commit 444e1fb198076f34a0fa66e83f3eec76efba2e6c: php: remove PNBLACKLIST (2017-04-18 14:21:53 +0200) are available in the git

[oe] [meta-oe][PATCH 8/8] ipmitool: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang Utility for IPMI control which is for interfacing with devices that support the Intelligent Platform Management Interface specification. Signed-off-by: Jackie Huang --- .../recipes-support/ipmitool/ipmitool_1.8.18.bb

[oe] [meta-oe][PATCH 7/8] openipmi: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang OpenIPMI is an effort to create a full-function IPMI system to allow full access to all IPMI information on a server and to abstract it to a level that will make it easy to use. Signed-off-by: Jackie Huang ---

[oe] [meta-perl][PATCH 6/8] libauthen-radius-perl: add new recipe

2017-04-26 Thread jackie.huang
From: Jackie Huang The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. Signed-off-by: Jackie Huang --- .../libauthen/libauthen-radius-perl/run-ptest |

  1   2   3   4   5   >