On 05/21/2010 07:50 AM, anders@jenbo.dk wrote:
Also check out the required tool chain here coreboot.org/Development_Guidelines
I checked those and I have everything on my Ubuntu laptop, except pciutils-dev package. Seems like it doesn't exist. I checked through the sources and there weren't many header files included; Which files from pciutils-dev are needed that wouldn't be in a pciutils package?
On Fri, May 21, 2010 at 08:08:17AM +0200, Oliver Schinagl wrote:
On 05/21/2010 07:50 AM, anders@jenbo.dk wrote:
Also check out the required tool chain here coreboot.org/Development_Guidelines
I checked those and I have everything on my Ubuntu laptop, except pciutils-dev package. Seems like it doesn't exist. I checked through the sources and there weren't many header files included; Which files from pciutils-dev are needed that wouldn't be in a pciutils package?
Hmm, apparently the package has been renamed to
libpci-dev
since Intrepid, and they dropped the virtual pciutils-dev package that refers to libpci-dev in Lucid.
I've put a note to that effect on the wiki, too.
Thanks, Ward.
On 05/21/10 16:31, Ward Vandewege wrote:
On Fri, May 21, 2010 at 08:08:17AM +0200, Oliver Schinagl wrote:
On 05/21/2010 07:50 AM, anders@jenbo.dk wrote:
Also check out the required tool chain here coreboot.org/Development_Guidelines
I checked those and I have everything on my Ubuntu laptop, except pciutils-dev package. Seems like it doesn't exist. I checked through the sources and there weren't many header files included; Which files from pciutils-dev are needed that wouldn't be in a pciutils package?
Hmm, apparently the package has been renamed to
libpci-dev
since Intrepid, and they dropped the virtual pciutils-dev package that refers to libpci-dev in Lucid.
I've put a note to that effect on the wiki, too.
Thanks, Ward.
yeah, I found it and installed it :) Thanks!