|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Yet another follow up. I finally found my C3 Beagleboard and the
default kernel built off master yesterday works on that platform too.
I was able to do another build with the tips you guys gave and
Yet another follow up. I finally found my C3 Beagleboard and the
default kernel built off master yesterday works on that platform too.
I was able to do another build with the tips you guys gave and
|
By
Brian Hutchinson <b.hutchman@...>
·
#4241
·
|
|
Re: where to put IMAGE_INSTALL??
I think you are correct now that I look more closely at the meta-n450/conf/layer.conf file.
It has:
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
I think you are correct now that I look more closely at the meta-n450/conf/layer.conf file.
It has:
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
By
Jim Abernathy
·
#4240
·
|
|
Re: Request to enable SMP and virtio for qemux86/x86-64
Bruce,
Thanks for your efforts!
Edwin
Bruce,
Thanks for your efforts!
Edwin
|
By
Zhai, Edwin <edwin.zhai@...>
·
#4239
·
|
|
Re: where to put IMAGE_INSTALL??
Look at the how the layers are parsed - this info is in <layer>/conf/layer.conf
Try putting your .bbappend file in
.../meta-intel/meta-n450/recipes-jfa/images/core-image-sato.bbappend
--
Look at the how the layers are parsed - this info is in <layer>/conf/layer.conf
Try putting your .bbappend file in
.../meta-intel/meta-n450/recipes-jfa/images/core-image-sato.bbappend
--
|
By
Gary Thomas
·
#4238
·
|
|
where to put IMAGE_INSTALL??
There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += "web-webkit".
At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused
There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += "web-webkit".
At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused
|
By
Jim Abernathy
·
#4237
·
|
|
[PATCH 1/1] meta-yocto/conf: Change default signature handler.
[YOCTO #1555]
1. Changed default signature handler to 'basichash' in poky.conf.
2. Added comment about PRservice settings in local.conf.extened.
Signed-off-by: Lianhao Lu <lianhao.lu@...>
---
[YOCTO #1555]
1. Changed default signature handler to 'basichash' in poky.conf.
2. Added comment about PRservice settings in local.conf.extened.
Signed-off-by: Lianhao Lu <lianhao.lu@...>
---
|
By
Lianhao Lu <lianhao.lu@...>
·
#4236
·
|
|
[PATCH 0/1] Change default signature handler
Fixed bug #1555.
Changed the default handler to basic hash for poky distro. Also added some
descriptive comment in local.conf.extended.
The following changes since commit
Fixed bug #1555.
Changed the default handler to basic hash for poky distro. Also added some
descriptive comment in local.conf.extended.
The following changes since commit
|
By
Lianhao Lu <lianhao.lu@...>
·
#4235
·
|
|
Yocto Project Facebook Page
Hi all,
In my wanderings as a community manager, evidently I found time last year to set up both a "page" and a "group" on Facebook, and then proceeded to neglect both of them. I am shutting down the
Hi all,
In my wanderings as a community manager, evidently I found time last year to set up both a "page" and a "group" on Facebook, and then proceeded to neglect both of them. I am shutting down the
|
By
Jeff Osier-Mixon <jefro@...>
·
#4234
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Ah, very good! Yes, good to know information. I'm coming from
OE-Angstrom/Arago and so far most things have been pretty familiar but
it always helps to know how it fits together. I need to make
Ah, very good! Yes, good to know information. I'm coming from
OE-Angstrom/Arago and so far most things have been pretty familiar but
it always helps to know how it fits together. I need to make
|
By
Brian Hutchinson <b.hutchman@...>
·
#4233
·
|
|
Re: Yocto SWAT team kickoff
Thanks a lot for putting these together on the wiki, Beth! It really helps.
Song
Thanks a lot for putting these together on the wiki, Beth! It really helps.
Song
|
By
Liu, Song <song.liu@...>
·
#4232
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
<bruce.ashfield@...> wrote:
Will do. I also have a C3 Beagleboard around here somewhere and I'll
verify that the images I built today work on that platform too.
Regards,
Brian
<bruce.ashfield@...> wrote:
Will do. I also have a C3 Beagleboard around here somewhere and I'll
verify that the images I built today work on that platform too.
Regards,
Brian
|
By
Brian Hutchinson <b.hutchman@...>
·
#4231
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
In meta-yocto/conf/distro/poky.conf there's a line which sets:
PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
Which is then overridden for the qemu machines
In meta-yocto/conf/distro/poky.conf there's a line which sets:
PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
Which is then overridden for the qemu machines
|
By
Joshua Lock <josh@...>
·
#4230
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Excellent!
If you still want the default (which you likely do here), you
can leave KMACHINE untouched in your bbappend and the inherited
value from the core layers will take care of everything. Get
Excellent!
If you still want the default (which you likely do here), you
can leave KMACHINE untouched in your bbappend and the inherited
value from the core layers will take care of everything. Get
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4229
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Thanks Bruce for pointing me in the right direction. I just wanted to
follow up.
I switched to master branch and did a clean build for Beagleboard. I
can confirm that it worked. I blew my SD Card
Thanks Bruce for pointing me in the right direction. I just wanted to
follow up.
I switched to master branch and did a clean build for Beagleboard. I
can confirm that it worked. I blew my SD Card
|
By
Brian Hutchinson <b.hutchman@...>
·
#4228
·
|
|
Re: Yocto SWAT team kickoff
I've done some initial wikification of this:
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team#Live_Debugging_Process
Michael Halstead, as the SA, should probably be included on this
I've done some initial wikification of this:
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team#Live_Debugging_Process
Michael Halstead, as the SA, should probably be included on this
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#4227
·
|
|
Re: [Announcement] Cedartrail BSP available.
Intel at least have chosen to provide bootable images for their boards with a time-limited kernel to encourage people to do a build of their own for an actual product, rather than just pass through
Intel at least have chosen to provide bootable images for their boards with a time-limited kernel to encourage people to do a build of their own for an actual product, rather than just pass through
|
By
David Stewart
·
#4226
·
|
|
Re: [Announcement] Cedartrail BSP available.
Simple reason, the creator of the BSP wants you to configure and build your own kernel. The time limited kernel is for evaluation purposes to see if this is what you want, before you build it
Simple reason, the creator of the BSP wants you to configure and build your own kernel. The time limited kernel is for evaluation purposes to see if this is what you want, before you build it
|
By
Mark Hatle <mark.hatle@...>
·
#4225
·
|
|
Re: [Announcement] Cedartrail BSP available.
What is the purpose of building the provided images with time limited kernel?
Can I assume that a standard build of the unchanged meta-cedartrail BSP will use the non-tlk kernel?
Jim A
On Wed,
What is the purpose of building the provided images with time limited kernel?
Can I assume that a standard build of the unchanged meta-cedartrail BSP will use the non-tlk kernel?
Jim A
On Wed,
|
By
Jim Abernathy
·
#4224
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
<bruce.ashfield@...> wrote:
Thanks! I did a git checkout -b master origin/master and will try again.
Regards,
Brian
<bruce.ashfield@...> wrote:
Thanks! I did a git checkout -b master origin/master and will try again.
Regards,
Brian
|
By
Brian Hutchinson <b.hutchman@...>
·
#4223
·
|
|
Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Interesting. You can open a bug on this, boot and sanity/peripheral tests
were performed before I made the switch. So if this is broken, that's
a bug and we can look into it.
As you hinted, including
Interesting. You can open a bug on this, boot and sanity/peripheral tests
were performed before I made the switch. So if this is broken, that's
a bug and we can look into it.
As you hinted, including
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4222
·
|