[yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

2017-11-22 Thread Paul Knopf
I have a recipe that depends on a deployed output from an image. -- SRC_URI += "file://${DEPLOY_DIR_IMAGE}/my-image-${MACHINE}.wic.update.tar.gz;subdir=update" do_fetch[depends] += "my-image:do_build" -

Re: [yocto] Forcing a single task to re-run each build, by default.

2017-11-22 Thread Martin Hundebøll
Hi Paul, On 2017-11-22 07:12, Paul Knopf wrote: I have a task that I would like to be forced to run for every build. NOTE: I am aware of the deploy.bbclass, but I want to not use sstate. Assume I am not using deploy.bbclass. So, let's say I have this. ---

Re: [yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

2017-11-22 Thread Martin Hundebøll
Hi Paul, On 2017-11-22 09:10, Paul Knopf wrote: I have a recipe that depends on a deployed output from an image. -- SRC_URI += "file://${DEPLOY_DIR_IMAGE}/my-image-${MACHINE}.wic.update.tar.gz;subdir=update" do_fetch[depends] += "my-imag

[yocto] [meta-oracle-java][PATCH] Fix warning in do_populate_sysroot: sstate found an absolute path symlink

2017-11-22 Thread Vincent Prince
Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc b/recipes-devtools/oracle-java/oracle-jse-jdk.inc index 6b3aabe..1ec172f 100644 --- a/reci

Re: [yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

2017-11-22 Thread Paul Knopf
This recipe is not an image recipe. It is a recipe that packages up our image for deployment/updates in the field. Your method assumes I am editing the image recipe. On Wed, Nov 22, 2017 at 4:01 AM, Martin Hundebøll wrote: > Hi Paul, > > On 2017-11-22 09:10, Paul Knopf wrote: > >> I have a recip

Re: [yocto] DEPENDS python-xml not working in pyro2.3

2017-11-22 Thread Khem Raj
Check the configure logs, or post the logs somewhere. You should be looking at the test which is done to assert presence of libxml2 and then see why its failing. btw. you might need to inherit pkgconfig if pkgconfig is used for conguring lib deps. On Tue, Nov 21, 2017 at 11:37 PM, Viraj Mistry wr

Re: [yocto] Contribute meta-installer to yocto

2017-11-22 Thread Khem Raj
On Tue, Nov 21, 2017 at 12:55 AM, Hongxu Jia wrote: > Hi all, > > Wind River has maintained meta-installer for several years, > and now we want to contribute it to yocto community. > > This layer provides an installation program based on > OE platform. The installation program is anaconda from > f

Re: [yocto] When are file checksums gathered from files, for tasks? During recipe parsing?

2017-11-22 Thread Khem Raj
On Wed, Nov 22, 2017 at 5:51 AM, Paul Knopf wrote: > This recipe is not an image recipe. It is a recipe that packages up our > image for deployment/updates in the field. Your method assumes I am editing > the image recipe. there are post/pre processing hooks for Extra operations on final image, i

Re: [yocto] DEPENDS python-xml not working in pyro2.3

2017-11-22 Thread Viraj Mistry
Hi KhemRaj, Thank you for update. Yes we have added libxml2 to DEPENDS but same error. But what we observe is when we inherit setuptools then it is showing this error “checking python module: libxml2... no”. But when we don’t inherit setuptools then it will take PC’s libxml2 package. However we

Re: [yocto] Generating Package/Image Developer Documentation

2017-11-22 Thread Koehler, Yannick
Thanks, I am using Yocto 1.9/2.0 and a quick grep doesn't seems to indicate support for this DISTRO_FEATURE. In my case, the package I care about all use CMake and have a similar structure /CMakeLists.txt # A dev doc target exists here /doc /CMakeLists.txt

Re: [yocto] Generating Package/Image Developer Documentation

2017-11-22 Thread Alexander Kanavin
On 11/22/2017 06:16 PM, Koehler, Yannick wrote: I am using Yocto 1.9/2.0 and a quick grep doesn't seems to indicate support for this DISTRO_FEATURE. This was added about a year ago and Yocto 1.9 is a lot older. If you want to submit your work upstream, you have to rebase it to the master br

Re: [yocto] Contribute meta-installer to yocto

2017-11-22 Thread Hongxu Jia
On 2017年11月22日 23:41, Khem Raj wrote: If yocto is interested in this layer and will accept it, I could send pull request or some one directly fetch from above github master branch. This is a very good work. Thanks for contributing it. We should definitely put it under meta-openembedded framewor

Re: [yocto] DEPENDS python-xml not working in pyro2.3

2017-11-22 Thread Viraj Mistry
Hi, Yes In my configure.in file there is condition which checks availability of libxml2 module as a Python Module i.e. it use AX_PYTHON_MODULE(libxml2,fatal). Now in other Modules I have not seen any kind checking of Python Libxml2 module. i.e they don’t use AX_PYTHON_MODULE(libxml2,fatal). As

[yocto] [meta-chip][PATCH] linux: remove usage of deprecated linux-dtb.inc

2017-11-22 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-chip_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-chip_git.bb b/recipes-kernel/linux/linux-chip_git.bb index 38df4ad..955d6e7 100644 --- a/recipes-kernel/linux/linux-chip_git.bb +++ b/recipes-ke