Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Error:
  2. fsl-image-qt5-1.0-r0 do_rootfs: ked-project-start not found in the base feeds (imx6dlsabresd cortexa9t2hf-neon-mx6qdl cortexa9hf-neon-mx6qdl cortexa9hf-neon cortexa9hf-vfp armv7ahf-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all).
  3. Recipe:
  4. LICENSE ="MIT"
  5. LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  6.  
  7. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  8.  
  9. SRC_URI += " \
  10. file://ked-project-start.init \
  11. file://COPYING \
  12. "
  13.  
  14. inherit update-rc.d
  15. INITSCRIPT_NAME = "ked-project"
  16. INITSCRIPT_PARAMS = "defaults 90"
  17.  
  18. do_install() {
  19. install -d ${D}${sysconfdir}/init.d
  20. install -m 0755 ${WORKDIR}/ked-project-start.init ${D}${sysconfdir}/init.d/ked-project
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement