linux-cfa: always use cfa10036 as MACHINE for the kernel link

Barebox is configured to always look for a kernel image named
zImage-cfa10036.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Alexandre Belloni 2013-09-06 20:18:05 +00:00 committed by Otavio Salvador
parent acf3517d75
commit cccce6ee38

View File

@ -26,7 +26,7 @@ pkg_postinst_kernel-devicetree_append () {
}
pkg_postinst_kernel-image_append () {
update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${MACHINE} ${KERNEL_IMAGETYPE}-${MACHINE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-cfa10036 ${KERNEL_IMAGETYPE}-cfa10036 ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
}
COMPATIBLE_MACHINE = "cfa10036"