Advertisement
Guest User

Untitled

a guest
Apr 27th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. DESCRIPTION = "Recipe to load integrator software"
  2. LICENSE = "CLOSED"
  3.  
  4. SRC_URI = "file://integrator.tar"
  5. #fetched from gitlab by build.sh script
  6. SRC_URI[md5sum] = "${INTEGRATOR_MD5}"
  7.  
  8. RDEPENDS:${PN} += " systemd-run-integrator"
  9.  
  10. BB_STRICT_CHECKSUM = "0"
  11.  
  12. INSANE_SKIP:${PN} += " ldflags arch file-rdeps"
  13.  
  14. FILES:${PN} = "/opt/eSonel/*"
  15.  
  16.  
  17. do_install() {
  18. cp -R --no-dereference --preserve=mode,links -v ${WORKDIR}/Workbenches ${D}/opt/
  19. }
  20.  
  21.  
  22. Log:
  23.  
  24. DNF version: 4.11.1
  25. cachedir: /home/jenkins/workspace/est-components-aggregator-dev/est-build-environment/build/tmp/work/est_imx8mm-est-linux/est-production-image/1.0-r0/rootfs/var/cache/dnf
  26. Added oe-repo repo from /home/jenkins/workspace/est-components-aggregator-dev/est-build-environment/build/tmp/work/est_imx8mm-est-linux/est-production-image/1.0-r0/oe-rootfs-repo
  27. User-Agent: falling back to 'libdnf': could not detect OS or basearch
  28. repo: using cache for: oe-repo
  29. oe-repo: using metadata from Thu 20 Apr 2023 01:23:22 PM UTC.
  30. Last metadata expiration check: 0:00:01 ago on Thu 20 Apr 2023 01:23:22 PM UTC.
  31. --> Starting dependency resolution
  32. --> Finished dependency resolution
  33. Error:
  34. Problem: conflicting requests
  35. - nothing provides ld-linux-armhf.so.3 needed by integrator-1.1-r0.armv8a
  36. - nothing provides ld-linux-armhf.so.3(GLIBC_2.4) needed by integrator-1.1-r0.armv8a
  37. - nothing provides ld-linux.so.3 needed by integrator-1.1-r0.armv8a
  38. - nothing provides ld-linux.so.3(GLIBC_2.4) needed by integrator-1.1-r0.armv8a
  39. - nothing provides ld.so.1()(64bit) needed by integrator-1.1-r0.armv8a
  40. - nothing provides ld.so.1(GLIBC_2.4)(64bit) needed by integrator-1.1-r0.armv8a
  41. - nothing provides libc.so()(64bit) needed by integrator-1.1-r0.armv8a
  42. (try to add '--skip-broken' to skip uninstallable packages)
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement