From: Jackie Huang
A race condition can occur when adding users and groups to the
passwd and group files, in [YOCTO #1794], 10 times retry added
but it is not fixed completely.
This fix re-writes the useradd_preinst and useradd_sysroot with
python and use locking of bb.utils to lock the passwd a
From: Jackie Huang
A race condition can occur when adding users and groups to the
passwd and group files, in [YOCTO #1794], 10 times retry added
but it is not fixed completely.
This fix re-writes the useradd_preinst and useradd_sysroot with
python and use locking of bb.utils to lock the passwd a
From: Jackie Huang
A race condition can occur when adding users and groups to the
passwd and group files, in [YOCTO #1794], 10 times retry added
but it is not fixed completely.
This fix re-writes the useradd_preinst and useradd_sysroot with
python and use locking of bb.utils to lock the passwd a
From: Jackie Huang
A race condition can occur when adding users and groups to the
passwd and group files, in [YOCTO #1794], 10 times retry added
but it is not fixed completely.
This fix re-writes the useradd_preinst and useradd_sysroot with
python and use locking of bb.utils to lock the passwd a
From: Jackie Huang
do_install needs command 'msgfmt', it would fail if the command
doesn't exist on the host, add DEPENDS gettext-native to fix this.
[YOCTO #2811]
Signed-off-by: Jackie Huang
---
The following changes since commit da1de01aa74da0f38f07af523a9861824f7b0c95:
Pyphon-native: Fix
From: Jackie Huang
do_install needs command 'msgfmt', it would fail if the command
doesn't exist on the host, add DEPENDS gettext-native to fix this.
[YOCTO #2811]
Signed-off-by: Jackie Huang
---
meta/recipes-extended/quota/quota_4.00.bb |2 ++
1 files changed, 2 insertions(+), 0 deletion
From: Jackie Huang
_bsddb module in python 2.7 could be built only with db version
between 4.1 and 4.7. A patch was added to avoid build warning
about this for [YOCTO #1937] but not actually fixed it.
This patch enable _bsddb module be built with db 5.3, and remove
--disable-statistics from the
From: Jackie Huang
_bsddb module in python 2.7 could be built only with db version
between 4.1 and 4.7. A patch was added to avoid build warning
about this for [YOCTO #1937] but not actually fixed it.
This patch enable _bsddb module be built with db 5.3, and remove
--disable-statistics from the
From: Jackie Huang
tclConfig.sh is changed in do_install for cross compile and
is installed to STAGING_BINDIR_CROSS, but if SSTATE_DIR is set
and tcl is from sstage, tclConfig.sh can't be found in
STAGING_BINDIR_CROSS, add ${bindir_crossscripts}/tclConfig.sh
to sysroot stage can fix it.
[YOCTO #
From: Jackie Huang
tclConfig.sh is changed in do_install for cross compile and
is installed to STAGING_BINDIR_CROSS, but if SSTATE_DIR is set
and tcl is from sstage, tclConfig.sh can't be found in
STAGING_BINDIR_CROSS, add ${bindir_crossscripts}/tclConfig.sh
to sysroot stage can fix it.
[YOCTO #
From: Jackie Huang
The line 'sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh'
is commented somehow in previous commit, so that TCL_SRC_DIR
point to the tcl workdir which will cause package that use it
fail to configure or compile when the tcl workdir is removed,
so uncomment it back.
Sign
From: Jackie Huang
The line 'sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh'
is commented somehow in previous commit, so that TCL_SRC_DIR
point to the tcl workdir which will cause package that use it
fail to configure or compile when the tcl workdir is removed,
so uncomment it back.
Sign
From: Jackie Huang
If gtk+ is added to core-image-minimal, postinstall script failed on boot:
Running postinst /etc/rpm-postinsts/104...
gtk-update-icon-cache: No theme index file.
ERROR: postinst /etc/rpm-postinsts/104 failed.
This patch fixed the postinstall script to check for the icon
file
From: Jackie Huang
If gtk+ is added to core-image-minimal, postinstall script failed on boot:
Running postinst /etc/rpm-postinsts/104...
gtk-update-icon-cache: No theme index file.
ERROR: postinst /etc/rpm-postinsts/104 failed.
This patch fixed the postinstall script to check for the icon
file
From: Jackie Huang
The copying for rules.mk was happened in do_configure_prepend, but it will be
replaced by the one generated by configure, in which APR_MKEXPORT points to
the workdir of apr and cause compile filure when the workdir of apr is removed.
So change the copying in _prepend to _append
From: Jackie Huang
The copying for rules.mk was happened in do_configure_prepend, but it will be
replaced by the one generated by configure, in which APR_MKEXPORT points to
the workdir of apr and cause compile filure when the workdir of apr is removed.
So change the copying in _prepend to _append
From: Jackie Huang
python: Add Upstream-Status entries for bsddb patches, no code changes
The following changes since commit 24babf9316da50c8a4d2f328c4336cb8cd6cf667:
classes/chrpath: trigger an error if chrpath fails (2012-08-15 17:51:04 +0100)
are available in the git repository at:
git:
From: Jackie Huang
Signed-off-by: Jackie Huang
---
.../python/python-2.7.3-berkeley-db-5.3.patch |2 ++
.../python/python-2.7.3-remove-bsdb-rpath.patch|2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git
a/meta/recipes-devtools/python/python/python-2.7.3-berkele
From: Jackie Huang
Fix the issue that coreutils was built without acl support:
configure: WARNING: libacl development library was not found or not usable.
configure: WARNING: GNU coreutils will be built without ACL support.
which will cause ls and cp commands don't have the ACL related behavior
From: Jackie Huang
Fix the issue that coreutils was built without acl support:
configure: WARNING: libacl development library was not found or not usable.
configure: WARNING: GNU coreutils will be built without ACL support.
which will cause ls and cp commands don't have the ACL related behavior
From: Jackie Huang
* Test info:
$ bitbake core-image-sato core-image-sato-sdk
$ runqemu qemux86 core-image-sato nographic
$ runqemu qemux86 core-image-sato-sdk nographic
The following changes since commit e3b0925f4c861393e436deb6b1912f9f1f325d1e:
libtool: normalize link paths before consideri
From: Jackie Huang
gtk-update-icon-cache is called for each subdir of ${datadir}/icons,
but there are some themes without an index.theme file such as
xcursor-transparent, so add -t(--ignore-theme-index) option to avoid
errors of gtk-update-icon-cache.
Signed-off-by: Jackie Huang
---
meta/recip
From: Jackie Huang
The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7:
classes/packageinfo: use better method to check if package exists (2012-09-10
21:52:37 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/bug3081_libgno
From: Jackie Huang
libgnome-keyring requires command 'intltoolize' in configure,
so add DEPENDS intltool-native.
[YOCTO #3081]
Signed-off-by: Jackie Huang
---
.../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/re
From: Jackie Huang
fix the build failure when using -O0 in debug build:
lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function)
tested with:
MACHINE=qemux86-64/qemuarm/qemuppc
DEBUG_BUILD = "1"
DEBUG_OPTIMIZATION = "-O0 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe"
$ bitbake lrzsz
From: Jackie Huang
fix the build failure when using -O0 in debug build:
lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function)
Signed-off-by: Jackie Huang
---
.../lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch | 26
meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
From: Jackie Huang
We need this since we have a script in the sstate-cache that has a hard
coded path into the multilib toolchain directory and that isn't
automatically relocated like it should be, so add this extra logic.
--
The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2
From: Jackie Huang
sstate has a logic to fixup hardcoded paths in scripts,
but it misses in some specific cases, so add
EXTRA_STAGING_FIXMES to the fixup hardcoded paths
mechanism, so that we can specify what hardcoded paths
need to be fixed in a recipe, e.g.
EXTRA_STAGING_FIXMES = "STAGING_BINDI
From: Jackie Huang
Get patch from ubuntu to fix this:
error: GRUB requires a working absolute objcopy; upgrade your binutils
Signed-off-by: Jackie Huang
---
.../grub/grub-0.97/objcopy-absolute.patch | 40
meta/recipes-bsp/grub/grub_0.97.bb |1
From: Jackie Huang
The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2eca25:
dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:30
+0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/d_grub097_0604_1
http:/
From: Jackie Huang
move libck-connector.so.* to base_libdir to kill two warnings:
WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so,
installed in the base_prefix, requires a shared library under
exec_prefix (/usr): libck-connector.so.0 => /usr/lib64/
libck-connec
From: Jackie Huang
During do_configure(), we modify the BUILD_CFLAGS used
but do not remove the default inclusion of CFLAGS
in BUILD_CFLAGS. This fix removes CFLAGS inclusion
by modifying do_configure().
Signed-off-by: Joe Slater
Signed-off-by: Jackie Huang
---
meta/recipes-support/libcap/li
From: Jackie Huang
While it is not necessary that shared libraries be executable,
if they are not marked as such bitbake will not examine them
for debug information. So, we make them executable at the end of
installation.
Signed-off-by: Joe Slater
Signed-off-by: Jackie Huang
---
meta/recipes
From: Jackie Huang
The tarball from upstream shows many lines of
tar: Ignoring unknown extended header keyword
`LIBARCHIVE.xattr.security.selinux'
tar: Ignoring unknown extended header keyword `SCHILY.dev'
tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Igno
From: Jackie Huang
Signed-off-by: Jackie Huang
---
.../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31
meta/recipes-core/dbus-wait/dbus-wait_git.bb |6 ++-
2 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644
meta/recipes-core/dbus-wait/db
From: Jackie Huang
Tested with:
DISTRO_FEATURES += 'pam'
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
--
The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1:
bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100)
are availabl
From: Jackie Huang
move libdbus-1.so* to base_libdir to kill a warning:
WARNING: QA Issue: lib32-consolekit: /lib/security/
pam_ck_connector.so, installed in the base_prefix,
requires a shared library under exec_prefix (/usr):
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000
From: Jackie Huang
move libck-connector.so.* to base_libdir and move
pam_ck_connector.la to libdir to kill two warnings:
WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so,
installed in the base_prefix, requires a shared library under
exec_prefix (/usr): libck-connect
From: Jackie Huang
Multiple integer overflows in libxml2, as used in Google Chrome
before 20.0.1132.43, on 64-bit Linux platforms allow remote attackers to
cause a denial of service or possibly have unspecified other impact via unknown
vectors.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE
From: Jackie Huang
Tested with:
DISTRO_FEATURES += 'pam'
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
---
The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1:
bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100)
are availab
From: Jackie Huang
move libdbus-1.so* to base_libdir to kill a warning:
WARNING: QA Issue: lib32-consolekit: /lib/security/
pam_ck_connector.so, installed in the base_prefix,
requires a shared library under exec_prefix (/usr):
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000
From: Jackie Huang
move libck-connector.so.* to base_libdir and move
pam_ck_connector.la to libdir to kill two warnings:
WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so,
installed in the base_prefix, requires a shared library under
exec_prefix (/usr): libck-connect
From: Jackie Huang
v3:
* remove the testing line
* add test matrix
Test matrix:
1)
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
2)
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
DISTRO_FEATURES += 'pam'
3)
WARN_QA = "unsafe-references-in-binari
From: Jackie Huang
move libck-connector.so.* to base_libdir and move
pam_ck_connector.la to libdir to kill two warnings:
WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so,
installed in the base_prefix, requires a shared library under
exec_prefix (/usr): libck-connect
From: Jackie Huang
move libdbus-1.so* to base_libdir to kill a warning:
WARNING: QA Issue: lib32-consolekit: /lib/security/
pam_ck_connector.so, installed in the base_prefix,
requires a shared library under exec_prefix (/usr):
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000
From: Jackie Huang
Signed-off-by: Jackie Huang
---
.../libxml/libxml2/libxml2-CVE-2012-2871.patch |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.patch
b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.
From: Jackie Huang
v2 info:
* add Upstream-Status for libxml2-fix-CVE-2012-2807.patch and
libxml2-CVE-2012-2871.patch
--
The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1:
bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100)
are available in the
From: Jackie Huang
Multiple integer overflows in libxml2, as used in Google Chrome
before 20.0.1132.43, on 64-bit Linux platforms allow remote attackers to
cause a denial of service or possibly have unspecified other impact via unknown
vectors.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE
From: Jackie Huang
Tested with:
1)
MACHINE = "qemux86-64"
IMAGE_INSTALL_append = " kbd"
2)
MACHINE = "qemuppc"
IMAGE_INSTALL_append = " kbd"
3)
MACHINE = "qemuarm"
IMAGE_INSTALL_append = " kbd"
4)
MACHINE = "qemumips"
IMAGE_INSTALL_append = " kbd"
build:
$ bitbake core-image-minimal
$ runqemu
From: Jackie Huang
The code relies on hardware specific memory locations to access
and modify the keyboard repeat rate. It also requires read/write
access to /dev/port which doesn't exist on every architecture's
root fs. The defect was raised for Qemu PowerPC but it also fails on
ARM. The keyb
From: Jackie Huang
The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:
sysstat: backport a patch to fix a parallel building error (2013-07-02
07:58:10 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_init-ifupdo
From: Jackie Huang
When do ipv6 ready test, some DAD (duplicate address detect) tests failed
since it expect IPV6 will be disabled, but not. even accept_dad has been
set to correct value 2. Further investigation shows the root cause is that
setting the kernel parameter happens after the NIC is up
From: Jackie Huang
Do not mount /dev/dm-* by default via udev, this is the default
behavior for most distos and WRLinux4.x.
This resolved a problem with the sanity test failing due to seeing
the error while attempting to mount new logical volumes without fs.
Signed-off-by: Xin Ouyang
Signed-of
From: Jackie Huang
The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:
sysstat: backport a patch to fix a parallel building error (2013-07-02
07:58:10 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-extrac
From: Jackie Huang
/etc/init.d/hostname.sh does not have a graceful fallback if the
/etc/hostname file doesn't exist. Other systems such as Ubuntu and RH
will either leave the hostname in place, if a proper hostname is
already set, otherwise it will set the hostname to 'localhost' when
the /etc/h
From: Jackie Huang
The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:
sysstat: backport a patch to fix a parallel building error (2013-07-02
07:58:10 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-initsc
From: Jackie Huang
We should create the /var/log/dmesg.log file as a default.
If we don't then a later kernel error can flush the dmesg
ring buffer, losing valuable debug information.
Signed-off-by: Xin Ouyang
Signed-off-by: Jackie Huang
---
.../initscripts/initscripts-1.0/dmesg.sh
From: Jackie Huang
The following changes since commit 682bcd0939697c34ce9bc7b2fe8f7d734f280490:
initscripts: overwrite default hostname.sh (2013-07-04 17:19:03 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib
jhuang0/r_bbappend_udev-initscripts_dmesg_0704
From: Jackie Huang
glib configure will check if current gcc need -march=i486,
when gcc need -march=i486 but CFLAGS don't have,
glib configure will abort and advise the user to add -march=i486.
This will break the build process,it's not good for automatic build system.
so change this to adding -ma
From: Jackie Huang
The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:
sysstat: backport a patch to fix a parallel building error (2013-07-02
07:58:10 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_2
From: Jackie Huang
The following changes since commit d60185a76af5ceda9dd7b074b5846464e95586b9:
glib-2.0: add -march=i486 into CFLAGS automatically when needed. (2013-07-08
10:42:41 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_
From: Jackie Huang
glib-2.0 needs to inherit pythonnative because it depends on
python-native. This has caused problems on SLED11.2 if no
python-xml installed.
Signed-off-by: Xin Ouyang
Signed-off-by: Jackie Huang
---
meta/recipes-core/glib-2.0/glib.inc |2 +-
1 files changed, 1 insertion
From: Jackie Huang
The following changes since commit 226f2074b7530a82f4cf0e614eecd58f1fd2c22b:
glib-2.0: inherit pythonnative (2013-07-08 11:22:38 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_4
http://git.pokylinux.org/
From: Jackie Huang
Fix the munging of python scripts so that they'll work
on the target, we don't want ${PYTHON}, because that is
the path on the host, not the target.
Signed-off-by: David Borman
Signed-off-by: Jesse Zhang
Signed-off-by: Jackie Huang
---
.../glib-2.0/glib-2.0/glib2-python-re
From: Jackie Huang
The following changes since commit e2fa93a52c32522d4831e3d29f87bae4c6625f27:
glib: fix the python script munging for cross compile (2013-07-08 11:25:29
+0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_5
h
From: Jackie Huang
The compile phase of nativesdk-glib-2.0 tries to run some binaries built
and since the -Wl,rpath doesn't specify the sysroot libraries with libffi.so.5,
attempts to run the binrary on hosts without libffi.so.5 results in an error
message complaining that it cannot find libffi.s
From: Jackie Huang
The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38:
sysstat: backport a patch to fix a parallel building error (2013-07-02
07:58:10 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev_0708_1
From: Jackie Huang
udev requires blkid, but this wasn't explicit. Note that the
dependency is on util-linux specifically, the one from e2fsprogs
won't work.
Signed-off-by: Andy Ross
Signed-off-by: Jackie Huang
---
meta/recipes-core/udev/udev_182.bb |4
1 files changed, 4 insertions(
From: Jackie Huang
Signed-off-by: Jackie Huang
---
.../matchbox-wm/matchbox-wm_1.2.bb |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
index
From: Jackie Huang
The code relies on hardware specific memory locations to access
and modify the keyboard repeat rate. It also requires read/write
access to /dev/port which doesn't exist on every architecture's
root fs. The defect was raised for Qemu PowerPC but it also fails on
ARM. The keybo
From: Jackie Huang
v2 comments:
Drop the patch that detects the arch in runtime and print an error, and just
detect the target platform in the build system and skip installing the kbdrate
for architectures it won't work.
tested for qemux86, qemux86-64, qemuppc, qemuarm, qemumips, qemumips64
--
From: Jackie Huang
We are using the GPLv2 compatiable version msmtp in our layer, I'm sending here
just to see if you are interested and take it, thanks!
--
The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe:
security_flags: Add addition recipes to the non pie list (2
From: Jackie Huang
Take existing recipe from oe-core and downrev for GPLv2 compatiable
version. Add patch to deal with issues when building in bitbake.
Signed-off-by: Jackie Huang
---
.../msmtp-fixup-api-and-compiler-warning.patch | 239
meta/recipes-extended/msmtp/ms
From: Jackie Huang
We added the acl self contained test cases in our testing layer and found
failures, this patch fixed the test scripts that cause the issues.
--
The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe:
security_flags: Add addition recipes to the non pie l
From: Jackie Huang
misc.test: fix the order of expected output of getfacl
root/permissions.test: this test requires that the daemon
user is in groups bin and daemon, so add it into bin group
before testing start.
Signed-off-by: Jackie Huang
---
meta/recipes-support/attr/acl.inc
From: Jackie Huang
The dbus build tests the build host to detect what initscript
environment it expects. Remove the test and set it to "redhat"
unconditionally as the oe-core initscript has a redhat-style pid file
path.
Signed-off-by: Andy Ross
---
meta/recipes-core/dbus/dbus-1.6.8/os-test.pa
From: Jackie Huang
Test info:
MACHINE = "qemux86-64"
$ bitbake core-image-sato
$ runqemu qemux86-64 core-image-sato ext3 nographic
root@qemux86-64:~# /etc/init.d/dbus-1 stop
Stopping system message bus: dbus.
root@qemux86-64:~# /etc/init.d/dbus-1 restart
Stopping system message bus: dbus.
Starti
From: Jackie Huang
/etc/init.d/dbus-1 use "set -e" to let the script exit when any command failes.
This will cause "dbus-1 restart" command can't start dbus when dbus is stopped.
so add --oknodo option to let start-stop-daemon exit with friendly return value.
Then commands will work well.
Signed
From: Jackie Huang
ruby 1.9.3 depends on yaml.
Signed-off-by: Jackie Huang
---
meta/recipes-support/yaml/yaml_0.1.4.bb | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/yaml/yaml_0.1.4.bb
diff --git a/meta/recipes-support/ya
From: Jackie Huang
Took ruby 1.8.7 from OE and updated to 1.9.3-p194.
Most of the 1.9.3 patches originate from ruby-1.9.3.194-10.1.fc17.src.rpm
Signed-off-by: Jackie Huang
---
meta/recipes-devtools/ruby/ruby.inc| 32 ++
meta/recipes-devtools/ruby/ruby/extmk.patch| 1
From: Jackie Huang
ruby 1.9.3 depends on yaml.
Signed-off-by: Jackie Huang
---
meta/recipes-support/yaml/yaml_0.1.4.bb | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-support/yaml/yaml_0.1.4.bb
diff --git a/meta/recipes-support/ya
From: Jackie Huang
Took ruby 1.8.7 from OE and updated to 1.9.3-p194.
Most of the 1.9.3 patches originate from ruby-1.9.3.194-10.1.fc17.src.rpm
Signed-off-by: Jackie Huang
---
meta/recipes-devtools/ruby/ruby.inc| 32 ++
meta/recipes-devtools/ruby/ruby/extmk.patch| 1
From: Jackie Huang
fix the following failures:
ERROR: Nothing PROVIDES 'virtual/lib32-i586-pokymllib32-linux-compilerlibs'
ERROR: Nothing RPROVIDES 'lib32-update-alternatives-cworth'
Signed-off-by: Jackie Huang
---
meta/classes/multilib.bbclass |7 +++
1 files changed, 7 insertions(+),
From: Jackie Huang
Tested with:
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
INCOMPATIBLE_LICENSE = "GPLv3"
--
The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:
texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100
From: Jackie Huang
Backport the patch to fix the error when @enumerate is greater than 10:
mpatrol.texi:6356: bad argument to @enumerate
Signed-off-by: Jackie Huang
---
.../texinfo-5.1/enumerate_greater_than_ten.patch | 51
meta/recipes-extended/texinfo/texinfo_5.1.bb
From: Jackie Huang
The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089:
meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/d_texinfo_mpatrol_0816_1
htt
From: Jackie Huang
test info:
MACHINE ??= "qemux86-64"
IMAGE_INSTALL_append = " at sysklogd"
$ bitbake core-image-sato
root@qemux86-64:~# /etc/init.d/atd status
/usr/sbin/atd (pid 580) is running...
root@qemux86-64:~# /etc/init.d/syslog status
syslogd (pid 695) is running...
klogd (pid 697) is
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init
b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-extended/sysklogd/files/sysklogd | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/sysklogd/files/sysklogd
b/meta/recipes-extended/sysklogd/files/sy
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 28 ++---
1 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
b/meta/recipes-core/sysvi
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-extended/at/files/S99at | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/at/files/S99at
b/meta/recipes-extended/at/files/S99at
index 386f8a4..d2ba3
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
.../nfs-utils/nfs-utils/nfsserver | 25 ++-
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
b/meta/recipes-conne
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
.../openssh/openssh-6.2p2/init | 15 ++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/init
b/meta/recipes-connectivity
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
.../openssh/openssh-6.2p2/init | 14 +-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/init
b/meta/recipes-connectivity/
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-extended/sysklogd/files/sysklogd | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/sysklogd/files/sysklogd
b/meta/recipes-extended/sysklogd/files/sy
From: Jackie Huang
v2 comments:
remove stuff that doesn't related to "status" command
--
The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846:
genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700)
are available in the git repository at:
git://git.po
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
.../nfs-utils/nfs-utils/nfsserver |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
b/meta/recipes-connectivity/nfs
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-extended/at/files/S99at | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/at/files/S99at
b/meta/recipes-extended/at/files/S99at
index 386f8a4..d2ba3
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-core/sysvinit/sysvinit/bootlogd.init |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
b/meta/recipes-core/sysvinit/sysvinit/
From: Jackie Huang
Signed-off-by: Li Wang
Signed-off-by: Jackie Huang
---
meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init
b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.
1 - 100 of 396 matches
Mail list logo