|
Re: building crownbay images
Hi Andre,
Sorry for not replying earlier - was (and still am) out on vacation. In
the Downloads | BSP section on the Yocto site, there's a 'transcript
from git checkout to meta-intel BSP' link that
Hi Andre,
Sorry for not replying earlier - was (and still am) out on vacation. In
the Downloads | BSP section on the Yocto site, there's a 'transcript
from git checkout to meta-intel BSP' link that
|
By
Tom Zanussi <tom.zanussi@...>
·
#2049
·
|
|
Re: [PATCH 0/2][Image Creator] Hob Cache for speed up switching
I agree on reviewing the status later.
Thanks,
Joshua
--
Joshua Lock
Yocto Project "Johannes Factotum"
Intel Open Source Technology Centre
I agree on reviewing the status later.
Thanks,
Joshua
--
Joshua Lock
Yocto Project "Johannes Factotum"
Intel Open Source Technology Centre
|
By
Joshua Lock <josh@...>
·
#2048
·
|
|
Re: best cfg for building all of yocto?
Op 21 jul. 2011, om 18:43 heeft Scott Garman het volgende geschreven:
COMMERCIAL_LICENSE is a mis-nomber for a lot of them, NEED_TO_GIVE_MONEY_TO_MPEGLA is closer to the truth. What I'm trying to say
Op 21 jul. 2011, om 18:43 heeft Scott Garman het volgende geschreven:
COMMERCIAL_LICENSE is a mis-nomber for a lot of them, NEED_TO_GIVE_MONEY_TO_MPEGLA is closer to the truth. What I'm trying to say
|
By
Koen Kooi
·
#2047
·
|
|
Re: [bitbake-devel] [PATCH 1/1][Image Creator] Remove unused target tree data for Hob
It does not, 1263 filed.
http://bugzilla.pokylinux.org/show_bug.cgi?id=1263
Regards,
Joshua
--
Joshua Lock
Yocto Project "Johannes Factotum"
Intel Open Source Technology Centre
It does not, 1263 filed.
http://bugzilla.pokylinux.org/show_bug.cgi?id=1263
Regards,
Joshua
--
Joshua Lock
Yocto Project "Johannes Factotum"
Intel Open Source Technology Centre
|
By
Joshua Lock <josh@...>
·
#2046
·
|
|
Re: best cfg for building all of yocto?
I agree with Robert. I have filed bug #1262 to track this issue.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
I agree with Robert. I have filed bug #1262 to track this issue.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
|
By
Scott Garman <scott.a.garman@...>
·
#2045
·
|
|
Re: best cfg for building all of yocto?
related to richard's earlier post about how to exclude packages,
shouldn't the initial settings be consistent, then? either a default
yocto setup should include commercial licenses, or exclude them
related to richard's earlier post about how to exclude packages,
shouldn't the initial settings be consistent, then? either a default
yocto setup should include commercial licenses, or exclude them
|
By
Robert P. J. Day
·
#2044
·
|
|
Re: best cfg for building all of yocto?
This happens because conf/distro/include/default-distrovars.inc excludes some recipes which are known to use commercial licenses:
COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg
This happens because conf/distro/include/default-distrovars.inc excludes some recipes which are known to use commercial licenses:
COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg
|
By
Scott Garman <scott.a.garman@...>
·
#2043
·
|
|
Re: best cfg for building all of yocto?
EXCLUDE_FROM_WORLD_pn-libmad = "1"
should remove libmad from world builds.
Cheers,
Richard
EXCLUDE_FROM_WORLD_pn-libmad = "1"
should remove libmad from world builds.
Cheers,
Richard
|
By
Richard Purdie
·
#2042
·
|
|
Re: best cfg for building all of yocto?
i saw that a couple days ago but i figured someone else would pick
up on it in short order.
rday
--
========================================================================
Robert P. J. Day
i saw that a couple days ago but i figured someone else would pick
up on it in short order.
rday
--
========================================================================
Robert P. J. Day
|
By
Robert P. J. Day
·
#2041
·
|
|
Re: best cfg for building all of yocto?
Is there an easy way to remove a specific package from being built
with running bitbake world? There are unmet dependencies:
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing
Is there an easy way to remove a specific package from being built
with running bitbake world? There are unmet dependencies:
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2040
·
|
|
[PATCH] .gitignore: Update build ignores to have wildcard
ignore not just build/* but any build*/* cases.
Signed-off-by: Kumar Gala <galak@...>
---
.gitignore | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git
ignore not just build/* but any build*/* cases.
Signed-off-by: Kumar Gala <galak@...>
---
.gitignore | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git
|
By
Kumar Gala <galak@...>
·
#2039
·
|
|
Re: best cfg for building all of yocto?
bitbake world should build all of the available packages that aren't explicitly excluded due to machine incompatibilities. It doesn't generate a final image though, just all of the output
bitbake world should build all of the available packages that aren't explicitly excluded due to machine incompatibilities. It doesn't generate a final image though, just all of the output
|
By
Scott Garman <scott.a.garman@...>
·
#2038
·
|
|
statue of multilib?
Richard,
I'm working on getting a ppc64 build going and looking close to having that done. I was wondering what the state of multilib support was as I'd really like to have that functional for the
Richard,
I'm working on getting a ppc64 build going and looking close to having that done. I was wondering what the state of multilib support was as I'd really like to have that functional for the
|
By
Kumar Gala <galak@...>
·
#2037
·
|
|
Re: [PATCH 1/1][Image Creator] Remove unused target tree data for Hob
Op 21 jul. 2011, om 07:50 heeft Ke Liping het volgende geschreven:
Does this fix the bug where DEPENDS are leaking into the RDEPENDS list? If you select something like systemd the gui will list 'gtk'
Op 21 jul. 2011, om 07:50 heeft Ke Liping het volgende geschreven:
Does this fix the bug where DEPENDS are leaking into the RDEPENDS list? If you select something like systemd the gui will list 'gtk'
|
By
Koen Kooi
·
#2036
·
|
|
Re: [PATCH 0/2][Image Creator] Hob Cache for speed up switching
Hi, Josh
Yes, definitely this patch's importance is much less than the previous one. But if more users are using hob, the cache would be very useful.
Because when using UI, users tend to switch
Hi, Josh
Yes, definitely this patch's importance is much less than the previous one. But if more users are using hob, the cache would be very useful.
Because when using UI, users tend to switch
|
By
Ke, Liping <liping.ke@...>
·
#2035
·
|
|
Re: [PATCH 1/1][Image Creator] Remove unused target tree data for Hob
Hi, Josh
Thanks for the review. I will rebase to the latest poky master and resend the patch to the bitbake-devel list too!
criping
Hi, Josh
Thanks for the review. I will rebase to the latest poky master and resend the patch to the bitbake-devel list too!
criping
|
By
Ke, Liping <liping.ke@...>
·
#2034
·
|
|
best cfg for building all of yocto?
For a new bsp/target what's the best config choice to try and build all of yocto? Is it core-image-sato?
- k
For a new bsp/target what's the best config choice to try and build all of yocto? Is it core-image-sato?
- k
|
By
Kumar Gala <galak@...>
·
#2033
·
|
|
Re: [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
ping, this seems to have gotten lost w/regards to getting applied
- k
ping, this seems to have gotten lost w/regards to getting applied
- k
|
By
Kumar Gala <galak@...>
·
#2032
·
|
|
Re: bios upgrade for blacksand with N450 ?
Hi Frans,
I'm sorry for not getting back to you. I did ask, and unfortunately
there is currently not a less noisy BIOS available for the Blacksand.
I will forward your email and feedback to my
Hi Frans,
I'm sorry for not getting back to you. I did ask, and unfortunately
there is currently not a less noisy BIOS available for the Blacksand.
I will forward your email and feedback to my
|
By
Darren Hart <dvhart@...>
·
#2031
·
|
|
Re: bios upgrade for blacksand with N450 ?
2011/2/14 Darren Hart <dvhart@...>
Darren
I waswwondering if a newer bios has become available I haven't heard back from you after the above mail and I haven't found a newer bios myself (but maybe I
2011/2/14 Darren Hart <dvhart@...>
Darren
I waswwondering if a newer bios has become available I haven't heard back from you after the above mail and I haven't found a newer bios myself (but maybe I
|
By
Frans Meulenbroeks <fransmeulenbroeks@...>
·
#2030
·
|