mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
Add 2.6.16 kernel (and include SD card SCR workaround)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@318 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -115,8 +115,8 @@ do_compile_append() {
|
||||
}
|
||||
|
||||
do_deploy() {
|
||||
install -d ${DEPLOY_DIR}/images
|
||||
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin
|
||||
install -d ${DEPLOY_DIR_IMAGE}
|
||||
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin
|
||||
}
|
||||
|
||||
do_deploy[dirs] = "${S}"
|
||||
|
||||
Reference in New Issue
Block a user