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

2017-08-27 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
  --    ---  
--
python3-native3.5.3   3.6.2 Alejandro Hernandez
python3   3.5.3   3.6.2 Alejandro Hernandez
gtk-doc   1.251.26  Alexander Kanavin
boost 1.64.0  1.65.0Alexander Kanavin
ca-certificates   2016113020170717  Alexander Kanavin
bjam-native   1.64.0  1.65.0Alexander Kanavin
libnl 3.2.29  3.3.0 Alexander Kanavin
psmisc22.21   23.1  Alexander Kanavin
oprofile  1.1.0   1.2.0 Alexander Kanavin
mkelfimage4.0+gitX4.6+gitAUTOINC+db...  Alexander Kanavin
mkelfimage has been removed...
perl  5.24.1  5.26.0Aníbal Limón
qemu  2.10.0-rc2  3 Aníbal Limón
apt   1.2.12  1.4.7 Aníbal Limón
libxml-namespaces...  1.121.12.9Aníbal Limón
apt-native1.2.12  1.4.7 Aníbal Limón
dpkg  1.18.10 1.18.24   Aníbal Limón
perl-native   5.24.1  5.26.0Aníbal Limón
bind  9.10.5-P3   9.11.2Armin Kuster
curl  7.54.1  7.55.1Armin Kuster
busybox   1.24.1  1.27.2Armin Kuster
libpcre2  10.23   10.30 Armin Kuster
gnutls3.5.13  3.6.0 Armin Kuster
kexec-tools   2.0.14  2.0.15Armin Kuster
libxkbcommon  0.7.1   0.7.2 Armin Kuster
linux-libc-headers4.104.12.8Bruce Ashfield
libunwind 1.2 1.2.1 Bruce Ashfield
connman   1.341.35  Changhyeok Bae
iproute2  4.11.0  4.12.0Changhyeok Bae
dbus-test 1.10.20 1.10.22   Chen Qi
dbus  1.10.20 1.10.22   Chen Qi
util-linux2.302.30.1Chen Qi
sed   4.2.2   4.4   Chen Qi
sysstat   11.5.7  11.6.0Chen Qi
systemd-bootchart 231+gitX232+gitAUTOINC+79...  Chen Qi
flex  2.6.0   2.6.4 Chen Qi
build-appliance-i...  15.0.0  17.0.1Cristian Iorga
avahi-ui  0.6.32  0.7   Dengke Du
avahi 0.6.32  0.7   Dengke Du
expat 2.2.3   2.2.4 Dengke Du
chkconfig 1.3.58  1.8   Dengke Du
Version 1.5 requires selinux
json-glib 1.2.8   1.3.2 Dengke Du
wayland   1.13.0  1.14.0Denys Dmytriyenko
weston2.0.0   3.0.0 Denys Dmytriyenko
lzop  1.031.04  Denys Dmytriyenko
lz4   1.7.4   131   Denys Dmytriyenko
acpica2017030320170728  Fathi Boudra
man-pages 4.114.12  Hongxu Jia
gnupg 2.1.20  2.1.23Hongxu Jia
bc1.061.07.1Jose Lamego
pango 1.40.6  1.40.11   Jussi Kukkonen
assimp4.0.0   4.0.1 Jussi Kukkonen
gtk-icon-utils-na...  3.22.17 3.22.19   Jussi Kukkonen
gsettings-desktop...  3.22.0  3.24.0Jussi Kukkonen
libsoup-2.4   2.58.1  2.58.2Jussi Kukkonen
vulkan1.0.51.01.0.57.0  Jussi Kukkonen
xdg-utils 1.1.1   1.1.2 Jussi Kukkonen
gdk-pixbuf2.36.8  2.36.9Jussi Kukkonen
gtk+3 3.22.17 3.22.19   Jussi Kukkonen
hicolor-icon-theme0.150.16  Jussi Kukkonen
clutter-gtk-1.0   1.8.2   1.8.4 Jussi Kukkonen
glew  2.0.0   2.1.0 Jussi Kukkonen
ninja  

[linux-yocto] [Resend v4.12 PATCH 2/2] fs: yaffs2: includes the missing header file

2017-08-27 Thread Kevin Hao
To fix the following build error:
  fs/yaffs2/yaffs_vfs.c: In function 'yaffs_mknod':
  fs/yaffs2/yaffs_vfs.c:1252:2: error: implicit declaration of function 
'current_fsuid' [-Werror=implicit-function-declaration]
uid_t uid = YCRED_FSUID();
^

Signed-off-by: Kevin Hao 
---
 fs/yaffs2/yaffs_vfs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/yaffs2/yaffs_vfs.c b/fs/yaffs2/yaffs_vfs.c
index 8b2019fe3c2c..c7be4cddd1de 100644
--- a/fs/yaffs2/yaffs_vfs.c
+++ b/fs/yaffs2/yaffs_vfs.c
@@ -167,6 +167,7 @@ static uint32_t YCALCBLOCKS(uint64_t partition_size, 
uint32_t block_size)
 
 #include 
 #include 
+#include 
 
 #include "yportenv.h"
 #include "yaffs_trace.h"
-- 
2.9.3

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


Re: [yocto] Custom FIT image: circular dependencies issue

2017-08-27 Thread Belisko Marek
Hi Yegor,

On Mon, Aug 7, 2017 at 9:00 AM, Yegor Yefremov
 wrote:
> I've switched to Yocto's master branch from Krogoth and get now
> circular dependencies for my kernel recipe:
>
> ERROR: 502 unbuildable tasks were
> found.#
>
>   | ETA:  0:00:08
> These are usually caused by circular dependencies and any circular
> dependency chains found will be printed below. Increase the debug
> level to see a list of unbuildable tasks.
>
> Identifying dependency loops (this may take a short while)...
>
> ERROR:
> Dependency loop #1 found:
>   Task 
> /home/user/MyProjects/oss/yocto/poky/meta-baltos/recipes-kernel/linux/linux-yocto-custom.bb:do_create_fitimage
> (dependent Tasks ['linux-yocto-custom.bb:do_deploy'])
>   Task 
> /home/user/MyProjects/oss/yocto/poky/meta-baltos/recipes-kernel/linux/linux-yocto-custom.bb:do_packagedata
> (dependent Tasks ['linux-yocto-custom.bb:do_package',
> 'linux-yocto-custom.bb:do_create_fitimage'])
>   Task 
> /home/user/MyProjects/oss/yocto/poky/meta-baltos/recipes-kernel/linux/linux-yocto-custom.bb:do_deploy
> (dependent Tasks ['linux-yocto-custom.bb:do_bundle_initramfs',
> 'depmodwrapper-cross_1.0.bb:do_populate_sysroot',
> 'linux-yocto-custom.bb:do_populate_sysroot',
> 'linux-yocto-custom.bb:do_packagedata'])

This is my just rough explanation why you see this error. As you have
defined task do_create_fitimage before do_packagedata after do_deploy
new circular dependency check added in commit 7821f225 is creating
error showed above. When changing to following everything seems to
works fine:
-addtask create_fitimage before do_packagedata after do_deploy
+
+addtask create_fitimage before do_install after do_compile

As you simply copy its file + create dtb you can create
do_deploy_append method and create those steps there and you don't
need separate task. Hope this helps.
>
>
> ERROR: Command execution failed: 1
>
> My kernel recipe:
>
> inherit kernel
> require recipes-kernel/linux/linux-yocto.inc
>
> python __anonymous () {
> depends = d.getVar("DEPENDS", True)
> depends = "%s u-boot-mkimage-native dtc-native" % depends
> d.setVar("DEPENDS", depends)
> }
>
> do_create_fitimage() {
> cp ${THISDIR}/linux-yocto-custom/kernel-fit.its ${DEPLOY_DIR_IMAGE}
> uboot-mkimage -f ${DEPLOY_DIR_IMAGE}/kernel-fit.its
> ${DEPLOY_DIR_IMAGE}/kernel-fit.itb
> }
>
> addtask create_fitimage before do_packagedata after do_deploy
>
> KBRANCH = "linux-3.18.y"
> KCONFIG_MODE = "--alldefconfig"
>
> SRC_URI = 
> "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;bareclone=1;branch=${KBRANCH}"
> SRC_URI += "file://defconfig"
> SRC_URI += "file://baltos.scc \
>"
>
> LINUX_VERSION ?= "3.18"
> LINUX_VERSION_EXTENSION ?= ""
>
> SRCREV="v3.18.32"
>
> PV = "${LINUX_VERSION}+git${SRCPV}"
>
> COMPATIBLE_MACHINE_baltos = "baltos"
>
> Any idea?
>
> Regards,
> Yegor
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto