Re: [yocto] How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip

2020-08-04 Thread Quentin Schulz
Hi Sheng Leong, On Tue, Aug 04, 2020 at 12:18:26AM -0700, Soi, Sheng Leong wrote: > Hi, > > Does anyone here know how to disable specific default recipe (e.g. CUPS and > HPLIP) to be included in Yocto image? > Start from a core-image-minimal and add packages manually. Only the packages that

[yocto] How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip

2020-08-04 Thread Soi, Sheng Leong
Hi, Does anyone here know how to disable specific default recipe (e.g. CUPS and HPLIP) to be included in Yocto image? Thanks Sheng Leong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50182): https://lists.yoctoproject.org/g/yocto/message/50182

[yocto] Cannot fetch sources, downloads.yoctoproject.org is down

2020-08-04 Thread Lluis Campos via lists.yoctoproject.org
Hello, Since two hours ago, I am not able to build anything due to downloads.yoctoproject.org being down. Do you have any more info on what is going on? I am getting the following error: --2020-08-04 07:55:45--  http://downloads.yoctoproject.org/releases/opkg/opkg-0.4.2.tar.gz Resolving

Re: [yocto] Cannot fetch sources, downloads.yoctoproject.org is down

2020-08-04 Thread Quentin Schulz
Hi Lluis, On Tue, Aug 04, 2020 at 02:32:05AM -0700, Lluis Campos via lists.yoctoproject.org wrote: > Hello, > > Since two hours ago, I am not able to build anything due to > downloads.yoctoproject.org being down. Do you have any more info on what is > going on? > It's known:

Re: [yocto] Yocto host not found

2020-08-04 Thread Rick Liu via lists.yoctoproject.org
Does http://downloads.yoctoproject.org/ have HA or hot-backup machine? Is there an instruction on how to create a http://downloads.yoctoproject.org/ local mirror and sync? Rick On Tue, Aug 4, 2020 at 11:16 AM FLoraVLogs wrote: > Ok, thanks for the update. Kindly keep me posted. > > On Tue.,

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-04 Thread Scott Branden via lists.yoctoproject.org
With downloads.yoctoproject.org down again this begs the question: Why does uninative tarball get fetched by default from the internet every time? Why is it in not cached like every other tarball that is downloaded by recipes? The default behaviour for the yocto project should be to have the

Re: [yocto] Yocto host not found

2020-08-04 Thread Michael Halstead
On Tue, Aug 4, 2020 at 2:10 PM Rick Liu wrote: > Does http://downloads.yoctoproject.org/ have HA or hot-backup machine? > No. Many important files are mirrored at http://mirrors.kernel.org/yocto/ though. > Is there an instruction on how to create a > http://downloads.yoctoproject.org/ local

Re: [yocto] Yocto host not found

2020-08-04 Thread Josef Holzmayr-Khosh Amoz
https://twitter.com/TheYoctoJester/status/1290569609100308480 Am Di., 4. Aug. 2020 um 15:17 Uhr schrieb FLoraVLogs : > > I am seeing the following error: > > Gateway Timeout > > Server error - server 198.145.29.63 is unreachable at this moment. > > Please retry the request or contact your

Re: [yocto] Yocto host not found

2020-08-04 Thread FLoraVLogs
Is there any ETA on this? Regards, Ripu On Tue, Aug 4, 2020 at 11:30 AM Josef Holzmayr-Khosh Amoz < jes...@theyoctojester.info> wrote: > https://twitter.com/TheYoctoJester/status/1290569609100308480 > > Am Di., 4. Aug. 2020 um 15:17 Uhr schrieb FLoraVLogs : > > > > I am seeing the following

Re: [yocto] Yocto host not found

2020-08-04 Thread Michael Halstead
Remote troubleshooting has stalled. I'm headed to the data center to continue. No ETA yet. On Tue, Aug 4, 2020 at 9:02 AM FLoraVLogs wrote: > Is there any ETA on this? > > Regards, > > Ripu > > On Tue, Aug 4, 2020 at 11:30 AM Josef Holzmayr-Khosh Amoz < > jes...@theyoctojester.info> wrote: > >>

Re: [yocto] cannot bring global environment var into a recipe

2020-08-04 Thread codusnocturnus via lists.yoctoproject.org
I think what you need to do is add the environment variable to BB_ENV_WHITELIST or BB_ENV_EXTRAWHITE: https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_WHITELIST Thanks, Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday,

Re: [yocto] Yocto host not found

2020-08-04 Thread FLoraVLogs
Ok, thanks for the update. Kindly keep me posted. On Tue., Aug. 4, 2020, 2:05 p.m. Michael Halstead, < mhalst...@linuxfoundation.org> wrote: > Remote troubleshooting has stalled. I'm headed to the data center to > continue. No ETA yet. > > On Tue, Aug 4, 2020 at 9:02 AM FLoraVLogs wrote: > >>

[yocto] Yocto build failure -- supposedly due to opkg-4.2 download

2020-08-04 Thread Alex G.
Hi, I'm trying to get started with yocto builds. My builds keep failing trying to build the qemu-x86 image. Here's what I did: 1. I got poky from git://git.yoctoproject.org/poky.git -b dunfell 2. $ source path/to/poky/oe-init-build-env 3. $ time bitbake core-image-minimal I keep getting the

Re: [yocto] do_package() failing due to "no attribute"

2020-08-04 Thread Quentin Schulz
Hi Itai, On Tue, Aug 04, 2020 at 03:11:55PM +, Itai Kleiman via lists.yoctoproject.org wrote: > export SDKTARGETSYSROOT = > "${TMPDIR}/sysroots/x86_64-linux/usr/bin/mips64-poky-linux/" > SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux" > do_configure() { > cd ${S} >

Re: [yocto] Yocto build failure -- supposedly due to opkg-4.2 download

2020-08-04 Thread akuster
On 8/4/20 12:00 PM, Alex G. wrote: > Hi, > > I'm trying to get started with yocto builds. My builds keep failing > trying to build the qemu-x86 image. If I am not mistaken, many of the servers are down including downloads.yoctoproject.org. -armin > > Here's what I did: > > 1. I got poky from

[yocto] Yocto Technical Team Minutes, Engineering Sync, for August 4 2020

2020-08-04 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for August 4 2020 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

[yocto] cannot bring global environment var into a recipe

2020-08-04 Thread Rob Prowel
I don't want to get into a discussion about why it is a good or bad idea, but I need to use a global shell variable as follows: using "sumo"...that's all I can use. $ export PM1_DEVEL_IMAGE=1 or $ PM1_DEVEL_IMAGE=1 bitbake my-image and reference that global var in a kernel bbappend such

Re: [yocto] cannot bring global environment var into a recipe

2020-08-04 Thread Rob Prowel
On 2020-08-04 13:11, codusnocturnus via lists.yoctoproject.org wrote: I think what you need to do is add the environment variable to BB_ENV_WHITELIST or BB_ENV_EXTRAWHITE: https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_WHITELIST Thanks,

[yocto] Yocto Project Status WW31'20

2020-08-04 Thread Stephen Jolley
Current Dev Position: YP 3.2 M3 Next Deadline: YP 3.2 M3 build date 2020/8/31 Next Team Meetings: * Bug Triage meeting Thursday Aug. 6th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Aug. 4th at 8am PDT (

[yocto] do_package() failing due to "no attribute"

2020-08-04 Thread Itai Kleiman via lists.yoctoproject.org
Hi, I wrote a recipe (.bb file) for xerces-c 2.8 version. I run the command 'bitbake xerces-c -vvv' in order to build the package and I get the following error: ERROR: xerces-c-2.8.0-r2 do_package: Error executing a python function in exec_python_func() autogenerated: The stack trace of python

Re: [yocto] Yocto host not found

2020-08-04 Thread FLoraVLogs
I am seeing the following error: Gateway Timeout Server error - server 198.145.29.63 is unreachable at this moment. Please retry the request or contact your administrator. Kindly help. Regards, Ripu On Tue, Aug 4, 2020 at 9:14 AM FLoraVLogs wrote: > Hi, > > It seems like Yocto is down

Re: [yocto] Yocto host not found

2020-08-04 Thread FLoraVLogs
Hi, It seems like Yocto is down again. http://downloads.yoctoproject.org/ Could you please help solve this? Regards, Ripu On Thu, Jan 9, 2020 at 4:50 PM FLoraVLogs wrote: > It is working now. > > Thank you > > Regards, > > Ripu > > On Thu., Jan. 9, 2020, 4:44 p.m. Michael Halstead, < >

[linux-yocto][v5.4/standard/nxp-s32g2xx][PATCH 2/2] Revert "Makefile: support make scripts prepare inside SDK"

2020-08-04 Thread Xulin Sun
This reverts commit 2581dad19ba796716046e0c2194fea831bdc9e58. Since this commit will be dynamically installed to avoid conflicts. Signed-off-by: Xulin Sun --- Makefile | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile b/Makefile index

[linux-yocto][v5.4/standard/nxp-s32g2xx][PATCH 1/2] Revert "Add support for build under SDK"

2020-08-04 Thread Xulin Sun
This reverts commit 164cf7b459d11806331abc5fee896cc19bf1f252. Since this commit will be dynamically installed to avoid conflicts. Signed-off-by: Xulin Sun --- scripts/Makefile | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index

Re: [linux-yocto][linux-yocto v5.4/standard/xlnx-soc][PATCH] net: macb: drop wol modifications from upstream

2020-08-04 Thread quanyang.wang
Hi Bruce, On 8/4/20 9:50 PM, Bruce Ashfield wrote: I've taken care of this as part of merging paulg's latest 5.2 -stable updates. This keeps coming back .. and I've made a note to look out for it on future merges. It seems that this patch still hasn't been merged to linux-yocto

Re: [linux-yocto][linux-yocto v5.4/standard/xlnx-soc][PATCH] net: macb: drop wol modifications from upstream

2020-08-04 Thread Bruce Ashfield
It appears I didn't push the change. It is there now. Bruce On Tue, Aug 4, 2020 at 9:59 PM Quanyang Wang wrote: > Hi Bruce, > On 8/4/20 9:50 PM, Bruce Ashfield wrote: > > I've taken care of this as part of merging paulg's latest 5.2 -stable > updates. > > This keeps coming back .. and I've

[linux-yocto][kernel-cache][yocto-5.4][PATCH v2] mipi-config-ultra96.scc: Add config fragment to support mipi pipeline on Ultra96-zynqmp

2020-08-04 Thread Chandana kalluri
Add config fragment to support mipi camera capture pipeline on Ultra96-zynqmp. Signed-off-by: Sai Hari Chandana Kalluri --- Changelog v2: Remove "not set" configs from cfg --- bsp/xilinx/ultra96-zynqmp/mipi-config-ultra96.cfg | 14 ++

Re: [linux-yocto][linux-yocto v5.4/standard/xlnx-soc][PATCH] net: macb: drop wol modifications from upstream

2020-08-04 Thread Bruce Ashfield
I've taken care of this as part of merging paulg's latest 5.2 -stable updates. This keeps coming back .. and I've made a note to look out for it on future merges. Bruce On Sun, Aug 2, 2020 at 11:36 PM wrote: > From: Quanyang Wang > > The kernel applies the mainline commit ced4799d0637 ("net: