[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.2 now available.

2016-08-02 Thread Graydon, Tracy
The second milestone release for Yocto Project 2.2 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M2/ Thank you to everyone for your contributions. eclipse-poky/kepl

Re: [yocto] Yocto rootfs to support auto-login or remove the login prompt

2016-08-02 Thread Daniel.
I don't know if Yocto has something more standard but, you may edit /etc/inittab to spawn something other than getty. You can achieve this by ROOTFS_POSTPROCESS_COMMAND. Take at look at this ancient link: http://www.tldp.org/LDP/sag/html/config-init.html 2016-08-02 5:46 GMT-03:00 Zhenhua Luo : >

[yocto] 答复: libnetconf recipe configure error

2016-08-02 Thread Richard Zhang
On 2 August 2016 at 08:56, Richard Zhang mailto:richard.zh...@pica8.com>> wrote: checking for xml2-config... yes ERROR: /usr/bin/xml2-config should not be used, use an alternative such as pkg-config ERROR: /usr/bin/xml2-config should not be used, use an alternative such as pkg-config checking f

[yocto] [yocto-autobuilder][PATCH] UploadToasterEventlog.py: show better message when step is skipped

2016-08-02 Thread Bill Randle
When the UploadToasterEventlog is skipped it shows the unfriendly message "'echo 'Skipping ...' in the AB status box. Set the description field so it displays a better message. Signed-off-by: Bill Randle --- .../site-packages/autobuilder/buildsteps/UploadToasterEventlog.py| 1 + 1 file c

[yocto] [yocto-autobuilder][PATCH 2/2] CreateBBLayersConf.py: do not include meta-qt3 when oe-core version is >= 9

2016-08-02 Thread Bill Randle
Oe-core version 9 upgraded LSB to version 5, so the LSB builds no longer require qt3. [YOCTO #10020] Signed-off-by: Bill Randle --- .../site-packages/autobuilder/buildsteps/CreateBBLayersConf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/python2.7/site-p

[yocto] [yocto-autobuilder][PATCH 1/2] BuildImages.py: skip uclibc with core version >= 9

2016-08-02 Thread Bill Randle
Starting with oe-core version 9, we don't need to build uclibc anymore. [YOCTO #10020] Signed-off-by: Bill Randle --- lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuilder/bui

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 7, 2016 8:00 AM US Pacific Time

2016-08-02 Thread Jolley, Stephen K
Attendees: Saul, David Wolfe, Joshua, Belen, Ross, Mark, Bill   Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) . YP 2.2 M1 took longer to release          - Stabilize it         - Performance issues    - GCC, GTK, Python3         - Number of

[yocto] Yocto rootfs to support auto-login or remove the login prompt

2016-08-02 Thread Zhenhua Luo
Hi, I want to generate a rootfs image which can skip the Linux login prompt or auto-login Linux? Is it possible in Yocto? If yes, may I know how to implement it? Best Regards, Zhenhua -- ___ yocto mailing list yocto@yoctoproject.org https://lists.y

Re: [yocto] Yocto 1.8.1 - Insert USB VFAT thumb drive results in "Volume was not properly unmounted. Some data may be corrupt. Please run fsck"

2016-08-02 Thread Brian Hutchinson
On Mon, Aug 1, 2016 at 4:47 PM, Brian Hutchinson wrote: > I restored the original version of /etc/udev/scripts/mount.sh and now > that I've cleared the "dirty bit" with the newer version of fsck.fat > on my Ubuntu box ... inserting the USB drive works but it is mounted > in /run/media/sdb1. > > W

Re: [yocto] libnetconf recipe configure error

2016-08-02 Thread Burton, Ross
On 2 August 2016 at 08:56, Richard Zhang wrote: > checking for xml2-config... yes > > ERROR: /usr/bin/xml2-config should not be used, use an alternative such as > pkg-config > > ERROR: /usr/bin/xml2-config should not be used, use an alternative such as > pkg-config > > checking for xmlDOMWrapReco

[yocto] libnetconf recipe configure error

2016-08-02 Thread Richard Zhang
Hi all I write a libnetconf recipe BB file to handle this package. Like this: DESCRIPTION = "libnetconf is a NETCONF library." HOMEPAGE = "https://github.com/CESNET/libnetconf"; SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=22c218798908f95216326c4df42

[yocto] [PATCH][meta-selinux] refpolicy-targeted: remove duplicate type rules

2016-08-02 Thread wenzong.fan
From: Wenzong Fan Remove duplicate type rules from init_t to init_script_file_type, they have been included by systemd policies. This also fixes the errors while installing modules for refpolicy-targeted if systemd support is enabled: | Conflicting type rules | Binary policy creation failed at l