Re: [yocto] [OE-core] [PATCH v2 1/2] package.bbclass: add prohibited-path qa test

2017-11-14 Thread Andreas Oberritter
Hi Martyn, On Mon, 13 Nov 2017 19:19:47 + Martyn Welch wrote: > Sometimes we wish to ensure that packages don't install files or > directories somewhere that may prove detrimental to the operation of the > system. For example, this may be the case if files are placed in a > directory that is

[yocto] [meta-qt4][PATCH] qt4-native: disable precompiled headers

2016-07-06 Thread Andreas Oberritter
-Core). Signed-off-by: Andreas Oberritter --- recipes-qt4/qt4/qt4-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc index 58acac8..dac267b 100644 --- a/recipes-qt4/qt4/qt4-native.inc +++ b/recipes-qt4/qt4/qt4-native.inc

Re: [yocto] [OE-core] DNS when using Static IP

2014-05-05 Thread Andreas Oberritter
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 >