提交 37321b07 编写于 作者: Z Zhengtong

Switch the kernel source code version to support ppc arch kernel compiling

Signed-off-by: NZhengtong <zhengtli@redhat.com>
上级 2eeba6a1
......@@ -150,12 +150,12 @@
after_reopen = "reboot verify_alive"
- with_powerdown:
type = drive_mirror_powerdown
app_check_cmd = "test -d ${tmp_dir}/linux-2.6.35.14"
download_link = "https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.35/linux-2.6.35.14.tar.gz"
pkg_md5sum = "15e4021ffcb47b93c218083e1f2734a7"
install_cmd = "tar xzvf ${tmp_dir}/linux-2.6.35.14.tar.gz -C ${tmp_dir}/"
config_cmd = "cd ${tmp_dir}/linux-2.6.35.14 && make defconfig"
start_cmd = "cd ${tmp_dir}/linux-2.6.35.14 && make clean && make -j `grep processor /proc/cpuinfo|wc -l` && make modules"
app_check_cmd = "test -d ${tmp_dir}/linux-4.8.1"
download_link = "https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.8.1.tar.gz"
pkg_md5sum = "8c6622686cf26f49ba454ef919e0e0c2"
install_cmd = "tar xzvf ${tmp_dir}/linux-4.8.1.tar.gz -C ${tmp_dir}/"
config_cmd = "cd ${tmp_dir}/linux-4.8.1 && make defconfig"
start_cmd = "cd ${tmp_dir}/linux-4.8.1 && make clean && make -j `grep processor /proc/cpuinfo|wc -l` && make modules"
check_cmd = "pidof make"
stop_cmd = "pkill -g make && rm -rf ${tmp_dir}/linux*"
before_start = "load_stress"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册