I was just helping 'irgendwer4711' on #ubuntu-devel who had hit a
similar case to this.
In the 2.6.24-29.93.diff the early_populate_rootfs is guarded by
CONFIG_ACPI_CUSTOM_DSDT_INITRD
yet the call is guarded by CONFIG_BLK_DEV_INITRD and he had config'd
CONFIG_ACPI_CUSTOM_DSDT_INITRD off.
(I don
Hi .
I have the same problem.
I turn off the ACPI into the kernel (make menuconfig and Power
Management option/ Power Management support), as Ogasawara suggested,
and make command works well after that.
Thx.
--
compile fails without BLK_DEV_INITRD
https://bugs.launchpad.net/bugs/193507
You r
This bug was fixed in the package linux - 2.6.24-10.16
---
linux (2.6.24-10.16) hardy; urgency=low
[Alessio Igor Bogani]
* rt: Synchronized with upstream (2.6.24.2-rt2)
* rt: Updated configuration files
[Eric Piel]
* SAUCE: ACPI: Allow custom DSDT tables to be loaded from
Leann - you make my job easy.
James - I have not compile tested this fix as it appears quite simple. I'm
relying on you to tell me if its fubar.
** Changed in: linux (Ubuntu)
Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Tim Gardner (timg-tpi)
Status: Triaged => Fix Committed
Hi James,
One workaround is to also disable CONFIG_ACPI which will allow the build
to finish, just not sure if that's something you want disabled or not.
If you take a peek at the Makefile:
[EMAIL PROTECTED]:~$ head linux-2.6.24/init/Makefile
#
# Makefile for the linux kernel.
#
obj-y