|
[meta-intel] [PATCH 1/1] meta-cedartrail: enable smp for linux-yocto-rt_3.0
From: Kishore Bodke <kishore.k.bodke@...>
Add smp feature to linux-yocto-rt_3.0.
Signed-off-by: Kishore Bodke <kishore.k.bodke@...>
---
.../linux/linux-yocto-rt_3.0.bbappend
From: Kishore Bodke <kishore.k.bodke@...>
Add smp feature to linux-yocto-rt_3.0.
Signed-off-by: Kishore Bodke <kishore.k.bodke@...>
---
.../linux/linux-yocto-rt_3.0.bbappend
|
By
kishore.k.bodke@...
·
#4426
·
|
|
[meta-intel] [PATCH 0/1] meta-cedartrail: Add smp feature for rt kernel build
From: Kishore Bodke <kishore.k.bodke@...>
Hi,
The patch is for enabling the smp feature for the rt kernel build for the Cedartrail BSP.
Please pull into master.
Thanks
Kishore.
The
From: Kishore Bodke <kishore.k.bodke@...>
Hi,
The patch is for enabling the smp feature for the rt kernel build for the Cedartrail BSP.
Please pull into master.
Thanks
Kishore.
The
|
By
kishore.k.bodke@...
·
#4425
·
|
|
Re: understanding recipes
http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-configuring-LIC_FILES_CHKSUM
http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-configuring-LIC_FILES_CHKSUM
|
By
Jack Mitchell <ml@...>
·
#4424
·
|
|
Re: How to get opkg in rootfilesystem
Because you asked to build an absolutely minimal root file system.
In this case, it's expected that you don't want to have opkg available.
If you still want this very minimal system *and* opkg, just
Because you asked to build an absolutely minimal root file system.
In this case, it's expected that you don't want to have opkg available.
If you still want this very minimal system *and* opkg, just
|
By
Gary Thomas
·
#4423
·
|
|
Re: How to get opkg in rootfilesystem
Not necessarily. The way our rootfs construction works, it has to be done via
some package management backend, but many people don't want/need it in their
final image. FYI some image recipes default
Not necessarily. The way our rootfs construction works, it has to be done via
some package management backend, but many people don't want/need it in their
final image. FYI some image recipes default
|
By
Paul Eggleton
·
#4422
·
|
|
Re: How to get opkg in rootfilesystem
OK, I want to hear that story :)
Regards,
Brian
OK, I want to hear that story :)
Regards,
Brian
|
By
Brian Hutchinson <b.hutchman@...>
·
#4421
·
|
|
understanding recipes
I'm trying to understand the concept of creating a recipe and having it included in the build I do.
For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the
I'm trying to understand the concept of creating a recipe and having it included in the build I do.
For example, suppose I want to create the meta-intel/meta-cedartrail BSP with the
|
By
Jim Abernathy
·
#4420
·
|
|
Re: How to get opkg in rootfilesystem
this means thats what format you want for package to be spitted out.
weather you want online (on device) package management is a different story
this means thats what format you want for package to be spitted out.
weather you want online (on device) package management is a different story
|
By
Khem Raj
·
#4419
·
|
|
Re: How to get opkg in rootfilesystem
Update,
I'm still not doing something right. I did a clean rebuild of
core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2
reveals opkg stuff in /var/lib/opkg only. No opkg bin.
I
Update,
I'm still not doing something right. I did a clean rebuild of
core-image-base and a tar jtvf core-image-base-beagleboard.tar.bz2
reveals opkg stuff in /var/lib/opkg only. No opkg bin.
I
|
By
Brian Hutchinson <b.hutchman@...>
·
#4418
·
|
|
Re: How to get opkg in rootfilesystem
Hi Khem,
Just want to make sure I'm following you. In my local.conf I have:
EXTRA_IMAGE_FEATURES_append_pn-core-image-base = "package-management"
Maybe my google-fu is lacking but I searched on
Hi Khem,
Just want to make sure I'm following you. In my local.conf I have:
EXTRA_IMAGE_FEATURES_append_pn-core-image-base = "package-management"
Maybe my google-fu is lacking but I searched on
|
By
Brian Hutchinson <b.hutchman@...>
·
#4417
·
|
|
Re: BeagleBone with meta-ti layer
I grabbed a bag of chips and a beverage ... watching this thread! I'm
right behind you guys so thanks for blazing the trail. I have other
TI parts to work with but starting with first BeagleBoard
I grabbed a bag of chips and a beverage ... watching this thread! I'm
right behind you guys so thanks for blazing the trail. I have other
TI parts to work with but starting with first BeagleBoard
|
By
Brian Hutchinson <b.hutchman@...>
·
#4416
·
|
|
Re: BeagleBone with meta-ti layer
So are these pre-compiled binaries that cannot be linked... or something along those lines?
So are these pre-compiled binaries that cannot be linked... or something along those lines?
|
By
Jack Mitchell <ml@...>
·
#4415
·
|
|
Re: BeagleBone with meta-ti layer
s
-
i
Or possibly:
Angstrom = binutils-cross-2.20.1-r9
Yocto = binutils-cross-2.22-r2
--
------------------------------------------------------------
Gary Thomas | Consulting
s
-
i
Or possibly:
Angstrom = binutils-cross-2.20.1-r9
Yocto = binutils-cross-2.22-r2
--
------------------------------------------------------------
Gary Thomas | Consulting
|
By
Gary Thomas
·
#4414
·
|
|
Re: BeagleBone with meta-ti layer
-
t
/
Next, problem: I tried to build for my BeagleBone, but the kernel
build failed with this error:
| arch/arm/boot/compressed/head.S: Assembler messages:
| arch/arm/boot/compressed/head.S:127:
-
t
/
Next, problem: I tried to build for my BeagleBone, but the kernel
build failed with this error:
| arch/arm/boot/compressed/head.S: Assembler messages:
| arch/arm/boot/compressed/head.S:127:
|
By
Gary Thomas
·
#4413
·
|
|
Re: BeagleBone with meta-ti layer
k
i
r
Try adding this to local.conf
BBMASK = ".*/meta-ti/recipes-misc/"
This will let bitbake skip the troublesome recipes. Since you're
interested in building Yocto, it should be OK.
--
k
i
r
Try adding this to local.conf
BBMASK = ".*/meta-ti/recipes-misc/"
This will let bitbake skip the troublesome recipes. Since you're
interested in building Yocto, it should be OK.
--
|
By
Gary Thomas
·
#4412
·
|
|
Re: BeagleBone with meta-ti layer
From a clean poky edison build directory with machine_beagleboard selected and the meta-ti layer enabled last in my bblayers conf I receive this error:
ERROR: Could not inherit file
From a clean poky edison build directory with machine_beagleboard selected and the meta-ti layer enabled last in my bblayers conf I receive this error:
ERROR: Could not inherit file
|
By
Jack Mitchell <ml@...>
·
#4411
·
|
|
Re: BeagleBone with meta-ti layer
rn
re
ci
I worked past this. I turns out that my <DISTRO>.conf file had
this line in it (needed by some of the OLD meta-texasinstruments
recipes):
OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}"
I took
rn
re
ci
I worked past this. I turns out that my <DISTRO>.conf file had
this line in it (needed by some of the OLD meta-texasinstruments
recipes):
OVERRIDES .= ":${FEED_ARCH}:${SOC_FAMILY}"
I took
|
By
Gary Thomas
·
#4410
·
|
|
Re: BeagleBone with meta-ti layer
I gave this a try, just adding the meta-ti layer into my stack.
Sadly, it blew up right away with this error:
ERROR: Failure expanding variable FILESPATH, expression was
I gave this a try, just adding the meta-ti layer into my stack.
Sadly, it blew up right away with this error:
ERROR: Failure expanding variable FILESPATH, expression was
|
By
Gary Thomas
·
#4409
·
|
|
Re: BeagleBone with meta-ti layer
Hi Koen,
I understand that there is a readme in the meta-ti layer however this refers specifically to using Angstrom and associated layers, where as I want to build specifically for yocto. So I was
Hi Koen,
I understand that there is a readme in the meta-ti layer however this refers specifically to using Angstrom and associated layers, where as I want to build specifically for yocto. So I was
|
By
Jack Mitchell <ml@...>
·
#4408
·
|
|
Re: BeagleBone with meta-ti layer
Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven:
There's a README in the meta-ti layer, follow the instructions in there.
Op 26 jan. 2012, om 12:06 heeft Jack Mitchell het volgende geschreven:
There's a README in the meta-ti layer, follow the instructions in there.
|
By
Koen Kooi <koen@...>
·
#4407
·
|