Guest User

Untitled

a guest
Nov 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
  2. index a64104b..335178c 100755
  3. --- a/conf/machine/raspberrypi.conf
  4. +++ b/conf/machine/raspberrypi.conf
  5. @@ -27,7 +27,7 @@ XSERVER = " \
  6. xf86-video-fbdev \
  7. "
  8.  
  9. -KERNEL_IMAGETYPE = "zImage"
  10. +KERNEL_IMAGETYPE = "Image"
  11.  
  12. MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
  13.  
  14. diff --git a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
  15. index 085cd01..eb95b78 100644
  16. --- a/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
  17. +++ b/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
  18. @@ -13,7 +13,7 @@ addtask deploy before do_package after do_install
  19.  
  20. do_deploy() {
  21. install -d ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles
  22. - bcm2835-mkimage.py ${DEPLOY_DIR_IMAGE}/zImage-${MACHINE}.bin ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img ${STAGING_BINDIR_NATIVE
  23. + bcm2835-mkimage.py ${DEPLOY_DIR_IMAGE}/Image-${MACHINE}.bin ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/kernel.img ${STAGING_BINDIR_NATIVE}
  24. }
  25.  
  26. PACKAGE_ARCH = "${MACHINE_ARCH}"
Add Comment
Please, Sign In to add comment