All of lore.kernel.org
 help / color / mirror / Atom feed
* HAL and pci +acpi
@ 2007-09-23  9:05 Koen Kooi
  2007-10-03 14:47 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2007-09-23  9:05 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

The current HAL recipe disables pci and acpi, which isn't nice for machines that support
either of them. I want to propose the following:

# machines with pci and acpi get a machine specific hal
EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
                --with-expat=${STAGING_LIBDIR}/.. \
                --with-dbus-sys=${sysconfdir}/dbus-1/system.d \
                --with-hotplug=${sysconfdir}/hotplug.d \
                --disable-docbook-docs \
                --disable-policy-kit \
                --disable-pmu \
                --disable-pnp-ids \
                ${@base_contains('COMBINED_FEATURES', 'pci', '--enable-pci
- --enable-pci-ids', '--disable-pci --disable-pci-ids',d)} \
                ${@base_contains('MACHINE_FEATURES', 'acpi', '--enable-acpi',
'--disable-acpi',d)} \
               "

MY_ARCH := "${PACKAGE_ARCH}"
PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}',
'${MY_ARCH}',d)}"
PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}',
'${MY_ARCH}',d)}"

what do you think?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFG9ixgMkyGM64RGpERAks3AJoCIJjatJo0frdWZMVP2Fp+IaBX0QCgjcxt
pEBKzMB/nLnhdoohBYM12Gs=
=thfw
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: HAL and pci +acpi
  2007-09-23  9:05 HAL and pci +acpi Koen Kooi
@ 2007-10-03 14:47 ` Marcin Juszkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Juszkiewicz @ 2007-10-03 14:47 UTC (permalink / raw)
  To: openembedded-devel

Dnia niedziela, 23 września 2007, Koen Kooi napisał:
> Hi,
>
> The current HAL recipe disables pci and acpi, which isn't nice for
> machines that support either of them. I want to propose the following:

[..]

> what do you think?

+1 from me

-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

          bloody internet
          there was once peace and then the internet came in :-)





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-03 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-23  9:05 HAL and pci +acpi Koen Kooi
2007-10-03 14:47 ` Marcin Juszkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.