|
Re: Using site.conf
You don’t want to add a site.conf file in any Layer especially if you are tweaking a global distri config it would be a bad practice
You don’t want to add a site.conf file in any Layer especially if you are tweaking a global distri config it would be a bad practice
|
By
Khem Raj
·
#38587
·
|
|
[layerindex-web][patch v1 1/1] templates/layerindex/classes.html: Add bbclass search
Add another tab to search for classes.
Fixes [YOCTO #11207]
Signed-off by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/restviews.py | 10 ++++-
layerindex/urls.py
Add another tab to search for classes.
Fixes [YOCTO #11207]
Signed-off by: Amanda Brindle <amanda.r.brindle@...>
---
layerindex/restviews.py | 10 ++++-
layerindex/urls.py
|
By
Amanda Brindle
·
#38586
·
|
|
[layerindex-web][patch v1 0/1]
The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd:
querysethelper: fix searching (2017-10-31 09:58:30 +1300)
are available in the git repository at:
The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd:
querysethelper: fix searching (2017-10-31 09:58:30 +1300)
are available in the git repository at:
|
By
Amanda Brindle
·
#38585
·
|
|
Re: Using site.conf
Ok thanks! I think I mistakenly thought that I needed to have it be called site.conf.sample, and it will copy the sample into the .conf file in the build/conf area.
Ok thanks! I think I mistakenly thought that I needed to have it be called site.conf.sample, and it will copy the sample into the .conf file in the build/conf area.
|
By
Michael Habibi <mikehabibi@...>
·
#38584
·
|
|
Re: Can't run "-c devshell" - "Must be connected to a terminal"
Not sure what has changed. I attached another terminal to the existing container and it works fine.. Don't know what went wrong with the original one. Weird.
Thanks for paying attention to my thread
Not sure what has changed. I attached another terminal to the existing container and it works fine.. Don't know what went wrong with the original one. Weird.
Thanks for paying attention to my thread
|
By
Adam Lee <adam.yh.lee@...>
·
#38583
·
|
|
Re: Using site.conf
site.conf is loaded if it is present in a conf/ directory anywhere. I have a meta-ross which contains conf/site.conf, I add that layer to every build tree and bitbake will read the site.conf.
site.conf is loaded if it is present in a conf/ directory anywhere. I have a meta-ross which contains conf/site.conf, I add that layer to every build tree and bitbake will read the site.conf.
|
By
Burton, Ross <ross.burton@...>
·
#38582
·
|
|
Re: Using site.conf
http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#user-configuration
http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#user-configuration
|
By
Tim Orling
·
#38581
·
|
|
Re: Using site.conf
Is there an example of this somewhere? I haven't had any luck in documentation or example code to see how to make the site.conf be used.
Is there an example of this somewhere? I haven't had any luck in documentation or example code to see how to make the site.conf be used.
|
By
Michael Habibi <mikehabibi@...>
·
#38580
·
|
|
Re: Bitwise Operations in BBClass
Two options:
1) fix the bug
2) write the logic in a Python function
Two options:
1) fix the bug
2) write the logic in a Python function
|
By
Burton, Ross <ross.burton@...>
·
#38579
·
|
|
Re: Bitwise Operations in BBClass
Hi,
Any workarrounds for that problem ?
I tried with expr but it does not recognize bitwise operations like & ~
I'm really stucked ...
--
Ayoub Zaki
Embedded Systems Consultant
Vaihinger
Hi,
Any workarrounds for that problem ?
I tried with expr but it does not recognize bitwise operations like & ~
I'm really stucked ...
--
Ayoub Zaki
Embedded Systems Consultant
Vaihinger
|
By
Ayoub Zaki <ayoub.zaki@...>
·
#38578
·
|
|
Re: Bitwise Operations in BBClass
That would be https://bugzilla.yoctoproject.org/show_bug.cgi?id=11314, $(( isn't supported by our shell parser. Shouldn't be that difficult to fix in bitbake.
Ross
That would be https://bugzilla.yoctoproject.org/show_bug.cgi?id=11314, $(( isn't supported by our shell parser. Shouldn't be that difficult to fix in bitbake.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#38577
·
|
|
Bitwise Operations in BBClass
Hello,
I'm trying to get a bitwise operation working in a bitbake bblcass function but no luck so far :
my_function() {
SZ="`wc -c < ${1}`"
ALIGN_SZ=$(((${SZ} + 0x1000 - 1) & ~
Hello,
I'm trying to get a bitwise operation working in a bitbake bblcass function but no luck so far :
my_function() {
SZ="`wc -c < ${1}`"
ALIGN_SZ=$(((${SZ} + 0x1000 - 1) & ~
|
By
Ayoub Zaki <ayoub.zaki@...>
·
#38576
·
|
|
Re: linux-firmware: build failure
This needs to go to oe-core list. Just one comment...
You need to either remove the file, or remove the line that does the removal. Don't do a 'remove if present', it's better to be
This needs to go to oe-core list. Just one comment...
You need to either remove the file, or remove the line that does the removal. Don't do a 'remove if present', it's better to be
|
By
Alexander Kanavin <alexander.kanavin@...>
·
#38575
·
|
|
Re: linux-firmware: build failure
If the file doesn't exist in the source repository you can just remove the line.
--
Fabien
If the file doesn't exist in the source repository you can just remove the line.
--
Fabien
|
By
Fabien Lahoudere <fabien.lahoudere@...>
·
#38574
·
|
|
Adding ImageTest support to meta-mono
Hi,
I've been adding in some simple image tests to meta-mono and things seem to be working.
A couple of minor questions came up in the process which I can't spot obvious
Hi,
I've been adding in some simple image tests to meta-mono and things seem to be working.
A couple of minor questions came up in the process which I can't spot obvious
|
By
Alex Lennon <ajlennon@...>
·
#38573
·
|
|
[meta-selinux][PATCH] python-ipy: Update SRC_URI
From: Dogukan Ergun <dogukan.ergun@...>
python.org does not serve files with http anymore
Signed-off-by: Dogukan Ergun <dogukan.ergun@...>
---
recipes-devtools/python/python-ipy_0.83.bb
From: Dogukan Ergun <dogukan.ergun@...>
python.org does not serve files with http anymore
Signed-off-by: Dogukan Ergun <dogukan.ergun@...>
---
recipes-devtools/python/python-ipy_0.83.bb
|
By
Ergun, Dogukan <dogukan.ergun@...>
·
#38572
·
|
|
linux-firmware: build failure
I'm trying upgrading to rocko (from morty).
I'm getting a build failure for linux-firmware:
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are
I'm trying upgrading to rocko (from morty).
I'm getting a build failure for linux-firmware:
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are
|
By
Craig McQueen
·
#38571
·
|
|
Re: Checking sstate mirror is hanging at 100%
Yes, I see continuous retry of wget of same sstate files.
With -DD I see the below messages for every try:
DEBUG: checkstatus: trying again
DEBUG: checkstatus: trying again
DEBUG: checkstatus:
Yes, I see continuous retry of wget of same sstate files.
With -DD I see the below messages for every try:
DEBUG: checkstatus: trying again
DEBUG: checkstatus: trying again
DEBUG: checkstatus:
|
By
vineeth chowdary
·
#38570
·
|
|
Re: Can't run "-c devshell" - "Must be connected to a terminal"
what changed ?
By
Khem Raj
·
#38569
·
|
|
Re: Using site.conf
yes, you need to do that as part of workspace setup.
yes, you need to do that as part of workspace setup.
|
By
Khem Raj
·
#38568
·
|