|
Re: [meta-rockchip][PATCH] rk3288: Convert to using wic
Super awesome! Applied, thanks :-)
Super awesome! Applied, thanks :-)
|
By
Trevor Woerner
·
#47647
·
|
|
Build issue - newbie
Hello,
I am trying to build yocto project and having following error:
==========================
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session
Hello,
I am trying to build yocto project and having following error:
==========================
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session
|
By
Sujoy Ray
·
#47646
·
|
|
[meta-rockchip][PATCH] rk3288: Convert to using wic
Coverts the firefly-rk3288, tinker-rk3288, and vyasa-rk3288 machines to
use wic instead of the rockchip-gpt-img class. The rock2-squared machine
has to keep the older image class because u-boot
Coverts the firefly-rk3288, tinker-rk3288, and vyasa-rk3288 machines to
use wic instead of the rockchip-gpt-img class. The rock2-squared machine
has to keep the older image class because u-boot
|
By
Joshua Watt
·
#47645
·
|
|
Re: variable and task/function timing
then you could use an anonymous python function instead.
python () {
_buildtype = d.getVar('MESA_BUILD_TYPE')
if _buildtype not in ['release', 'debug']:
then you could use an anonymous python function instead.
python () {
_buildtype = d.getVar('MESA_BUILD_TYPE')
if _buildtype not in ['release', 'debug']:
|
By
Nicolas Dechesne
·
#47644
·
|
|
Re: [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable
ping again
By
Martin Jansa
·
#47643
·
|
|
[PATCH 2/2] ref-manual: Update the documentation for USERADD_ERROR_DYNAMIC
* Update USERADD_ERROR_DYNAMIC[doc] and the first paragraph to match
the definition in meta/conf/documentation.conf.
* Add a note explaining the differences in behavior when setting
* Update USERADD_ERROR_DYNAMIC[doc] and the first paragraph to match
the definition in meta/conf/documentation.conf.
* Add a note explaining the differences in behavior when setting
|
By
Peter Kjellerstedt
·
#47642
·
|
|
[PATCH 1/2] ref-manual: Add missing/remove extraneous quotes
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...>
---
documentation/ref-manual/migration.xml | 4 ++--
documentation/ref-manual/ref-variables.xml | 20 +++++++++-----------
2 files
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...>
---
documentation/ref-manual/migration.xml | 4 ++--
documentation/ref-manual/ref-variables.xml | 20 +++++++++-----------
2 files
|
By
Peter Kjellerstedt
·
#47641
·
|
|
Re: variable and task/function timing
lol
Apparently writing long emails is therapeutic for me.
I did propose a 3rd way (in the original email) which does work which is very
similar to what you're suggesting:
# set the build type to
lol
Apparently writing long emails is therapeutic for me.
I did propose a 3rd way (in the original email) which does work which is very
similar to what you're suggesting:
# set the build type to
|
By
Trevor Woerner
·
#47640
·
|
|
Re: variable and task/function timing
Excellent, that explains a lot, thanks!
So in this case, the answer to the question of "when" is: never :-)
Excellent, that explains a lot, thanks!
So in this case, the answer to the question of "when" is: never :-)
|
By
Trevor Woerner
·
#47639
·
|
|
Re: variable and task/function timing
<richard.purdie@...> wrote:
right... so my array is not 2D, but 3D then! but as i just said, i
missed the addtask in the first email.
<richard.purdie@...> wrote:
right... so my array is not 2D, but 3D then! but as i just said, i
missed the addtask in the first email.
|
By
Nicolas Dechesne
·
#47638
·
|
|
Re: variable and task/function timing
hey Trevor,
right.. I was confused, I missed a few things in your email (well, it
was really long ;).
I missed the fact that you were using a task.
You can probably call do_check_build_type() when
hey Trevor,
right.. I was confused, I missed a few things in your email (well, it
was really long ;).
I missed the fact that you were using a task.
You can probably call do_check_build_type() when
|
By
Nicolas Dechesne
·
#47637
·
|
|
Re: variable and task/function timing
Tasks run in isolation, if you change the datastore in a task it has no
way to get "seen" by other tasks. They're separate processes.
That is why the setVar in a task has no effect outside that
Tasks run in isolation, if you change the datastore in a task it has no
way to get "seen" by other tasks. They're separate processes.
That is why the setVar in a task has no effect outside that
|
By
Richard Purdie
·
#47636
·
|
|
Re: variable and task/function timing
Ooh, I like this already! Your row/column concept is a good mental map of the
process. Your explanation cleared up the "bitbake -e" vs "bitbake -e <bar>"
case for me too!
Whether I move the above to
Ooh, I like this already! Your row/column concept is a good mental map of the
process. Your explanation cleared up the "bitbake -e" vs "bitbake -e <bar>"
case for me too!
Whether I move the above to
|
By
Trevor Woerner
·
#47635
·
|
|
Re: meta-intel stuck on bootup
#yocto
Hi, I don't is alsa is your actual issue, even if the kernel seems that it's stuck there,
but in any case you can remove the alsa from your distro. I guess you're using poky
as base distro, so add
Hi, I don't is alsa is your actual issue, even if the kernel seems that it's stuck there,
but in any case you can remove the alsa from your distro. I guess you're using poky
as base distro, so add
|
By
Dimitris Tassopoulos
·
#47634
·
|
|
Re: [meta-selinux] Dependency loop help with selinux userspace/python3/util-linux
Excellent , thanks Joe.
Peter.
Excellent , thanks Joe.
Peter.
|
By
Peter Morrow
·
#47633
·
|
|
Re: [meta-selinux] Dependency loop help with selinux userspace/python3/util-linux
[Re: [yocto] [meta-selinux] Dependency loop help with selinux userspace/python3/util-linux] On 19.12.11 (Wed 09:21) Peter Morrow via Lists.Yoctoproject.Org wrote:
No, no issue as far as I can tell,
[Re: [yocto] [meta-selinux] Dependency loop help with selinux userspace/python3/util-linux] On 19.12.11 (Wed 09:21) Peter Morrow via Lists.Yoctoproject.Org wrote:
No, no issue as far as I can tell,
|
By
Joe MacDonald
·
#47632
·
|
|
meta-intel stuck on bootup
#yocto
Hi everyone,
So I am relatively new to the project and I have successfully been a able to make a few builds following the really well crafted documentation.
I however have a few issues regarding my
Hi everyone,
So I am relatively new to the project and I have successfully been a able to make a few builds following the really well crafted documentation.
I however have a few issues regarding my
|
By
eph_pendragon
·
#47631
·
|
|
Re: variable and task/function timing
well the easiest way to visualize it is to think about all variables
being in a large array. Each variable (each row) having a different
'value' for each 'column' and each column representing a
well the easiest way to visualize it is to think about all variables
being in a large array. Each variable (each row) having a different
'value' for each 'column' and each column representing a
|
By
Nicolas Dechesne
·
#47630
·
|
|
Re: [meta-selinux] Dependency loop help with selinux userspace/python3/util-linux
wrote:
Hi Yi,
Great! Is there anything stopping these patches being merged?
Thanks,
Peter.
wrote:
Hi Yi,
Great! Is there anything stopping these patches being merged?
Thanks,
Peter.
|
By
Peter Morrow
·
#47629
·
|
|
variable and task/function timing
Is there a document, or better yet a diagram, showing the order in which
various config files, recipes, tasks, etc are parsed?
Figuring out the order of the config files is easy enough
Is there a document, or better yet a diagram, showing the order in which
various config files, recipes, tasks, etc are parsed?
Figuring out the order of the config files is easy enough
|
By
Trevor Woerner
·
#47628
·
|