https://solha.kr/xe/index.php?document_srl=2266&mid=board_AVQK63


Disk /dev/sdc: 7897 MB, 7897874432 bytes

50 heads, 49 sectors/track, 6296 cylinders, total 15425536 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk identifier: 0x00000000


   Device Boot      Start         End      Blocks   Id  System

/dev/sdc1            8192    15425535     7708672    b  W95 FAT32

root@KJ:/opt/fs# fdisk /dev/sdc1 


Command (m for help): m

Command action

   a   toggle a bootable flag

   b   edit bsd disklabel

   c   toggle the dos compatibility flag

   d   delete a partition

   l   list known partition types

   m   print this menu

   n   add a new partition

   o   create a new empty DOS partition table

   p   print the partition table

   q   quit without saving changes

   s   create a new empty Sun disklabel

   t   change a partition's system id

   u   change display/entry units

   v   verify the partition table

   w   write table to disk and exit

   x   extra functionality (experts only)


Command (m for help): p


Disk /dev/sdc1: 7893 MB, 7893680128 bytes

243 heads, 62 sectors/track, 1023 cylinders, total 15417344 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk identifier: 0x00000000


     Device Boot      Start         End      Blocks   Id  System


Command (m for help): n

Partition type:

   p   primary (0 primary, 0 extended, 4 free)

   e   extended

Select (default p): p

Partition number (1-4, default 1): 1

First sector (2048-15417343, default 2048): 

Using default value 2048

Last sector, +sectors or +size{K,M,G} (2048-15417343, default 15417343): 

Using default value 15417343


Command (m for help): w

The partition table has been altered!


Calling ioctl() to re-read partition table.


WARNING: Re-reading the partition table failed with error 22: 부적절한 인수.

The kernel still uses the old table. The new table will be used at

the next reboot or after you run partprobe(8) or kpartx(8)

Syncing disks.




소개 :  하드웨어 설정을 변경하고 , 다음으로 타겟의 루트파일시스템을 설정한다. 이것은 리눅스 유저 공간이라고 불리며 Linux Kernel 아래에서 동작한다. 보통 이지미 파일인 core-image-minial 이나 core-image-sato 를 설정한다.


이미지 내용을 탐색하기


 패키지를 빌드하게 되면 아키텍처에 따라 다음과 같은 폴더가 생성되고 각 폴더에 분류된다. (tmp/work) 

이러한 구조는 하나의 빌드폴더에서 다른 것들가 충돌 없이 다양한 머신과 아키텍처를 빌드하기 위함이다. 


* all-telechips-linux : 아키텍처에 독립적인 패키지를 위한 작업 폴더. 

* cortexa9-vfp-neon-telechips-linux-gnueabi : 아키텍처에 특화된 패키지들

* tcc8935_lcn-telechips-linux-gnueabi : 장치의 특화된 패키지

* x86_64-linux : 호스트 sysroot 콘텐츠를 빌드하기 위해 사용된다. 

  

 이폴더들의 구조들은 다음과 같으며 빌드 오류의 경우 점검할 때 유용하다. 

<arch>/<recipe name>/<software version> 이경로 내에 폴더들은 다음과 같다.


* <source> : 빌드를 하기위해 압축이 풀린  

사이트 링크

Weston - http://www.linuxfromscratch.org/blfs/view/systemd/general/weston.html


Linux from scratch



Yocto 

---

//다음 소스 참고 meta-qt5/recipes-qt/qt5/qtbase_5.%.bbappend

 local.conf 파일의 

 qt5, qt5/eglfs, qt5/directfb, qt5/wayland, qt5/xcb, qt4, qt4/x11, qt4/embedded, libav , egl, drm, ump, DXB_SC_IF

 directfb, pulseaudio, wayland, x11, opengl, commercial



kms  ,     evdev, modesetting


systemd, systemvinit



Qt5 on Wayland (http://wayland.freedesktop.org/qt5.html)

'Yocto' 카테고리의 다른 글

rpi2 Yocto 준비  (0) 2016.06.23
링크사이트  (0) 2016.01.12
5.2.2. Customizing Images Using Custom IMAGE_FEATURES and EXTRA_IMAGE_FEATURES  (0) 2015.12.15
변수들 정의(Yocto)  (0) 2015.12.15
Wayland 란?  (0) 2015.12.14

+ Recent posts