Re: [yocto] [RFC] [auh] [PATCH] upgrade-helper.conf: add a template for easy deployment

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 07:43 AM, Chang Rebecca Swee Fun wrote: Settings mentioned in the README have been ported over and now users are able to copy and start modifying for personal use cases. This file will served as a reference to minimize errors when users trying to create a new conf file by following

Re: [yocto] [auh] [PATCH] RADME: fix typo on one of the settings

2018-02-08 Thread Chang, Rebecca Swee Fun
Oops, please proceed to make the changes, on both README and commit message. Thanks, Rebecca > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: Friday, February 9, 2018 3:15 PM > To:

Re: [yocto] dnf error

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 02:25 AM, Russell Peterson wrote: The package I was adding had python scripts in it. The make process for the package used the python distutils.core setup function. I didn’t write the code… I’m just creating a recipe for it. This in turn copies the scripts to various locations

Re: [yocto] [auh] [PATCH] RADME: fix typo on one of the settings

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 07:26 AM, Chang Rebecca Swee Fun wrote: README | 2 +- There is a typo in the commit message however :) Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [RFC] [auh] [PATCH] upgrade-helper.conf: add a template for easy deployment

2018-02-08 Thread Chang Rebecca Swee Fun
Settings mentioned in the README have been ported over and now users are able to copy and start modifying for personal use cases. This file will served as a reference to minimize errors when users trying to create a new conf file by following the README. Signed-off-by: Chang Rebecca Swee Fun

[yocto] [auh] [PATCH] RADME: fix typo on one of the settings

2018-02-08 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 84e140f..4a8181f 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ file: --- snip ---

Re: [yocto] dnf error

2018-02-08 Thread Russell Peterson
Thanks, Alex. That was indeed the problem. For those searching for answers to similar issues I will add what my particular issue was. The package I was adding had python scripts in it. The make process for the package used the python distutils.core setup function. I didn’t write the code…

Re: [yocto] Creating a python recipe with devtool

2018-02-08 Thread Alan Martinovic
This particular one didn't provide a tarball. Can't really say if it's an exception or tendency with the whl starting to take over. On Thu, Feb 8, 2018 at 3:04 PM, Giordon Stark wrote: > This also works with the tarball URLs from pypi which is a bit easier to > manage

Re: [yocto] Creating a python recipe with devtool

2018-02-08 Thread Giordon Stark
This also works with the tarball URLs from pypi which is a bit easier to manage (version-wise). Giordon On Wed, Feb 7, 2018 at 7:10 AM Alan Martinovic wrote: > Thanks, that worked! > > Steps: > > # On the build server > devtool create-workspace > devtool add

Re: [yocto] mono build issue

2018-02-08 Thread Máté Tüske
Hi, thank you for the help. Here are some information about the configuration Build Configuration: BB_VERSION = "1.36.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "raspberrypi" DISTRO

[yocto] Here is my BSP for the adzs-sc589-ezlite eval board.

2018-02-08 Thread Peter Spierenburg
Greetings all, I've created a board support package for the adzs-sc589-ezlite evaluation board from Analog Devices. I would be very interested in hearing about how it can be improved. Take a look at it here: https://github.com/spierepf/meta-adzs-sc589-ezlite

[yocto] [meta-security][rocko][master][PATCH] trousers: fix to ship leftover files into packages

2018-02-08 Thread Jagadeesh Krishnanjanappa
While building -trousers recipe, the below files are not shipped but has been installed. The patch packages them accordingly. -- snip -- WARNING: lib32-trousers-0.3.14+gitAUTOINC+4b9a70d578-r0 do_package: QA Issue: lib32-trousers: Files/directories were installed but not shipped in any package:

[yocto] [PATCH] trousers: fix to ship leftover files into packages

2018-02-08 Thread Jagadeesh Krishnanjanappa
While building -trousers recipe, the below files are not shipped but has been installed. The patch packages them accordingly. -- snip -- WARNING: lib32-trousers-0.3.14+gitAUTOINC+4b9a70d578-r0 do_package: QA Issue: lib32-trousers: Files/directories were installed but not shipped in any package:

[linux-yocto] [yocto-kernel-cache][PATCH 5/5] bsp/intel-common: enable HIGHMEM64G for 32 bit bsps

2018-02-08 Thread Anuj Mittal
Enable support for PAE and more than 4 GB of RAM. This config was getting included from within the platform specific BSPs that have been removed. Include it here to make sure there is no change in behavior for Intel BSPs. Signed-off-by: Anuj Mittal ---

[linux-yocto] [yocto-kernel-cache][PATCH 3/5] features: add config to support i2c-iSMT

2018-02-08 Thread Anuj Mittal
If enabled, support will be included for the Intel iSMT SMBus host controller interface. Signed-off-by: Anuj Mittal --- features/i2c/i2c-ismt.cfg | 2 ++ features/i2c/i2c-ismt.scc | 4 2 files changed, 6 insertions(+) create mode 100644 features/i2c/i2c-ismt.cfg

[linux-yocto] [yocto-kernel-cache][PATCH 2/5] features: add config to support intel TCO watchdog

2018-02-08 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- features/intel-tco/intel-tco.cfg | 1 + features/intel-tco/intel-tco.scc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 features/intel-tco/intel-tco.cfg create mode 100644 features/intel-tco/intel-tco.scc diff --git

Re: [yocto] mono build issue

2018-02-08 Thread Alex J Lennon
> On 7 Feb 2018, at 22:43, Máté Tüske wrote: > > Hi, > > I try to build custom image with mono. Previously I did it successfully, but > now I ran into some issue and I cannot solve it. > ERROR: mono-5.4.1.6-r0 do_package_qa: QA Issue: >