[OE-core] [oe-core][PATCH ] add shutdown hook for udev

2013-02-03 Thread igeiser
From: Ian Reinhart Geiser In cases where other initramfs modules need to rely on udev running (ie in my case I have to load firmware on a device that is slow to start) there needs to be a way to keep it running during the lifecycle of the initramfs but still be shut down before swith_root is call

[OE-core] [oe-core][PATCH v4] mesa-dri: add extra dri drivers

2013-01-31 Thread igeiser
From: Ian Reinhart Geiser * By default enable only swrast. This needs to be here or for some reason qemuarm tries to detect the intel dri libraries and fails. * For x86 and x86-64 explicitly set all of the supported drm drivers. builds properly with qemux86 qemuarm and qemux86-64 S

[OE-core] [oe-core][PATCH v3] mesa-dri: add extra dri drivers

2013-01-31 Thread igeiser
From: Ian Reinhart Geiser * By default enable only swrast. This needs to be here or for some reason qemuarm tries to detect the intel dri libraries and fails. * For x86 and x86-64 clear out the field so mesa enabled all of the modules. builds properly with qemux86 qemuarm and qemux8

[OE-core] [oe-core][PATCH v2] mesa-dri: add extra dri drivers

2013-01-30 Thread igeiser
From: Ian Reinhart Geiser * By default enable only swrast. This needs to be here or for some reason qemuarm tries to detect the intel dri libraries and fails. * For x86 and x86-64 clear out the field so mesa enabled all of the modules. builds properly with qemux86 qemuarm and qemux8

[OE-core] [PATCH] mesa-dri: add extra dri drivers

2013-01-30 Thread igeiser
From: Ian Reinhart Geiser On x86 the ATI and NVidia drm drivers are valid to build. Currently there are _append_x86 and _append_x64 lines that explicitly add i915 and i965. For consistency I think that the ATI and NVidia drm driver should be added. In classic these were tunable via the machine c