Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.16 kernel: lzop not found #1

Closed
RobertBerger opened this issue Aug 15, 2014 · 2 comments
Closed

3.16 kernel: lzop not found #1

RobertBerger opened this issue Aug 15, 2014 · 2 comments
Assignees

Comments

@RobertBerger
Copy link
Owner

| Kernel: arch/arm/boot/Image is ready
| AS arch/arm/boot/compressed/head.o
| LZO arch/arm/boot/compressed/piggy.lzo
| /bin/sh: 1: lzop: not found
| make[4]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
| make[4]: *** Waiting for unfinished jobs....
| make[4]: *** wait: No child processes. Stop.
| make[3]: *** [arch/arm/boot/compressed/vmlinux] Error 2
| make[2]: *** [uImage] Error 2
| make[1]: *** [sub-make] Error 2
| make: *** [__sub-make] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/genius/test/yocto-autobuilder/yocto-worker/custom-daisy-beagle-bone-black-core-image-minimal-exp/build/build/tmp/work/beagle_bone_black_ml-poky-linux-gnueabi/linux-yocto-custom/3.16.1+gitAUTOINC+9a35988df6-r0/temp/log.do_compile.17971)
NOTE: recipe linux-yocto-custom-3.16.1+gitAUTOINC+9a35988df6-r0: task do_compile: Failed

@RobertBerger RobertBerger self-assigned this Aug 15, 2014
@RobertBerger
Copy link
Owner Author

Solution:
sudo apt-get install lzop

(need to add this to next docker image)

@RobertBerger
Copy link
Owner Author

made it into the ubuntu-base conatiner:
RobertBerger/ubuntu-base@e64e86d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant