On 30 April 2014 13:57, Paul Barker wrote:
> If you can't find
> a good guide online on how to set this up, let me know and I'll write
> up a blog post of how I did it.
I'd be interested in reading this, if you wrote it up. Which container
technology did you use?
--
_
On Fri, May 2, 2014 at 2:00 AM, Radek Dostal <
radek.dos...@streamunlimited.com> wrote:
> -sed -i -e s:${D}::g "$i"
> +# only modify file if it contains path to avoid recompilation
> on the target
> +if (grep "${D}" "$i") >/dev/null 2>&1
If you're to go this r
On Sat, May 03, 2014 at 12:54:14AM +0200, Martin Jansa wrote:
> Thanks to 2 fixes from Paul were down to only couple recipes.
>
> As discussed on OEDAM today, I'll be more aggressive with removing,
> blacklisting
> so today I'll send patch adding few PNBLACKLIST entries and inheriting
> blacklis
Thanks to 2 fixes from Paul were down to only couple recipes.
As discussed on OEDAM today, I'll be more aggressive with removing, blacklisting
so today I'll send patch adding few PNBLACKLIST entries and inheriting blacklist
bbclass by default.
http://www.openembedded.org/wiki/Bitbake_World_Status
mkhelp: generate code for --disable-manual as well
This allows configure --disable-manual to run and build without having
to regenerate the src/tool_hugehelp.c file which otherwise is necessary
since we ship tarballs with that file present.
Signed-off-by: Tudor Florea
---
.../curl/generate_code
On Fri, 2014-05-02 at 22:51 +0100, Paul Barker wrote:
> On 2 May 2014 22:34, Richard Purdie
> wrote:
> > On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote:
> >>
> >> Am I missing something here? Is it expected that this variable change
> >> is detected and the relevant tasks re-executed? I kno
On 2 May 2014 22:34, Richard Purdie wrote:
> On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote:
>>
>> Am I missing something here? Is it expected that this variable change
>> is detected and the relevant tasks re-executed? I know changing
>> variables like PREFERRED_PROVIDER_* in local.conf cau
On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote:
> Hi all, I'm wondering if someone can help me debug this problem a
> little as it's getting into the parts of bitbake I don't know very
> well, in particular the determination of whether a task needs to
> re-run or not.
>
> I've attached a pat
On Thu, May 01, 2014 at 06:02:41PM +0100, Richard Purdie wrote:
> I was asked what I thought were things that needed discussion at OEDAM.
> Sadly I won't be there but I thought it might help to write down my
> thoughts in a few areas.
>
> Developer Workflow
> --
>
> Firstly, I thi
On Fri, May 2, 2014 at 4:58 PM, Tudor Florea wrote:
> Hello Otavio,
>
>> -Original Message-
>> From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On
>> Behalf Of Otavio Salvador
>> Sent: Friday, May 02, 2014 21:01
>> To: Tudor Florea
>> Cc: Patches and discussions about the
On Fri, 2014-05-02 at 21:16 +0200, Koen Kooi wrote:
> Op 1 mei 2014, om 19:02 heeft Richard Purdie
> het volgende geschreven:
>
> > I was asked what I thought were things that needed discussion at OEDAM.
> > Sadly I won't be there but I thought it might help to write down my
> > thoughts in a fe
Hello Otavio,
> -Original Message-
> From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On
> Behalf Of Otavio Salvador
> Sent: Friday, May 02, 2014 21:01
> To: Tudor Florea
> Cc: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] ARMv5 build error
>
>
On 04/27/2014 07:44 AM, Changhyeok Bae wrote:
* The SRC_URI is not accessible.
So need to add mirror site referred by the original site.
* The problem is that
http://download.savannah.gnu.org/releases redirects to closest mirror
and few mirrors (e.g. .jp) weren't working correctly while
Op 1 mei 2014, om 19:02 heeft Richard Purdie
het volgende geschreven:
> I was asked what I thought were things that needed discussion at OEDAM.
> Sadly I won't be there but I thought it might help to write down my
> thoughts in a few areas.
>
> Developer Workflow
> --
>
> Firs
Hello Tudor,
On Thu, May 1, 2014 at 5:26 PM, Tudor Florea wrote:
> Apparently the bug was observed
> http://sourceforge.net/p/curl/bugs/1350/
> and fixed
> https://github.com/bagder/curl/commit/38d582ff5
> If not too late, I'll test and send a patch for this tomorrow.
Did you get this moving?
-
Hi all, I'm wondering if someone can help me debug this problem a
little as it's getting into the parts of bitbake I don't know very
well, in particular the determination of whether a task needs to
re-run or not.
I've attached a patch which adds code to do_package_write_ipk in
package_ipk.bbclass
On 05/02/2014 07:10 AM, Mike Looijmans wrote:
> On 05/02/2014 03:47 PM, Burton, Ross wrote:
>> On 2 May 2014 14:00, Mike Looijmans wrote:
>>> Just about fifteen minutes ago I was asked the question of "Yay, I could
>>> build a complete image for the board from scratch. Now how do I
>>> create and
This allows us to remove the following uses of PRINC in meta-raspberrypi:
recipes-bsp/formfactor/formfactor_0.0.bbappend:
PRINC = "1"
recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend:
PRINC := "${@int(PRINC) + 5}"
Signed-off-by: Paul Barker
---
meta/recipes-bsp/formfactor
Hello Tarek,
On 02.05.2014 13:04, Tarek El-Sherbiny wrote:
> Hi.
>
> I'm trying to set my IP config to a static address.
>
> iface eth0 inet static
> address 192.168.55.45
> network 192.168.55.0
> netmask 255.255.255.0
> broadcast 192.168.55.255
> gateway 192.168.55.1
>
On 02/05/14 14:47, Burton, Ross wrote:
> On 2 May 2014 14:00, Mike Looijmans wrote:
>> Just about fifteen minutes ago I was asked the question of "Yay, I could
>> build a complete image for the board from scratch. Now how do I create and
>> run a HelloWorld application on it?"
>
> Depending on co
I have created resolv.conf manually using vi but every time I do a reboot
the file comes back empty. and the dns function is not working.
What is the best solution to this?
On Fri, May 2, 2014 at 3:15 PM, Mike Looijmans wrote:
> When using DHCP, busybox's udhcpc script will write the DNS entr
On 05/02/2014 03:47 PM, Burton, Ross wrote:
On 2 May 2014 14:00, Mike Looijmans wrote:
Just about fifteen minutes ago I was asked the question of "Yay, I could
build a complete image for the board from scratch. Now how do I create and
run a HelloWorld application on it?"
Depending on context
When using DHCP, busybox's udhcpc script will write the DNS entries that
the server returned into the resolv.conf file.
In this case, I think you'll have to "provide" resolv.conf in some other
way, there's nothing in ifup/ifdown that will modify resolv.conf based
on keywords in the interfaces
On 2 May 2014 14:00, Mike Looijmans wrote:
> Just about fifteen minutes ago I was asked the question of "Yay, I could
> build a complete image for the board from scratch. Now how do I create and
> run a HelloWorld application on it?"
Depending on context simply adding the "tools-sdk dev-pkgs"
IMA
On 05/01/2014 07:02 PM, Richard Purdie wrote:
I was asked what I thought were things that needed discussion at OEDAM.
Sadly I won't be there but I thought it might help to write down my
thoughts in a few areas.
Developer Workflow
--
Firstly, I think the big piece we need to addr
My image is based on core-image-base.
include recipes-core/images/core-image-base.bb
On Fri, May 2, 2014 at 1:49 PM, Iorga, Cristian wrote:
> Not really, I just wanted to get a better overview of the issue that you
> are facing.
>
> What image did you started from, if any?
>
>
>
> *From:* Tar
Not really, I just wanted to get a better overview of the issue that you are
facing.
What image did you started from, if any?
From: Tarek El-Sherbiny [mailto:tarek.elsherb...@gmail.com]
Sent: Friday, May 2, 2014 3:31 PM
To: Iorga, Cristian
Cc: openembedded-core@lists.openembedded.org; yo...@yocto
No connman is not included. Shall I include it and try?
On 2 May 2014 13:01, "Iorga, Cristian" wrote:
> Hello,
>
>
>
> What image did you start from, if any?
>
> i.e., core-image-minimal, core-image-sato, etc…
>
> Is connman included?
>
>
>
> Regards,
>
> Cristian Iorga
>
> YP
>
> Intel Corpora
Hello,
What image did you start from, if any?
i.e., core-image-minimal, core-image-sato, etc…
Is connman included?
Regards,
Cristian Iorga
YP
Intel Corporation
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tarek
El
Newer versions of gnutls depends on nettle.
Signed-off-by: Valentin Popa
---
meta/recipes-support/nettle/nettle_2.7.1.bb | 24
1 file changed, 24 insertions(+)
create mode 100644 meta/recipes-support/nettle/nettle_2.7.1.bb
diff --git a/meta/recipes-support/nettle/nettl
On 05/01/2014 02:34 PM, Paul Eggleton wrote:
Hi Valentin,
On Wednesday 30 April 2014 18:39:31 Valentin Popa wrote:
Newer versions of gnutls depends on nettle.
Signed-off-by: Valentin Popa
---
meta/recipes-support/nettle/nettle_2.7.1.bb | 22 ++
1 file changed, 22 insert
Hi.
I'm trying to set my IP config to a static address.
iface eth0 inet static
address 192.168.55.45
network 192.168.55.0
netmask 255.255.255.0
broadcast 192.168.55.255
gateway 192.168.55.1
dns-nameservers 192.168.10.2
But I don't get the DNS server address to be in
Currently sed command touches every single *.py file. This modifies the
timestamp of the file. All *.pyo files will be recompiled during the first
boot, because timestamp will not match. This should be only necessary if
sed command changes the file.
Signed-off-by: Radek Dostal
---
meta/classes/d
Git.pm wasn't ending up in the package because do_install removed it
with a misleading comment about multilib. Workaround the problem so
that Git.pm ends up in the correct dir *and* doesn't get deleted.
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/git/git.inc | 7 ++-
1 file changed, 6
34 matches
Mail list logo