|
Re: Issue with yocto ADT
Is the error message the same as the original one you posted about a
missing make `all` target?
Please share both your working and non-working Makefiles.
Is the error message the same as the original one you posted about a
missing make `all` target?
Please share both your working and non-working Makefiles.
|
By
Minchev, Todor <todor.minchev@...>
·
#24884
·
|
|
Re: Using smart within an SDK
The idea is that an sdk will comprise of a manifest(contains list of
sstate items in the sdk) and some location that contains the items in the
manifest. So to update the sdk you would run a command
The idea is that an sdk will comprise of a manifest(contains list of
sstate items in the sdk) and some location that contains the items in the
manifest. So to update the sdk you would run a command
|
By
Randy Witt
·
#24883
·
|
|
How to use a local SVN repository as a premirror?
Hello all,
I have a local SVN repository which Yocto successfully downloads from using SRC_URI. Now I'm trying to setup Yocto to use this repository as a premirror rather than an upstream source.
Hello all,
I have a local SVN repository which Yocto successfully downloads from using SRC_URI. Now I'm trying to setup Yocto to use this repository as a premirror rather than an upstream source.
|
By
spdev31 <spdev31@...>
·
#24882
·
|
|
Re: Altera Cyclone V DTB origin
you should checkout meta-altera here
https://github.com/kraj/meta-altera
you should checkout meta-altera here
https://github.com/kraj/meta-altera
|
By
Khem Raj
·
#24881
·
|
|
Re: [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14
same here
By
Khem Raj
·
#24880
·
|
|
Re: [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14
IMO this looks a wrong place to pin kernel versions. Its BSPs choice hence belongs to machine
layers. unless you want to limit the scope of this layer to BSPs using linux-yocto only, then you need
to
IMO this looks a wrong place to pin kernel versions. Its BSPs choice hence belongs to machine
layers. unless you want to limit the scope of this layer to BSPs using linux-yocto only, then you need
to
|
By
Khem Raj
·
#24879
·
|
|
Re: Using smart within an SDK
Ah okay---that makes sense. Thanks.
I'd seen the extensible SDK and was thinking it looked pretty cool so
I'll give this a whirl. From what I've read, it doesn't yet support
updating. Is there a
Ah okay---that makes sense. Thanks.
I'd seen the extensible SDK and was thinking it looked pretty cool so
I'll give this a whirl. From what I've read, it doesn't yet support
updating. Is there a
|
By
Ash Charles <ashcharles@...>
·
#24878
·
|
|
Agenda: Yocto Project Technical Team Meeting - Tuesday, May 5, 2015 8:00 AM US Pacific Time
Tuesday, May 19, 2015 8:00 AM US Pacific Time
Agenda:
* Opens collection - 5 min (Stephen)
* Yocto Project status - 5 min
Tuesday, May 19, 2015 8:00 AM US Pacific Time
Agenda:
* Opens collection - 5 min (Stephen)
* Yocto Project status - 5 min
|
By
Jolley, Stephen K <stephen.k.jolley@...>
·
#24877
·
|
|
Re: CVE list vs bugzilla
Hi Sona,
Have you given any further thought about using the cve-check-tool?
https://github.com/ikeydoherty/cve-check-tool
A bugzilla plugin would need to be added but it may help here to
Hi Sona,
Have you given any further thought about using the cve-check-tool?
https://github.com/ikeydoherty/cve-check-tool
A bugzilla plugin would need to be added but it may help here to
|
By
Whiteman, John L <john.l.whiteman@...>
·
#24876
·
|
|
Keybinding on Matchbox, press a key and run an app
Hi i’ve a question, how i can create a keybinding or mapping for a specific key to run an application?
So what i want, i’ll press for example F12 and that will start a application?
Robert
Hi i’ve a question, how i can create a keybinding or mapping for a specific key to run an application?
So what i want, i’ll press for example F12 and that will start a application?
Robert
|
By
Robert Tulke <rt@...>
·
#24875
·
|
|
Re: Issue with yocto ADT
Hi Todor,
I created four more new projects.
For all the projects I gives error like this only.
Can send those projects make files?
But when I give the sysroot path in eclipse to the
Hi Todor,
I created four more new projects.
For all the projects I gives error like this only.
Can send those projects make files?
But when I give the sysroot path in eclipse to the
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24874
·
|
|
Re: Issue with yocto ADT
Hello Raghavendra,
Please pastebin your Makefile and share the pastebin link.
Seem like your project is corrupt and the Makefile is not generated
correctly.
Have you tried to delete the project and
Hello Raghavendra,
Please pastebin your Makefile and share the pastebin link.
Seem like your project is corrupt and the Makefile is not generated
correctly.
Have you tried to delete the project and
|
By
Minchev, Todor <todor.minchev@...>
·
#24873
·
|
|
Re: Altera Cyclone V DTB origin
Perhaps someone could improve on this, but
you can build a dtb from a source dts using a bbappend for your linux kernel.
1. drop a copy of your new dts in ${S}/arch/arm/boot/dts
2. add the name of
Perhaps someone could improve on this, but
you can build a dtb from a source dts using a bbappend for your linux kernel.
1. drop a copy of your new dts in ${S}/arch/arm/boot/dts
2. add the name of
|
By
Virgil Smith
·
#24872
·
|
|
Question on building out-of-tree modules on the target
Hi,
I have a section in the YP Linux Kernel Development Manual that talks about building out-of-tree-modules on the target -
Hi,
I have a section in the YP Linux Kernel Development Manual that talks about building out-of-tree-modules on the target -
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#24871
·
|
|
Re: Altera Cyclone V DTB origin
Hi,
I found that the dtb is obtained from a git reposirtory during the build
and stored under
build/tmp/work/socfpga_cyclone5-poky-linux-gnueabi/linux-altera-ltsi/3.10-r1/git/arch/arm/boot/dts/
I
Hi,
I found that the dtb is obtained from a git reposirtory during the build
and stored under
build/tmp/work/socfpga_cyclone5-poky-linux-gnueabi/linux-altera-ltsi/3.10-r1/git/arch/arm/boot/dts/
I
|
By
Steffen Schuetz <schuetz@...>
·
#24870
·
|
|
[Recipe reporting system] Upgradable recipe name list
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade this time, they can fill
This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
believe some of them needn't to upgrade this time, they can fill
|
By
recipe-report@...
·
#24869
·
|
|
Altera Cyclone V DTB origin
Hi,
I build a customized Linux image using Yocto Daisy - we need gcc >= 4.8
- following the instructions at
http://rocketboards.org/foswiki/Documentation/YoctoDoraBuildWithMetaAltera .
Besides the
Hi,
I build a customized Linux image using Yocto Daisy - we need gcc >= 4.8
- following the instructions at
http://rocketboards.org/foswiki/Documentation/YoctoDoraBuildWithMetaAltera .
Besides the
|
By
Steffen Schuetz <schuetz@...>
·
#24868
·
|
|
Issue with ADT when we use the extrcted rootfile system
Hi,
I have some issues with the ADT while building example autotool project when I extracted the rootfs using the "runqemu-extract-sdk" and give extracted directory path to ADT sysroot path.
But
Hi,
I have some issues with the ADT while building example autotool project when I extracted the rootfs using the "runqemu-extract-sdk" and give extracted directory path to ADT sysroot path.
But
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24866
·
|
|
[EDT][prelink-cross] LD_PRELOAD Implementation in Prelink
EP-F6AA0618C49C4AEDA73BFF1B39950BAB
Hi,
Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink
prelink fails if there are ld_preload libs present at target with below error.
expect libsX.so.1,
EP-F6AA0618C49C4AEDA73BFF1B39950BAB
Hi,
Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink
prelink fails if there are ld_preload libs present at target with below error.
expect libsX.so.1,
|
By
Maninder Singh <maninder1.s@...>
·
#24865
·
|
|
Re: Issue with yocto ADT
Hi Todor,
Could you please let me know the cause for the issue.
Thanks in advance.
Regards,
Raghavendra K.
________________________________________
Sent: Friday, May 15, 2015 5:31 PM
To: Minchev,
Hi Todor,
Could you please let me know the cause for the issue.
Thanks in advance.
Regards,
Raghavendra K.
________________________________________
Sent: Friday, May 15, 2015 5:31 PM
To: Minchev,
|
By
Raghavendra Kakarla <Raghavendra.Kakarla@...>
·
#24867
·
|