On 02/15/2013 05:09 AM, Ross Burton wrote:
Hi,
Same as V1, apart from changing package_deb to have the same check on conffiles
as package_ipk.
Unless I got the wrong set, this still seems to have trouble with the
hardware BSPs for routerstation and MPC machines.
Maybe you need to build those
From: "Franklin S. Cooper Jr"
* Currently the assumption is made that only oe-core can include a scripts
directory.
* However, when other layers create a scripts directory the bitbake script
freaks out causing a infinite recursive loop until it crashes.
* Simply changing the regular express
From: Konrad Scherer
Unmount all filesystems automounted by udev except one with
rootfs since the filesystem will be destroyed by switch_root.
Signed-off-by: Konrad Scherer
---
meta/recipes-core/initrdscripts/files/init-live.sh | 21
1 file changed, 17 insertions(+), 4 d
On Fri, Feb 15, 2013 at 04:47:37PM -0200, Otavio Salvador wrote:
> On Fri, Feb 15, 2013 at 4:19 PM, Enrico Scholz
> wrote:
> > Hello,
> >
> > it would be nice when the decision to make the init manager a distribution
> > feature will be reverted to the old oe-meta mechanism.
> >
> > Being a distri
On 15 February 2013 19:29, Khem Raj wrote:
> +/lib/udev/hwdb.d \
Would this obsolete the patch I posted earlier to add pci/usb IDs?
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo
Signed-off-by: Khem Raj
---
meta/recipes-core/systemd/systemd_197.bb |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index 0c3ebc4..aa6fcea 100644
--- a/meta/recipes-core/systemd/syst
Thanks for looking at this so quickly.
If I set the optimization to DEBUG_OPTIMIZATION, I see -O0
in CFLAGS, but I see -O2 in log.do_compile. In Makefile, itself,
I see
CFLAGS = -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE -O2 -g $(DEFS)
and rather than patch that, I thought it would be easi
On Fri, Feb 15, 2013 at 4:19 PM, Enrico Scholz
wrote:
> Hello,
>
> it would be nice when the decision to make the init manager a distribution
> feature will be reverted to the old oe-meta mechanism.
>
> Being a distribution feature means, that packages are created in such a
> way that it is imposs
Hello,
it would be nice when the decision to make the init manager a distribution
feature will be reverted to the old oe-meta mechanism.
Being a distribution feature means, that packages are created in such a
way that it is impossible to split off unwanted and heavy weighted
functionality at imag
Use the pidfile functionality of start-stop-daemon to only kill
the dropbear server process and not the active client connections.
OE-classic used to have this functionality, a patch for it was
applied in revision 6adaccf00601e1bc3ce1ede5417eabcdf1671768.
---
meta/recipes-core/dropbear/dropbear.i
Khem Raj writes:
> unit files are added to util-linux itself when selected
Having these files in main package causes
| [FAILED] Failed to listen on UUID daemon activation socket.
on every boot. Although this is caused by a packaging issue (/var/uuidd
does either not exist and/or should be bel
/tmp directories must be sticky and world writable to be usable.
Signed-off-by: Enrico Scholz
---
meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf
b/meta/recipe
The idea of a generic xorg.conf is meaningless, especially when they specify the
"intel" driver. Empty this file so that unless the BSP specifies it's own
xorg.conf, no xorg.conf file is installed.
Signed-off-by: Ross Burton
---
.../xorg-xserver/xserver-xf86-config/xorg.conf | 26
Many hardware platforms can autodetect their hardware and don't need a xorg.conf
at all. Make it easy for BSPs to not ship a xorg.conf by not installing empty
xorg.conf files.
Signed-off-by: Ross Burton
---
.../recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | 10 ++
1 file c
Hi,
Same as V1, apart from changing package_deb to have the same check on conffiles
as package_ipk.
Ross
The following changes since commit 5a4ea383c3fc792cea87b834655eb013120fbb15:
poky.conf: Add Ubuntu 12.04.2 to sanity tested distros (2013-02-14 23:18:00
+)
are available in the git r
dpkg-deb verifies that conffiles exist, so verify that the specified files
actually exist before writing them to conffiles.
This mirrors the behaviour of FILES and package_rpm's CONFFILES handling.
Signed-off-by: Ross Burton
---
meta/classes/package_deb.bbclass |3 ++-
1 file changed, 2 ins
opkg-build verifies that conffiles exist, so verify that the specified files
actually exist before writing them to conffiles.
This mirrors the behaviour of FILES and package_rpm's CONFFILES handling.
Signed-off-by: Ross Burton
---
meta/classes/package_ipk.bbclass |3 ++-
1 file changed, 2 i
Ross Burton
writes:
> The standalone udev has these dependencies and extraconf is required
> to have working automount amongst other things.
The -ids stuff is solved in systemd-udev by the (non-working)
/lib/udev/hwdb.d database, isn't it? IMO it would be better to fix the
hwdb instead of addin
On Thu, 2013-02-14 at 23:48 -0800, Saul Wold wrote:
> Richard,
>
> This is mostly a set of package updates with a couple of fixes
> fro systemd from Khem and Ross.
>
> Please review Peter's rename patch.
>
> I have build and booted sato locally with most of the udpated pacakges,
> the Auotbuild
On 02/14/2013 02:42 PM, Mike Looijmans wrote:
On 02/14/2013 01:57 PM, Mike Looijmans wrote:
On 02/14/2013 01:42 PM, Marcin Juszkiewicz wrote:
W dniu 14.02.2013 13:35, Mike Looijmans pisze:
So far i've been using good old initscripts for my systems. I want to
try out systemd. Having zero experi
Hi Saul,
2013/2/14 Saul Wold
>
> What version of OE-Core/POoky are you using? It would be helpful to know
> that.
>
I'm building against the best so far master git repository.
>
> If you are not using the Poky Distro, then you could try setting
> PREMIRRORS and/or use the own-mirrors.bbclass an
21 matches
Mail list logo