[OE-core] [PATCHv2] Use BRANCH to control git branch

2015-08-20 Thread Yen-Chin Lee
Signed-off-by: Yen-Chin Lee coldnew...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 14a577f..32076cc 100644 --- a/meta/recipes

[OE-core] [PATCH] uclibc: Add SRCBRANCH for use by SRC_URI

2015-08-20 Thread Yen-Chin Lee
Add SRCBRANCH to control git branch. Signed-off-by: Yen-Chin Lee coldnew...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index

[OE-core] [PATCH] perl: Undefine finitel for uclibc

2015-08-18 Thread Yen-Chin Lee
finitel is not implemented in uclibc and since its not posix, it wont be implemented in future too. Fixes perl 5.22 build error perl/5.22.0-r0/perl-5.22.0/sv.c:12135: undefined reference to `finitel' | collect2: error: ld returned 1 exit status Signed-off-by: Yen-Chin Lee coldnew...@gmail.com

[OE-core] [oe][dizzy][PATCH] kernel.bbclass: prevent rename not exist dirs

2014-12-29 Thread Yen-Chin Lee
During kernel_do_install it will use mv command to make some dirs be hidden dirs then rename back, but kernel version below 2.6.30 doesn't has tools dir. Check if dir exist or not to make kernel_do_install not failed for kernel 2.6.30. Signed-off-by: Yen-Chin Lee coldnew...@gmail.com --- meta