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.
[
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/?
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.
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
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
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
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
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