[yocto] [Recipe reporting system] Upgradable recipe name list

2018-03-11 Thread recipe-report
This mail was sent out by Recipe reporting system.

This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade at this time, they can fill
RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder
until newer upstream version was detected.

Example:
RECIPE_NO_UPDATE_REASON = "Version 2.0 is unstable"

You can check the detail information at:

http://recipes.yoctoproject.org/

Package   Version  Upstream version  Maintainer 
   NoUpgradeReason
  ---    
  --
vala  0.38.8   0.40.0Alexander Kanavin
dtc   1.4.51.4.6 Alexander Kanavin
lighttpd  1.4.48   1.4.49Alexander Kanavin
meson 0.44.1   0.45.0Alexander Kanavin
btrfs-tools   4.13.3   4.15.1Alexander Kanavin
epiphany  3.26.6   3.28.0.1  Alexander Kanavin
apt   1.2.24   1.4.8 Aníbal Limón
apt-native1.2.24   1.4.8 Aníbal Limón
dpkg  1.18.24  1.19.0.5  Aníbal Limón
xkeyboard-config  2.22 2.23.1Armin Kuster
mkfontscale   1.1.21.1.3 Armin Kuster
xeyes 1.1.11.1.2 Armin Kuster
xinit 1.3.41.4.0 Armin Kuster
xkbcomp   1.4.01.4.1 Armin Kuster
bind  9.10.6   9.12.0Armin Kuster
xprop 1.2.21.2.3 Armin Kuster
xset  1.2.31.2.4 Armin Kuster
xwininfo  1.1.31.1.4 Armin Kuster
xf86-video-vesa   2.3.42.4.0 Armin Kuster
busybox   1.27.2   1.28.1Armin Kuster
gnutls3.6.13.6.2 Armin Kuster
libxshmfence  1.2  1.3   Armin Kuster
nspr  4.18 4.19  Armin Kuster
calibrateproto0.0+gitX 0.0-new-commits-a...  Armin Kuster
nss   3.34.1   3.35  Armin Kuster
libpcre2  10.3010.31 Armin Kuster
xcb-proto 1.12 1.13  Armin Kuster
util-macros   1.19.1   1.19.2Armin Kuster
xserver-xorg  1.19.6   1.19.99.901   Armin Kuster
libxcb1.12 1.13  Armin Kuster
linux-libc-headers4.15.7   4.15.9Bruce Ashfield
kern-tools-native 0.2+gitX 0.2-new-commits-a...  Bruce Ashfield
kmscube   git  git-new-commits-a...  Carlos Rafael Giani
iproute2  4.14.1   4.15.0Changhyeok Bae
ethtool   4.13 4.15  Changhyeok Bae
base-passwd   3.5.29   3.5.44Chang Rebecca 
Swe...  Version 3.5.38 requires cde...
systemd-boot  234  238   Chen Qi
dbus  1.12.2   1.12.6Chen Qi
gawk  4.2.04.2.1 Chen Qi
systemd   234  238   Chen Qi
util-linux2.31 2.31.1Chen Qi
dbus-test 1.12.2   1.12.6Chen Qi
sed   4.2.24.4   Chen Qi
sysstat   11.7.1   11.7.2Chen Qi
flex  2.6.02.6.4 Chen Qi
dbus-glib 0.1080.110 Chen Qi
build-appliance-i...  15.0.0   18.0.1Cristian Iorga
weston3.0.03.0.91Denys Dmytriyenko
wayland   1.14.0   1.14.91   Denys Dmytriyenko
lz4   1.7.41.8.1.2   Denys Dmytriyenko
lzop  1.03 1.04  Denys Dmytriyenko
hdparm9.53 9.54  Denys Dmytriyenko
lzip  1.19 1.20  Denys Dmytriyenko
python3   3.5.43.6.4 Derek Straka
python-setuptools 38.5.1   38.5.2Derek Straka
python3-pycairo   1.15.6   1.16.3Derek Straka
python3-setuptools38.5.1   38.5.2Derek Straka
python3-native3.5.43.6.4   

Re: [linux-yocto] [4.12][PATCH 0/1] fix S4 hang when restore system

2018-03-11 Thread Bruce Ashfield

On 2018-03-09 3:34 AM, Liwei Song wrote:

Backport an upstream patch to fix S4 failed issue when restore system,
Test can passed on CoffeeLake and NUC board with this patch.



merged.

Bruce



Andy Lutomirski (1):
   x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3

  arch/x86/power/hibernate_64.c | 21 -
  1 file changed, 20 insertions(+), 1 deletion(-)



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[yocto] extending HOSTTOOLS

2018-03-11 Thread Oleg K Dzhimiev
Hello,

Poky 2.4.
I would like to add *ping* and *scp* to HOSTTOOLS from a class inherited by
a recipe. HOSTTOOLS is updated but the links will not appear in the
build/tmp/hosttools/
Is there any way to do this?

It's not fatal - as a workaround I added

> HOSTTOOLS+= "scp ping"

to my machine conf file.

More info:
There is a class file: elphel-scp.bbclass

which
adds a task *do_target_scp *after *do_install.*
target_scp is supposed to scp an archived image to the target hardware and
unpack it over ssh:
* ssh-copy-id is already done for a pwd-less access
* do_install is extended to make an archive of the image/ contents - it's
run as fakeroot so the rights are good
* Build Configuration:
BB_VERSION   = "1.37.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "arm-poky-linux-gnueabi"
MACHINE  = "elphel393"
DISTRO   = "poky"
DISTRO_VERSION   = "2.4+snapshot-20180309"
TUNE_FEATURES= "arm armv7a vfp neon cortexa9"

Thanks

Best regards,
Oleg Dzhimiev
Electronics Engineer
phone: +1 801 783  x124
Elphel, Inc.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Writing the image to a USB Key.

2018-03-11 Thread Maryem Ayadi
Dear Mr, Mrs,

I built a minimal image for up board 2 and I've tried to write the image to
a USB Key to boot the hardware later. The problem is with partitioning ! I
copied both image and mkefidisk.sh file in the same directory and run this
command:


* ./mkefidisk.sh  /dev/sdb core-image-minimal-intel-corei7-64.ext4
/dev/mmcblk0*


And I got this :
















*WARNING: This script is deprecated and will be removed soon.Please
consider using wic EFI images instead.Image detailsimage:
'core-image-minimal-intel-corei7-64.ext4' size: 13227008
bytes modified: 2018-03-09 12:12:19.306773676 +0100 type: Linux rev 1.0
ext4 filesystem data, UUID=c15962c7-cc72-4413-b478-96457cffeef6 (extents)
(large files) (huge files)Device details  device: /dev/sdb  vendor:
VendorCo   model: ProductCode size: 8053063680 bytes*










*Prepare EFI image on /dev/sdb [y/N]? yBoot partition size:   20 MB
(/dev/sdb1)ROOTFS partition size: 7631 MB (/dev/sdb2)Swap partition size:
402 MB (/dev/sdb3)Partitioning installation media (/dev/sdb)Formatting
partitionsFailed to format /dev/sdb1*



Any ideas ?

Best regards,
Maryem
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] bbappend file not used

2018-03-11 Thread Vincent Daanen
Dears,

I want to build an image using systemd and system-networkd as network manager 
and set static ip address to eth0.

To do so, I use a bbappend file to systemd.

The problem is that the systemd_%.bbappend file does not appear when calling 
bitbake-layers show-appends. I'm quite sure it is not processed because when a 
voluntary add a typo, it does not break the bitbake process.

What did I do wrong ??

Below is my "files architecture":
Yocto
 |-- Sources (Rocko 2.4.1)
  |-- myDir
|-- build
  |-- conf
Local.conf
|-- meta-myLayer
  |-- conf
  |-- recipes-core
|-- images
  my-image.bb
|-- systemd
  systemd_%.bbappend
  |-- system
eth.network

The target is a generic x86_64 board (AAEON GENE BT 05 with J1900 processor).
Host system is ubuntu 16.04 LTS



Thanks

Vince
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Documentation error report

2018-03-11 Thread Personal
Thanks—I’ll do that.

--
Daryl Lee
Sent from my iPhone

> On Mar 10, 2018, at 9:32 PM, Trevor Woerner  wrote:
> 
> Hi Daryl,
> 
> 
>> On Sat 2018-03-10 @ 07:10:02 PM, da...@daryllee.com wrote:
>> I'm not sure who to send this to, so maybe someone can redirect me...
> 
> Scott Rifenbark is responsible for all YP documentation:
> srifenbark AT gmail DOT com
> 
> Ideally, if you're comfortable with git, you could generate a patch and send
> it via email to this list (CCing Scott). You can find the YP sources here:
> 
>http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs
> 
>> I'm going through the Yocto Project Quick Start at 
>> https://www.yoctoproject.org/docs/2.4.1/yocto-project-qs/yocto-project-qs.html,
>> and I encountered a minor error that might be worth fixing.  There are two
>> consecutive commands given for cloning Poky and checking out the current
>> version:
>> 
>> $ git clone git://git.yoctoproject.org/poky
>> $ git checkout tags/yocto-2.4.1 -b poky_2.4.1
>> 
>> For myself, I had to insert a
>> 
>> $ cd poky
>> 
>> between them to succeed.
> 
> Specifically I think you're referring to:
> 
>
> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/tree/documentation/yocto-project-qs/qs.xml#n330
> 
> 
> I think the "-b " option (which also takes tags) could be used to
> combine the above into one step, thus obviating the need for the "cd ..." or
> the "checkout ..."
> 
>$ git clone -b yocto-2.4.1 git://git.yoctoproject.org/poky
> 
> But maybe it's simpler as multiple steps?
> 
>> And, as always, my sincere thanks to everyone who has ever contributed to
>> this endeavor; it's a big help to me.  I've been using it for several months
>> now via Xilinx's Petalinux wrapper and now I'm trying to get "under the
>> covers" to understand better what kind of magic is going on.
> 
> Welcome, and good luck!
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto