Re: [yocto] Issues building Extensible SDK

2018-01-10 Thread Robert Yang
Hi Martin, Try: $ bitbake -e | grep '^INHERIT=.*uninative' If there is nothing, then add the following line to conf/local.conf: INHERIT += "uninative" // Robert On 01/10/2018 03:46 PM, Martin Siegumfeldt wrote: Hi, We have a custom piece of (Zynq based) HW that we render a custom distro

Re: [yocto] Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build?

2018-01-10 Thread Robert Yang
Hi Nguyễn, I don't quite understand what did you mean, did you mean where are the recipes ? (bb files) ? For kernel, you can get if by: $ bitbake -e virtual/kernel | grep '^FILE=' And for image: $ bitbake -e core-image-minimal | grep '^FILE=' Please check yocto's doc for more info:

Re: [yocto] Fwd: How to make the os-release package work with local walltime instead of GMT?

2018-01-10 Thread Robert Yang
Hi Davis, You can try to add this to conf/local.conf or redefine it in os-release.bb: BUILD_ID = "${@time.strftime('%Y-%m-%d %H:%M:%S',time.localtime())}" // Robert On 01/11/2018 12:55 PM, Davis Roman wrote: Hello, I'm trying to fullfill a requirement which states that I must have a file in

Re: [linux-yocto] [yocto-4.12][PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function

2018-01-10 Thread qwang2
On 2018年01月10日 23:37, Bruce Ashfield wrote: On 2018-01-10 10:26 AM, Bruce Ashfield wrote: On 2018-01-10 12:44 AM, qwang2 wrote: On 2018年01月10日 11:11, Bruce Ashfield wrote: On 2018-01-09 9:07 PM, qwang2 wrote: Hi Bruce, This commit is based on the patches at

[yocto] Fwd: How to make the os-release package work with local walltime instead of GMT?

2018-01-10 Thread Davis Roman
Hello, I'm trying to fullfill a requirement which states that I must have a file in my root filesystem which has the timestamp of when the rootfs was generated for traceability purposes. I've included the os-release package into my image recipe. However, when I cat /etc/os-release, I notice

[yocto] [meta-oic] Question about Iotivity 1.3.0/1 and fixes status

2018-01-10 Thread Chanho Park
Hi Philippe, I found you already prepared iotivity 1.3.0, 1.3.1 recipes and fixes in your github tree[1]. I wonder why you don’t post them in the meta-oic. Do you have a plan to upstream them? Best Regards, Chanho Park [1]:

Re: [yocto] Change initscript level

2018-01-10 Thread Anuj Mittal
On 01/11/2018 03:49 AM, Bishop, Mark (STRT) wrote: > I am just trying to change modutils.sh to run from > /etc/rcS.d/S05modutils.sh to /etc/rcS.d/S15modutils.sh > >   > > I can’t figure this out.  I have modified the > yocto/source/arm/layers/core/meta/recipes-kernel/modutils-initscripts.bb > >

Re: [yocto] beta testing netbooting Yocto on Amazon, Google & Digital Ocean

2018-01-10 Thread Andrew Stuart
Hi William - thanks for the feedback - when you make a new thing it’s always really aprpeciated to get any comments. >>I looked at your documentation. You have a section "Is bootrino open source?” >>You don't really answer the question. You’re right - I’ll remove that - it’s a website so the

[yocto] Change initscript level

2018-01-10 Thread Bishop, Mark (STRT)
I am just trying to change modutils.sh to run from /etc/rcS.d/S05modutils.sh to /etc/rcS.d/S15modutils.sh I can't figure this out. I have modified the yocto/source/arm/layers/core/meta/recipes-kernel/modutils-initscripts.bb From: INITSCRIPT_PARAMS = "start 05 S ." To: INITSCRIPT_PARAMS =

[yocto] [PATCH][meta-mingw] machine-sdk: use gettext for libintl, not mingw-runtime

2018-01-10 Thread Ross Burton
The MinGW runtime doesn't provide libintl, so set gettext as the preferred provider for libintl. Signed-off-by: Ross Burton --- conf/machine-sdk/i686-mingw32.conf | 3 +-- conf/machine-sdk/x86_64-mingw32.conf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-)

[yocto] Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build?

2018-01-10 Thread Nguyễn Thanh Vũ
I'm currently trying to build a very small image for my imx freescale board by further reducing the size of core-image-minimal build to make it boot faster. However, I do not know where the recipes for building the zImage (and rootfs) locate inside the yocto directory (fsl-release-bsp) to start

Re: [linux-yocto] [yocto-4.12][PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function

2018-01-10 Thread Bruce Ashfield
On 2018-01-10 10:26 AM, Bruce Ashfield wrote: On 2018-01-10 12:44 AM, qwang2 wrote: On 2018年01月10日 11:11, Bruce Ashfield wrote: On 2018-01-09 9:07 PM, qwang2 wrote: Hi Bruce, This commit is based on the patches at https://www.mail-archive.com/linux-yocto@yoctoproject.org/msg06131.html.

Re: [linux-yocto] [yocto-4.12][PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function

2018-01-10 Thread Bruce Ashfield
On 2018-01-10 12:44 AM, qwang2 wrote: On 2018年01月10日 11:11, Bruce Ashfield wrote: On 2018-01-09 9:07 PM, qwang2 wrote: Hi Bruce, This commit is based on the patches at https://www.mail-archive.com/linux-yocto@yoctoproject.org/msg06131.html. It seems that those patches hasn't been merged,

Re: [yocto] beta testing netbooting Yocto on Amazon, Google & Digital Ocean

2018-01-10 Thread Mills, William
Andrew, Interesting project. I looked at your documentation. You have a section "Is bootrino open source?" You don't really answer the question. So your site is free to use casually and paid options for more serious users. That’s fine; it's your server. You also say there is an MIT licensed

Re: [yocto] rdepends = "python3-modules" in recipe does not install python3-modules in image

2018-01-10 Thread Alexander Kanavin
On 01/09/2018 08:45 PM, Matt Schepers wrote: For this recipe the base package is called users.rpm and I can see it in the RPM. Using 'bitbake users -e | grep PN' I was able to find that PN is also set to users, which seems correct. However the recipe does not install python3-modules even

Re: [yocto] [meta-swupd][PATCH 1/1] bundles.py: allow username/password encoded in URLs

2018-01-10 Thread Patrick Ohly
On Tue, 2018-01-09 at 19:28 +0100, Ingo Flaschberger wrote: > Dear Patrick, > > it works if you replace: > manager.add_password(None, parsed_url, parsed_url.username,  > parsed_url.password) > with: >   manager.add_password(None, new_url, parsed_url.username,  > parsed_url.password) I