|
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
There's a README in the meta-ti layer, follow the instructions in there.
There's a README in the meta-ti layer, follow the instructions in there.
|
By
Koen Kooi <koen@...>
·
#4407
·
|
|
BeagleBone with meta-ti layer
Hello everyone,
I will soon be receiving a Beaglebone and I wish to transfer the work I have been doing with Yocto on the Beagleboard over to the Beaglebone, to show my company how the same
Hello everyone,
I will soon be receiving a Beaglebone and I wish to transfer the work I have been doing with Yocto on the Beagleboard over to the Beaglebone, to show my company how the same
|
By
Jack Mitchell <ml@...>
·
#4406
·
|
|
Re: How to get opkg in rootfilesystem
add package-management to your image
EXTRA_IMAGE_FEATURES_append_pn-<yourimage> = "
package-management"
--
-Khem
add package-management to your image
EXTRA_IMAGE_FEATURES_append_pn-<yourimage> = "
package-management"
--
-Khem
|
By
Khem Raj
·
#4405
·
|
|
How to get opkg in rootfilesystem
Hi,
I set my conf up to build .ipk packages but then I noticed that I
don't have opkg! Working with Beagleboard and running core-image-base
from master branch.
All of my searches turned up info
Hi,
I set my conf up to build .ipk packages but then I noticed that I
don't have opkg! Working with Beagleboard and running core-image-base
from master branch.
All of my searches turned up info
|
By
Brian Hutchinson <b.hutchman@...>
·
#4404
·
|
|
Re: Request to enable SMP and virtio for qemux86/x86-64
FYI: I've been testing this with both an updated 3.0 and 3.2 kernel
for the 1.2 release and it seems to cause no issues.
I've made the changes in the repos, and when my 1.2 pull request
comes out for
FYI: I've been testing this with both an updated 3.0 and 3.2 kernel
for the 1.2 release and it seems to cause no issues.
I've made the changes in the repos, and when my 1.2 pull request
comes out for
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4403
·
|
|
Network Outage Window Tomorrow Morning
Our upstream network provider is performing maintenance on a problem
line card tomorrow morning. The window is between 0300 and 0600 PST
(1100-1400 UTC). They will try to route around the problem, but
Our upstream network provider is performing maintenance on a problem
line card tomorrow morning. The window is between 0300 and 0600 PST
(1100-1400 UTC). They will try to route around the problem, but
|
By
Michael Halstead
·
#4402
·
|