[OE-core] [PATCH 1/1] base-passwd: install passwd and group atomically

2014-07-06 Thread Robert Yang
Fixed the race issue: util-macros.do_package failed: 'getpwnam(): name not found: root' The error happens when there is a half etc/passwd, fixed by: $ install usr/share/base-passwd/passwd.master etc/passwd.master $ mv etc/passwd.master etc/passwd The "mv" is atomic which will fix this problem. [

[OE-core] [PATCH 0/1] base-passwd: install passwd and group atomically

2014-07-06 Thread Robert Yang
The following changes since commit a5531a2b8983318b99c119a87b78a92cf84160b8: bitbake: fetch2/svn: Add transportuser parameter (2014-07-04 09:28:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/pw http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

[OE-core] [PATCH][meta-mingw 3/3] packagegroup-cross-canadian: reenable gdb on mingw32

2014-07-06 Thread Richard Tollerton
Signed-off-by: Richard Tollerton --- recipes-core/packagegroups/packagegroup-cross-canadian.bbappend | 5 - 1 file changed, 5 deletions(-) delete mode 100644 recipes-core/packagegroups/packagegroup-cross-canadian.bbappend diff --git a/recipes-core/packagegroups/packagegroup-cross-canadian.

[OE-core] [PATCH][meta-mingw 2/3] gdb-cross-canadian: remove ncurses and python deps from mingw32 builds

2014-07-06 Thread Richard Tollerton
Python has never appeared to build under mingw; those who have gotten gdb builds working under mingw have extracted the MSIs from python.org. In lieu of that approach, just disable python support for now. nativesdk-ncurses has several build problems, the least surmountable of which is that it does

[OE-core] [PATCH][meta-mingw 1/3] common-mingw: force ac_cv_func_mmap_fixed_mapped=no

2014-07-06 Thread Richard Tollerton
The expat mingw build breaks because ix86-common defines ac_cv_func_mmap_fixed_mapped=yes, causing the build to think that mmap(), mman.h actually exist. Fix this by always forcing the variable to "no", which configure would have concluded without such interference. Signed-off-by: Richard Tollerto

[OE-core] [PATCH][meta-mingw 0/3] Fix gdb-cross-canadian on mingw32

2014-07-06 Thread Richard Tollerton
A lot of people were made very happy when mingw toolchain support was resurrected last year. Unfortunately, all of those came back this year crying "where's my Eclipse debugging support!?!" :F Fortunately, it sms like getting a working gdb-cross-canadian isn't too much of a hassle, as long as

[OE-core] [PATCH 1/2] init-install-efi.sh: Verify /sys based files exist before displaying them

2014-07-06 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 11 --- 1 file changed, 8 inse

[OE-core] [PATCH 2/2] init-install.sh: Verify /sys based files exist before displaying them

2014-07-06 Thread Drew Moseley
Some mmc cards do not have all the data files in /sys/block populated. Check for existence before displaying the files to avoid erroring out of the install process. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 11 --- 1 file changed, 8 insertio