|
Re: Yocto host not found
Remote troubleshooting has stalled. I'm headed to the data center to continue. No ETA yet.--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer
Remote troubleshooting has stalled. I'm headed to the data center to continue. No ETA yet.--
Michael Halstead
Linux Foundation / Yocto Project
Systems Operations Engineer
|
By
Michael Halstead
·
#50196
·
|
|
Re: cannot bring global environment var into a recipe
I think what you need to do is add the environment variable to BB_ENV_WHITELIST or
I think what you need to do is add the environment variable to BB_ENV_WHITELIST or
|
By
codusnocturnus
·
#50195
·
|
|
cannot bring global environment var into a recipe
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
$
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
$
|
By
Rob Prowel
·
#50194
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for August 4 2020
Yocto Technical Team Minutes, Engineering Sync, for August 4 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for August 4 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#50193
·
|
|
Re: Yocto host not found
Is there any ETA on this?
Regards,
Ripu
Is there any ETA on this?
Regards,
Ripu
|
By
FLoraVLogs <eripflo@...>
·
#50192
·
|
|
Re: Yocto host not found
https://twitter.com/TheYoctoJester/status/1290569609100308480
Am Di., 4. Aug. 2020 um 15:17 Uhr schrieb FLoraVLogs <eripflo@...>:
https://twitter.com/TheYoctoJester/status/1290569609100308480
Am Di., 4. Aug. 2020 um 15:17 Uhr schrieb FLoraVLogs <eripflo@...>:
|
By
Josef Holzmayr
·
#50191
·
|
|
Re: do_package() failing due to "no attribute"
Hi Itai,
SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux"
--sysroot=${STAGING_DIR_TARGET} \
Hi Itai,
SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux"
--sysroot=${STAGING_DIR_TARGET} \
|
By
Quentin Schulz
·
#50190
·
|
|
do_package() failing due to "no attribute"
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:
the recipe:
I'm using yocto-2.2.4.
Any
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:
the recipe:
I'm using yocto-2.2.4.
Any
|
By
Itai Kleiman
·
#50189
·
|
|
Yocto Project Status WW31'20
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
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
|
By
Stephen Jolley
·
#50188
·
|
|
Re: Yocto host not found
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
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
|
By
FLoraVLogs <eripflo@...>
·
#50187
·
|
|
Re: Yocto host not found
Hi,
It seems like Yocto is down again.
http://downloads.yoctoproject.org/
Could you please help solve this?
Regards,
Ripu
Hi,
It seems like Yocto is down again.
http://downloads.yoctoproject.org/
Could you please help solve this?
Regards,
Ripu
|
By
FLoraVLogs <eripflo@...>
·
#50186
·
|
|
Re: Cannot fetch sources, downloads.yoctoproject.org is down
Hi Lluis,
It's known:
https://twitter.com/yoctoproject/status/1290570140468285441?s=20
Thanks for the report anyway :)
Quentin
Hi Lluis,
It's known:
https://twitter.com/yoctoproject/status/1290570140468285441?s=20
Thanks for the report anyway :)
Quentin
|
By
Quentin Schulz
·
#50185
·
|
|
Cannot fetch sources, downloads.yoctoproject.org is down
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
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
|
By
Lluis Campos
·
#50184
·
|
|
Re: How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
Hi Sheng Leong,
Start from a core-image-minimal and add packages manually. Only the
packages that are specified to be installed explicitly in your image
recipe and the packages specified in RDEPENDS
Hi Sheng Leong,
Start from a core-image-minimal and add packages manually. Only the
packages that are specified to be installed explicitly in your image
recipe and the packages specified in RDEPENDS
|
By
Quentin Schulz
·
#50183
·
|
|
How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
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
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
|
By
Soi, Sheng Leong
·
#50182
·
|
|
Re: [meta-java] icedtea7-native fails to build with error: cc1plus: all warnings being treated as errors
My builds normally use ipk, but I tried rpm on one and did not see this
error when building icedtea7-native. Sorry!
Thanks,
Robert
My builds normally use ipk, but I tried rpm on one and did not see this
error when building icedtea7-native. Sorry!
Thanks,
Robert
|
By
Robert Joslyn
·
#50181
·
|
|
M+ & H bugs with Milestone Movements WW31
All,
YP M+ or high bugs which moved to a new milestone in WW31 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13411
ptest-perl.bbclass run-ptest is too
All,
YP M+ or high bugs which moved to a new milestone in WW31 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13411
ptest-perl.bbclass run-ptest is too
|
By
Stephen Jolley
·
#50180
·
|
|
Enhancements/Bugs closed WW31!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
akuster808@...
1
sakib.sajal@...
1
richard.purdie@...
1
timothy.t.orling@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
akuster808@...
1
sakib.sajal@...
1
richard.purdie@...
1
timothy.t.orling@...
1
Grand
|
By
Stephen Jolley
·
#50179
·
|
|
Current high bug count owners for Yocto Project 3.2
All,
Below is the list as of top 31 bug owners as of the end of WW31 of who have open medium or higher bugs and enhancements against YP 3.2. There are 62 possible work days left until the final
All,
Below is the list as of top 31 bug owners as of the end of WW31 of who have open medium or higher bugs and enhancements against YP 3.2. There are 62 possible work days left until the final
|
By
Stephen Jolley
·
#50178
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. 8/4)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. 8/4)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#50177
·
|