|
Re: [PATCH 5/8] yocto-bsp-tools: add help/usage
Same comment here...
Otherwise, all looks very nice.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Same comment here...
Otherwise, all looks very nice.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#5088
·
|
|
Re: proper recipe for building for beagle xM? meta-ti?
This begs the questions where other distributions (and OSVs) fit into yocto.
regards,
Koen
This begs the questions where other distributions (and OSVs) fit into yocto.
regards,
Koen
|
By
Koen Kooi <koen@...>
·
#5086
·
|
|
Re: [PATCH 0/8] Yocto BSP tools
hah, I stand corrected :-)
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
hah, I stand corrected :-)
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#5087
·
|
|
Re: [PATCH 4/8] yocto-bsp: add kernel interface
This does not appear to handle something like:
BBLAYERS = " \
/path/to/layer1 \
/path/to/layer2"
Need to strip the " from the end of the last line.
Also doesn't handle:
BBLAYERS +=
This does not appear to handle something like:
BBLAYERS = " \
/path/to/layer1 \
/path/to/layer2"
Need to strip the " from the end of the last line.
Also doesn't handle:
BBLAYERS +=
|
By
Darren Hart <dvhart@...>
·
#5085
·
|
|
Re: [PATCH 0/8] Yocto BSP tools
Agreed - this first pass as far as the input I/O was mainly to enable
the ADT developers to start integrating now, and I believe they're
starting out using the command-line versions. This can easily
Agreed - this first pass as far as the input I/O was mainly to enable
the ADT developers to start integrating now, and I believe they're
starting out using the command-line versions. This can easily
|
By
Tom Zanussi <tom.zanussi@...>
·
#5084
·
|
|
Re: [PATCH 3/8] yocto-bsp: add templating engine
same comments here...
This looks like a healthy list of dependencies. Do we need to augment
the required packages list?
Oh, I didn't know about that. My ABCs have been rather amateur by
comparison.
same comments here...
This looks like a healthy list of dependencies. Do we need to augment
the required packages list?
Oh, I didn't know about that. My ABCs have been rather amateur by
comparison.
|
By
Darren Hart <dvhart@...>
·
#5083
·
|
|
Re: proper recipe for building for beagle xM? meta-ti?
i do understand the distinction and i will admit, i'm sometimes
sloppy with my terminology. as someone who is constantly berating
others for their lack of precision, i should know better.
i do understand the distinction and i will admit, i'm sometimes
sloppy with my terminology. as someone who is constantly berating
others for their lack of precision, i should know better.
|
By
Robert P. J. Day
·
#5082
·
|
|
Re: proper recipe for building for beagle xM? meta-ti?
Hey all - from the project perspective, the Yocto Project includes Poky, so I think it's very appropriate for Robert to think that using YP implies using Poky. This is in all of the project's official
Hey all - from the project perspective, the Yocto Project includes Poky, so I think it's very appropriate for Robert to think that using YP implies using Poky. This is in all of the project's official
|
By
David Stewart
·
#5081
·
|
|
Re: [PATCH 2/8] yocto-bsp-tools: add bsp library
Responded privately to Tom on this one...
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Responded privately to Tom on this one...
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#5080
·
|
|
Re: [PATCH 1/8] yocto-bsp: add BSP template files
WOW! I suppose this is the initial patch, so a files are going in whole
- but WOW! Are all of these created by hand? I'm thinking about
supporting this going forward, will we have to create 10+ new
WOW! I suppose this is the initial patch, so a files are going in whole
- but WOW! Are all of these created by hand? I'm thinking about
supporting this going forward, will we have to create 10+ new
|
By
Darren Hart <dvhart@...>
·
#5079
·
|
|
Re: [PATCH 0/8] Yocto BSP tools
This -i approach is adequate for an initial pass. However, a python
module API would be preferable. However, if the ADT integration is
written in java.... perhaps -i is the best way as I'm not sure if
This -i approach is adequate for an initial pass. However, a python
module API would be preferable. However, if the ADT integration is
written in java.... perhaps -i is the best way as I'm not sure if
|
By
Darren Hart <dvhart@...>
·
#5078
·
|
|
Re: initramfs support in Yocto
Hi Zhenhua,
Can you be more specific about what you are looking for? When you build
an image with the cpio.gz image type, you can boot that as an initramfs
with the following kernel command
Hi Zhenhua,
Can you be more specific about what you are looking for? When you build
an image with the cpio.gz image type, you can boot that as an initramfs
with the following kernel command
|
By
Darren Hart <dvhart@...>
·
#5077
·
|
|
Re: simplest recipe for running yocto qemu images? [SOLVED]
just for fun, i addressed the only thing that was stopping me, and
that was that runqemu was looking for a slightly different sysroots
directory name than the toolchain provided,
just for fun, i addressed the only thing that was stopping me, and
that was that runqemu was looking for a slightly different sysroots
directory name than the toolchain provided,
|
By
Robert P. J. Day
·
#5076
·
|
|
Re: simplest recipe for running yocto qemu images?
i briefly saw your point until i noticed that the yocto toolchain i
installed comes with qemu-system-* executables, which would take
precedence over the normal host ones, so i'm still skeptical.
i briefly saw your point until i noticed that the yocto toolchain i
installed comes with qemu-system-* executables, which would take
precedence over the normal host ones, so i'm still skeptical.
|
By
Robert P. J. Day
·
#5075
·
|
|
Re: simplest recipe for running yocto qemu images?
I see what you're saying, but the problem with this is the qemu version we
build is not the same as qemu that might be installed on the host machine. We
apply quite a number of patches to qemu in
I see what you're saying, but the problem with this is the qemu version we
build is not the same as qemu that might be installed on the host machine. We
apply quite a number of patches to qemu in
|
By
Paul Eggleton
·
#5074
·
|
|
Re: simplest recipe for running yocto qemu images?
i gathered that. but is it unreasonable to suggest that this is
something that *should* be easy to do? if new users simply want to
see what a yocto-generated image looks like under qemu,
i gathered that. but is it unreasonable to suggest that this is
something that *should* be easy to do? if new users simply want to
see what a yocto-generated image looks like under qemu,
|
By
Robert P. J. Day
·
#5073
·
|
|
Re: simplest recipe for running yocto qemu images?
Only that we assume you *have* built the image in order to be able to use the
runqemu script. If you haven't, well, you won't necessarily have some of the
utilities the script looks for (e.g.
Only that we assume you *have* built the image in order to be able to use the
runqemu script. If you haven't, well, you won't necessarily have some of the
utilities the script looks for (e.g.
|
By
Paul Eggleton
·
#5072
·
|
|
simplest recipe for running yocto qemu images?
i want to do a short writeup on the *simplest* recipe for how to run
the pre-built yocto qemu image you can get here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/machines/qemu/
and
i want to do a short writeup on the *simplest* recipe for how to run
the pre-built yocto qemu image you can get here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/machines/qemu/
and
|
By
Robert P. J. Day
·
#5071
·
|
|
Re: proper recipe for building for beagle xM? meta-ti?
Well, if you use the angstrom setupscript you get 'yocto'. Your phrasing seems to suggest you are confusing 'yocto' with 'poky', which is a common mistake.
Well, if you use the angstrom setupscript you get 'yocto'. Your phrasing seems to suggest you are confusing 'yocto' with 'poky', which is a common mistake.
|
By
Koen Kooi <koen@...>
·
#5070
·
|
|
initramfs support in Yocto
Hello all,
Does Yocto support initramfs build?
Best Regards,
Zhenhua
Hello all,
Does Yocto support initramfs build?
Best Regards,
Zhenhua
|
By
Luo Zhenhua-B19537 <B19537@...>
·
#5069
·
|