리눅스 환경


root@li:/home/li# lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 14.04.3 LTS

Release: 14.04

Codename: trusty


관련 패키지 설치


 

$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-

multilib build-essential chrpath socat libsdl1.2-dev xterm make

xsltproc docbook-utils fop dblatex xmlto autoconf automake libtool

libglib2.0-dev python-gtk2 bsdmainutils screen



Installing Poky


Yocto release 1.7.1 을 설치한다.

$ sudo install -o $(id -u) -g $(id -g) -d /opt/yocto

$ cd /opt/yocto

$ git clone --branch dizzy git://git.yoctoproject.org/poky


$ cd /opt/yocto/poky

$ source oe-init-build-env qemuarm


다음 경로에 파일들이 생성된다.

li@li:/opt/yocto/poky/qemuarm/conf$ ls

bblayers.conf  local.conf  templateconf.cfg


 bblayers.conf : This file lists the metadata layers to be considered for this project.
 local.conf : This file contains the project-specific configuration variables. You can set common configuration variables to different projects with a  site.conf file, but this is not created by default



templateconf.cfg : This file contains the directory that includes the template

configuration files used to create the project. By default it uses the one pointed to by

the  templateconf file in your Poky installation directory, which is  meta-yocto/

conf by default.


f core-image-minimal : This is the smallest BusyBox-, sysvinit-, and udev-based

console-only image

f core-image-full-cmdline : This is the BusyBox-based console-only image with

full hardware support and a more complete Linux system, including bash

f core-image-lsb : This is a console-only image that is based on Linux Standard

Base compliance

f core-image-x11 : This is the basic X11 Windows-system-based image with a

graphical terminal

f core-image-sato : This is the X11 Window-system-based image with a SATO theme

and a GNOME Mobile desktop environment

f core-image-weston : This is a Wayland protocol and Weston reference compositor-

based image

You will also find images with the following suffixes:

f dev : These images are suitable for development work, as they contain headers and

libraries.

f sdk : These images include a complete SDK that can be used for development on

the target.

f initramfs : This is an image that can be used for a RAM-based root filesystem,

which can optionally be embedded with the Linux kernel.



----------

$ cd /opt/yocto/poky/qemuarm

$ MACHINE=qemuarm bitbake core-image-minimal

Or we could export the  MACHINE variable to the current shell environment with the following:

$ export MACHINE=qemuarm



//////////////////////////////////////LOG

li@li:/opt/yocto/poky/qemuarm$ MACHINE=qemuarm bitbake core-image-minimal

Parsing recipes: 100% |######################| Time: 00:01:36

Parsing of 891 .bb files complete (0 cached, 891 parsed). 1287 targets, 61 skipped, 0 masked, 0 errors.

NOTE: Resolving any missing task queue dependencies


Build Configuration:

BB_VERSION        = "1.24.0"

BUILD_SYS         = "x86_64-linux"

NATIVELSBSTRING   = "Ubuntu-14.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "qemuarm"

DISTRO            = "poky"

DISTRO_VERSION    = "1.7.3"

TUNE_FEATURES     = "arm armv5 thumb dsp"

TARGET_FPU        = "soft"

meta              

meta-yocto        

meta-yocto-bsp    = "dizzy:6d34267e0a13e10ab91b60590b27a2b5ba3b7da6"


NOTE: Preparing runqueue

NOTE: Executing SetScene Tasks

NOTE: Executing RunQueue Tasks

WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/automake/automake-1.14.1.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://download.savannah.gnu.org/releases/quilt/quilt-0.63.tar.gz, attempting MIRRORS if available

Currently 4 running tasks (92 of 2045):

0: gcc-source-4.9.1-r0 do_fetch (pid 25550)

1: pkgconfig-native-0.28-r0 do_configure (pid 39471)

2: ncurses-native-5.9-r15.1 do_configure (pid 50488)

3: gmp-native-6.0.0-r0 do_compile (pid 65956)


//////////////////////////////////////////////////////////////////////////


NOTE: Tasks Summary: Attempted 149 tasks of which 0 didn't need to be rerun and 2 failed.

Waiting for 0 running tasks to finish:


Summary: 2 tasks failed:

  virtual:native:/opt/yocto/poky/meta/recipes-support/libmpc/libmpc_1.0.2.bb, do_fetch

  virtual:native:/opt/yocto/poky/meta/recipes-extended/gperf/gperf_3.0.4.bb, do_fetch

Summary: There were 6 WARNING messages shown.

Summary: There were 4 ERROR messages shown, returning a non-zero exit code.



도움 싸이트




'Yocto' 카테고리의 다른 글

rpi image  (0) 2015.11.27
EGLFS란  (0) 2015.11.27
Bitbake 에서 Hello World출력하기  (0) 2015.11.25
The BSP Layer  (0) 2015.11.23
Build 1-1  (0) 2015.11.23

c/c++ 외부라이브러리는 어떻게 사용해야하나요? (Qt)


동일에러 TagLib::FileRef::FileRef(char const*, bool, TagLib::AudioProperties::ReadStyle)'


qt project file(.pro)  파일안 설명 

TagLib을 이용해 mp3안의 메타 데이터 (ID3) 가져오기



Qt에서 ogg라이브러리 사용 방법


Loading a TabLib .a File into project


QMPlay2

   15.10.18  



QT/Embedded Font Howto 문서 오픈소스


'Qt' 카테고리의 다른 글

qmake 비교 작업  (0) 2016.02.01
GStreamer 설치  (0) 2015.11.21
멋진 플레이어  (0) 2015.11.16
QML_Binding C++  (0) 2015.11.12
리스트 QAbstractListModel[11_10]  (0) 2015.11.10

https://www.youtube.com/watch?v=S8oVS3onQV0



[QT/Win32] Qt 에서의 이벤트 처리   http://www.korone.net/bbs/board.php?bo_table=qt_lecture&wr_id=936&page=1


[QT/Win32] 한글 자동완성 구현에 있어서 애를 쓰고 있습니다 ㅠㅠ  

http://qt-project.co.kr/bbs/board.php?bo_table=qt_qna&wr_id=21463



TagLib을 이용해 mp3안의 메타 데이터 (ID3) 가져오기

http://kimoscode.blogspot.kr/2010/02/taglib%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%B4-mp3%EC%95%88%EC%9D%98-%EB%A9%94%ED%83%80-%EB%8D%B0%EC%9D%B4%ED%84%B0-id3-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0.html




앨범커버 불러오기

http://cafe.naver.com/gogoomas/307246


TagLib.File TagFile = TagLib.File.Create()

MemoryStream      

'Qt' 카테고리의 다른 글

GStreamer 설치  (0) 2015.11.21
Qt using libtag  (0) 2015.11.17
QML_Binding C++  (0) 2015.11.12
리스트 QAbstractListModel[11_10]  (0) 2015.11.10
Qt 에서 이벤트 처리하기 event  (0) 2015.10.30

+ Recent posts