RobertCNelson / linux-dev

MIT License
150 stars 96 forks source link

Scripts do not look for lzma package. #6

Closed mtim closed 12 years ago

mtim commented 12 years ago

build_deb.sh (and friends) do not check for lzma.

RobertCNelson commented 12 years ago

For HEAD of linux-dev, lzma shouldn't be required anymore, as it's been switch to use xz:

CONFIG_KERNEL_XZ=y

CONFIG_KERNEL_GZIP is not set CONFIG_KERNEL_LZMA is not set CONFIG_KERNEL_LZO is not set

So xz-utils, should be checked, but it probally installed by default on most distro's.. http://packages.debian.org/squeeze/xz-utils

Regards,

mtim commented 12 years ago

For a clean build_deb.sh the branch am33x-v3.2 (beaglebone) it tried to use that compressor. Started with Ubuntu Core which as almost nothing installed by default.

RobertCNelson commented 12 years ago

OH yeah, always forget about the bone branch.. Yeap, that needs the lzma check patch, along with the stable-kernel tree as that has 3.2.x with lzma too..