sudo apt-get install openssh-server
'Linux' 카테고리의 다른 글
Gstreamer 파이프라인 디버깅 (0) | 2017.04.14 |
---|---|
임베디드 시스템 엔지니어를 위한 리눅스 커널 분석 링크 (0) | 2016.08.09 |
Linux64bit 에서 32bit 프로그램 실행 (0) | 2016.07.13 |
14.04 한글설정 (0) | 2016.04.09 |
wayland font (0) | 2016.02.24 |
sudo apt-get install openssh-server
Gstreamer 파이프라인 디버깅 (0) | 2017.04.14 |
---|---|
임베디드 시스템 엔지니어를 위한 리눅스 커널 분석 링크 (0) | 2016.08.09 |
Linux64bit 에서 32bit 프로그램 실행 (0) | 2016.07.13 |
14.04 한글설정 (0) | 2016.04.09 |
wayland font (0) | 2016.02.24 |
ubuntu 14.04 -> 15.10
Yocto Build log
ERROR: Function failed: do_configure (log file is located at /home/kjjeong/TYocto/build/tmp/work/x86_64-linux/qemu-native/2.1.0-r0/temp/log.do_configure.21093)
ERROR: Logfile of failure stored in: /home/kjjeong/TYocto/build/tmp/work/x86_64-linux/qemu-native/2.1.0-r0/temp/log.do_configure.21093
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
|
| ERROR: User requested feature sdl
| configure was not able to find it.
| Install SDL devel
|
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/kjjeong/TYocto/build/tmp/work/x86_64-linux/qemu-native/2.1.0-r0/temp/log.do_configure.21093)
ERROR: Task 2377 (virtual:native:/home/kjjeong/TYocto/poky/meta/recipes-devtools/qemu/qemu_2.1.0.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1293 tasks of which 1283 didn't need to be rerun and 1 failed.
Link : https://www.yoctoproject.org/downloads/core/jethro201
Release Note
- - Yocto Bug #: 8553: qemu-native to build on Ubuntu 15.10
https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553
Building a core-image-minimal fails with error:
| ERROR: User requested feature sdl
| configure was not able to find it.
| Install SDL devel
- - Fixed on Jethro branch.
CVE-2016-0800 SSL/TLS: Cross-protocol attack on TLS using SSLv2 (DROWN)
openssl: Security fix CVE-2016-0800.
https://www.openssl.org/news/secadv/20160301.txt
Fixed on Jethro branch.
http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=jethro&id=05c31507da...
(From OE-Core rev: c99ed6b73f397906475c09323b03b53deb83de55)
[serverB] 1221_16:36 (0) | 2015.12.21 |
---|---|
[My Yocto] meta-toolchain-qt5[1221_11:20] (0) | 2015.12.21 |
[Yocto S] telechips-ivi-image error (0) | 2015.12.21 |
[Tel] meta-toolchain-qt5 error (0) | 2015.12.18 |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386
참고 :
http://bakyeono.net/post/2016-03-10-run-32bit-binary-on-64bit-linux.html
apt-get install ia32-libs
Gstreamer 파이프라인 디버깅 (0) | 2017.04.14 |
---|---|
임베디드 시스템 엔지니어를 위한 리눅스 커널 분석 링크 (0) | 2016.08.09 |
Ubuntu16.04 ssh (0) | 2016.07.15 |
14.04 한글설정 (0) | 2016.04.09 |
wayland font (0) | 2016.02.24 |