Commit 76397718 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+commented out old do_bundle_initramfs

parent fb8bbc7c
......@@ -112,8 +112,8 @@ do_deploy_append(){
done
}
# Override do_bundle_initramfs (kernel.bbclass)
do_bundle_initramfs () {
# OLD: Override do_bundle_initramfs (kernel.bbclass)
do_bundle_initramfs_old () {
if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then
echo "Creating a kernel image with a bundled initramfs..."
copy_initramfs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment