Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ERROR: core-image-1.0-r0 do_rootfs: Unable to install packages. Command '/home/me/Dev/build/tmp/sysroots/x86_64-linux/usr/bin/opkg --volatile-cache -f /home/me/Dev/build/tmp/work/genericx86_64-poky-linux/core-image/1.0-r0/opkg.conf -o /home/me/Dev/build/tmp/work/genericx86_64-poky-linux/core-image/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install drived tmux lshw psplash-debug psplash-wipeos kernel-modules dropbear mini-x-session init-ifupdown display-hotplug sg3-utils packagegroup-core-boot xf86-video-nouveau smartmontools file xf86-video-ati shadow run-postinsts usbutils packagegroup-core-x11 pciutils base-passwd' returned 255:
  2. Collected errors:
  3. * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'drived'.
  4.  
  5. # drived_0.1.bb
  6.  
  7. # license/description things here
  8. DEPENDS := "python python-cython-native"
  9. RDEPENDS_${PN} = "python python-setuptools python-json python-wsgiref"
  10.  
  11. SRC_URI = "git://git@github.com/WipeOS/WipeD.git;protocol=ssh;nobranch=1"
  12. # "Setup.py install drived" commit
  13. SRCREV = "0e50f55243791fa69d73c2a97cfad70d2e091000"
  14.  
  15. S = "${WORKDIR}/git"
  16.  
  17. # setuptools automatically puts the drived executable inside /usr/bin
  18.  
  19. export STAGING_INCDIR
  20. export STAGING_LIBDIR
  21. export BUILD_SYS
  22. export HOST_SYS
  23.  
  24. inherit setuptools pythonnative native
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement