|
Re: BBB doesn't boot
Yes, I found that i bit ago. Very helpful, thanks.
I have not run them yet (my only BBB is at home)
but I am comparing the objdumps.
Yes, I found that i bit ago. Very helpful, thanks.
I have not run them yet (my only BBB is at home)
but I am comparing the objdumps.
|
By
William Mills <wmills@...>
·
#19072
·
|
|
Re: Integrating Golang
Hermanus Botha <wkj.id10t@...> writes:
I guess this link is broken. In that manual, it's section:
"4.2. Cross-Development Toolchain Generation"
Manual:
Hermanus Botha <wkj.id10t@...> writes:
I guess this link is broken. In that manual, it's section:
"4.2. Cross-Development Toolchain Generation"
Manual:
|
By
Hermanus Botha <wkj.id10t@...>
·
#19071
·
|
|
Re: Question about remote debugging via gdbserver
Hi Federico,
Ok, if that's not the issue what exactly is not working for you?
No, that's actually sample code of a simple ls application that I use for teaching a class on Linux APIs.
Cheers,
Rudi
Hi Federico,
Ok, if that's not the issue what exactly is not working for you?
No, that's actually sample code of a simple ls application that I use for teaching a class on Linux APIs.
Cheers,
Rudi
|
By
Rudolf Streif <rstreif@...>
·
#19070
·
|
|
Re: Integrating Golang
So I don't really know much about Yocto. But I would also like to see some
more Go-lang action on Yocto.
This section of their manual seems promising.
So I don't really know much about Yocto. But I would also like to see some
more Go-lang action on Yocto.
This section of their manual seems promising.
|
By
Hermanus Botha <wkj.id10t@...>
·
#19069
·
|
|
Re: BBB doesn't boot
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6165
Link to the two kernels at the end of the first comment.
On Apr 16, 2014 6:57 PM, "William Mills" <wmills@...> wrote:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6165
Link to the two kernels at the end of the first comment.
On Apr 16, 2014 6:57 PM, "William Mills" <wmills@...> wrote:
|
By
Stefan Stanacar <sstncr@...>
·
#19068
·
|
|
Yocto life cycle statement
Hello,
Can someone point to a 'life cycle statement' for Yocto versions, one that discusses limited bug fixing peroid and ultimate EOL of a version. I am having trouble find it.
Regards,
Armin
Hello,
Can someone point to a 'life cycle statement' for Yocto versions, one that discusses limited bug fixing peroid and ultimate EOL of a version. I am having trouble find it.
Regards,
Armin
|
By
Armin Kuster
·
#19067
·
|
|
Re: non empty package group
It isn't as simple as that, that just selects between providers but there is
nothing to actually make the "mypackagegroup" recipe actually provide
anything. The files would need to actually be
It isn't as simple as that, that just selects between providers but there is
nothing to actually make the "mypackagegroup" recipe actually provide
anything. The files would need to actually be
|
By
Paul Eggleton
·
#19066
·
|
|
Re: [poky] ERROR: Function failed: do_rootfs, when using ipk package class
On Wed, Apr 16, 2014 at 9:28 AM, Elvis Dowson <elvis.dowson@...> wrote:
I just tries a build with poky master, and meta-xilinx master branch, and got the following build error.
For some reason the
On Wed, Apr 16, 2014 at 9:28 AM, Elvis Dowson <elvis.dowson@...> wrote:
I just tries a build with poky master, and meta-xilinx master branch, and got the following build error.
For some reason the
|
By
Chris Larson <clarson@...>
·
#19065
·
|
|
[poky] ERROR: Function failed: do_rootfs, when using ipk package class
Hi,
I just tries a build with poky master, and meta-xilinx master branch, and got the following build error.
For some reason the yocto build process fails is PACKAGE_CLASSES is set to package_ipk.
Hi,
I just tries a build with poky master, and meta-xilinx master branch, and got the following build error.
For some reason the yocto build process fails is PACKAGE_CLASSES is set to package_ipk.
|
By
Elvis Dowson
·
#19064
·
|
|
Re: non empty package group
I see, but I don't want to feed the package from a repo, I just want to include all the files in the package.
I'm now trying to set
PREFERRED_PROVIDER_each-recipe = "mypackagegroup"
hoping that it
I see, but I don't want to feed the package from a repo, I just want to include all the files in the package.
I'm now trying to set
PREFERRED_PROVIDER_each-recipe = "mypackagegroup"
hoping that it
|
By
Katu Txakur <katutxakurra@...>
·
#19063
·
|
|
Re: non empty package group
opkg and similar package managers simply aren't designed to work like that;
it's expected that both devices would have access to the same package feeds
and therefore you would just install the
opkg and similar package managers simply aren't designed to work like that;
it's expected that both devices would have access to the same package feeds
and therefore you would just install the
|
By
Paul Eggleton
·
#19062
·
|
|
Re: non empty package group
Thanks Paul,
yes, it does "inherit packagegroup" and all the packages are installed.
What I would like to have is a mypackagegroup.ipk that I can copy to any system to install all the files,
Thanks Paul,
yes, it does "inherit packagegroup" and all the packages are installed.
What I would like to have is a mypackagegroup.ipk that I can copy to any system to install all the files,
|
By
Katu Txakur <katutxakurra@...>
·
#19061
·
|
|
Re: non empty package group
If your packagegroup recipe does "inherit packagegroup" and sets
RDEPENDS_${PN} to depend upon the packages within the group, that will ensure
that the packages get installed when the packagegroup's
If your packagegroup recipe does "inherit packagegroup" and sets
RDEPENDS_${PN} to depend upon the packages within the group, that will ensure
that the packages get installed when the packagegroup's
|
By
Paul Eggleton
·
#19060
·
|
|
Re: BBB doesn't boot
It would be interesting to see if the rodata segment (or segment it contributes to) between working and non-working versions were crossing
some magic power of 2 value.
Are there two images published
It would be interesting to see if the rodata segment (or segment it contributes to) between working and non-working versions were crossing
some magic power of 2 value.
Are there two images published
|
By
William Mills <wmills@...>
·
#19059
·
|
|
non empty package group
Hi,
I have some recipes that generate multiple packages.
I also have a package group that groups all the recipes.
I would like to use the package created with the packagegroup recipe to install all
Hi,
I have some recipes that generate multiple packages.
I also have a package group that groups all the recipes.
I would like to use the package created with the packagegroup recipe to install all
|
By
Katu Txakur <katutxakurra@...>
·
#19058
·
|
|
Re: BBB doesn't boot
But qemux86-64 or genericx86-64 or qemuarm kernel has the same strings,
and it boots just fine:
$
But qemux86-64 or genericx86-64 or qemuarm kernel has the same strings,
and it boots just fine:
$
|
By
Stanacar, StefanX <stefanx.stanacar@...>
·
#19057
·
|
|
Re: Question about remote debugging via gdbserver
Thank you Rudolf!
I knew that I can add source paths to the debugger.
I see in your debug profiles that you have some binaries eg "ls". Did you import that binary from sysrootfs on your build
Thank you Rudolf!
I knew that I can add source paths to the debugger.
I see in your debug profiles that you have some binaries eg "ls". Did you import that binary from sysrootfs on your build
|
By
Federico Vitali <fede.vitali@...>
·
#19056
·
|
|
[meta-ivi][PATCH] weston: Add weston.ini config file
Adding weston.ini to $ROOT_HOME/.config. With this change
user can login to $ROOT_HOME and launch weston with ivi-shell.
Signed-off-by: Sujith H <Sujith_Haridasan@...>
---
Adding weston.ini to $ROOT_HOME/.config. With this change
user can login to $ROOT_HOME and launch weston with ivi-shell.
Signed-off-by: Sujith H <Sujith_Haridasan@...>
---
|
By
Sujith H <sujith.h@...>
·
#19055
·
|
|
Re: BBB doesn't boot
seemingly there could be rodata segment overflow issue. Can you do the
kernel build with say linker from dora build
and see if it still fails.
seemingly there could be rodata segment overflow issue. Can you do the
kernel build with say linker from dora build
and see if it still fails.
|
By
Khem Raj
·
#19054
·
|
|
Re: BBB doesn't boot
And, as a follow up, all those long paths in vmlinux when built with B != S
point to sources. Here are few examples:
B != S
And, as a follow up, all those long paths in vmlinux when built with B != S
point to sources. Here are few examples:
B != S
|
By
Denys Dmytriyenko
·
#19053
·
|