[yocto] [PATCH 3/3] meta-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-

[yocto] [PATCH 2/3] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 11 +++ 1 file changed, 7

[yocto] [PATCH 0/3] yocto-bsp: update h/w reference versions

2016-09-20 Thread Bruce Ashfield
Hi all, As a follow on to the pull request to oe-core, this is an update for the hardware reference BSPs. I tweaked the commits from Kevin Hao to have slightly newer SRCREVs, but they are otherwise unchanged. With this we shouldn't have mismatches in the PV, and will be building and booting the

[yocto] [ptest-runner][PATCH v3] Added error coverage to support when launching child process fails.

2016-09-20 Thread Edwin Plauchu
From: Edwin Plauchu An error message is required when detecting one or more ptest are not launched. Signed-off-by: Edwin Plauchu --- utils.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

Re: [yocto] Cortex-M4 build support

2016-09-20 Thread Zhenhua Luo
Thank you so much for your suggestion, Trevor. Best Regards, Zhenhua > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Trevor Woerner > Sent: Friday, September 16, 2016 4:07 AM > To: Khem Raj > Cc:

[yocto] [PATCH 1/3] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 11 +++ 1 file changed, 7

[yocto] [ptest-runner][PATCH] Added error coverage to support when launching child process fails.

2016-09-20 Thread Edwin Plauchu
From: Edwin Plauchu [YOCTO #9752] Signed-off-by: Edwin Plauchu --- utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 6991af1..2ebfb04 100644 --- a/utils.c +++ b/utils.c @@

[yocto] fetch artifacts from Artifactory

2016-09-20 Thread Michael Hu
Hello, I am trying to retrieve artifacts from Jfrog Artifactory, I put the https url in the recipe: SRC_URI = "https://artifactory.xx.com/" and Yocto build returns the following error " WARNING: do_fetch: Failed to fetch URL https://artifactory.xx.com/xx ;user=;pswd=, attempting MIRRORS if

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-09-20 Thread Paul Eggleton
On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote: > seems layer list update is broken again e.g I am committing on > meta-qt5-extra regularly but last commit reported is one month ago. OK, finally we should be back up and running with updates. We're still fixing an issue to do with registering

Re: [yocto] Meta layer for pine64

2016-09-20 Thread Paul Eggleton
Hi Montez, On Fri, 16 Sep 2016 14:01:41 Mont3z Claros wrote: > I just finished a first beta version of a meta layer for SBC pine64. > You can find it in https://github.com/mont3z/meta-pine64 > > I'd appreciate if anyone has any comments on possible improvements. A > major problem I had was the

[yocto] [meta-cgl][PATCHv2 0/3] Added device manager multipath support for root file system

2016-09-20 Thread Adrian Dudau
This is implemented using an initramfs, built by core-image-cgl-initramfs image recipe. Multipath device configurations are done using kernel boot parameters. Original implementation was done by: Mats Liljegren Changes from v1: Split patch into 3 smaller patches Dropped

[yocto] [meta-cgl][PATCHv2 1/3] packagegroup-cgl-middleware: Add multipath-tools

2016-09-20 Thread Adrian Dudau
Remove the other multipath related packages which are not necessary. CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau --- meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

[yocto] [meta-cgl][PATCHv2 3/3] Add initrdscripts

2016-09-20 Thread Adrian Dudau
These scripts are used to load the rootfs onto multipath devices. Scripts originally developed by: Mats Liljegren CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau --- .../recipes-core/initrdscripts/files/init-boot.sh | 179

[yocto] [meta-selinux][PATCH 2/3] cleanup 'virtual/refpolicy' & switch to 'refpolicy'

2016-09-20 Thread Shrikant Bobade
From: Shrikant Bobade this change drop complete use of 'virtual/refpolicy' & switch to 'refpolicy' use, the mix use of both results in mismatching policy varient selection. with use of 'virtual/refpolicy' at config. level, when we try to switch to other policy

[yocto] [meta-selinux][PATCH 1/3] selinux-initsh.inc: selinux-init/autorelabel: add force reboot

2016-09-20 Thread Shrikant Bobade
From: Shrikant Bobade Add force reboot during SELinux init and autorelabel, required for smooth auto-reboot functionality with sysvinit as init manager. It is required only for sysvinit, so restricting only for sysvinit and not for systemd. Signed-off-by: Shrikant

[yocto] [meta-cgl][PATCHv2 2/3] Add an initramfs image

2016-09-20 Thread Adrian Dudau
This is needed to enable multipath support for the rootfs. The ext3 support is needed to load the image onto the disk. CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau --- meta-cgl-common/conf/distro/poky-cgl.conf | 1 +

[yocto] [meta-selinux][PATCH 3/3] refpolicy_2.20151208/git: restrict systemd related patches

2016-09-20 Thread Shrikant Bobade
From: Shrikant Bobade restrict systemd related patches based on distro feature. Signed-off-by: Shrikant Bobade --- recipes-security/refpolicy/refpolicy_2.20151208.inc | 2 +- recipes-security/refpolicy/refpolicy_git.inc| 2 +- 2

[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf| 2 +-

[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend

[linux-yocto] [kernel 6/6] MIPS: OCTEON: mangle-port: fix build failure with VDSO code

2016-09-20 Thread Kevin Hao
From: Aaro Koskinen Patch got from https://patchwork.linux-mips.org/patch/14039/ Commit 1685ddbe35cd ("MIPS: Octeon: Changes to support readq()/writeq() usage.") added bitwise shift operations that assume that unsigned long is always 64-bits. This broke the build of VDSO

[linux-yocto] [kernel 3/6] fs: yaffs2: replace ->follow_link() with -->get_link()

2016-09-20 Thread Kevin Hao
As what we done in commit 6b2553918d8b ("replace ->follow_link() with new method that could stay in RCU mode"). Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/fs/yaffs2/yaffs_vfs.c

[linux-yocto] [kernel 4/6] fs: yaffs2: kill ->put_link()

2016-09-20 Thread Kevin Hao
As What we have done in commit fceef393a538 ("switch ->get_link() to delayed_call, kill ->put_link()") Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fs/yaffs2/yaffs_vfs.c

[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 8 1 file changed, 8 deletions(-) diff --git

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: linux-4.1: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 4 1 file changed, 4 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 8 1 file changed, 8 deletions(-) diff --git

[linux-yocto] [kernel 1/6] fs: yaffs2: kill PAGE_CACHE_* and page_cache_{get, release} macros

2016-09-20 Thread Kevin Hao
As what we have done in commit 09cbfeaf1a5a ("mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros"). Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff

[linux-yocto] [kernel 2/6] fs: yaffs2: switch to the new prototype for ->set/getxattr()

2016-09-20 Thread Kevin Hao
Since commit 3767e255b390 ("switch ->setxattr() to passing dentry and inode separately") and commit ce23e6401334 ("->getxattr(): pass dentry and inode as separate arguments"), a new inode argument has been added for these two functions. Adjust these two functions to accommodate to this change.

[linux-yocto] [kernel 5/6] fs: yaffs2: fix the wrong check of return value of dir_emit()

2016-09-20 Thread Kevin Hao
Fix the following build warning: fs/yaffs2/yaffs_vfs.c:1788:34: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] this_inode, this_type) < 0) { Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 2 +- 1 file

[linux-yocto] bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Hi, This patch series fixes some build errors in linux-yocto 4.8 and bump to 4.8 for all the non-x86 BSPs. -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
On 2016-09-20 08:01 AM, Kevin Hao wrote: Boot test for all these boards. I've grabbed all the meta-yocto-bsp commits, and tweaked them for some additional changes I have queued. Bruce Signed-off-by: Kevin Hao ---

Re: [linux-yocto] bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
On 2016-09-20 07:54 AM, Kevin Hao wrote: Hi, This patch series fixes some build errors in linux-yocto 4.8 and bump to 4.8 for all the non-x86 BSPs. Thanks Kevin, I'm queuing these in my tree and will send them out with my 4.8-rc7 series. Bruce --