Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Taek Hyun Shin
m Raj <raj.k...@gmail.com>> To: ??? (Taek Hyun Shin) <ths...@telechips.com>,> yocto@yoctoproject.org> Subject: Re: [yocto] mklibs in USER_CLASSES> Message-ID: <7cdefdbc-baa9-4dfd-f60d-64c0d3c9e...@gmail.com>> Content-Type: text/plain; charset="utf-8"> >

Re: [yocto] mklibs in USER_CLASSES (Khem Raj)

2016-11-15 Thread Taek Hyun Shin
om? (Beth 'pidge' Flanagan)--Message: 1Date: Fri, 11 Nov 2016 10:17:54 -0800From: Khem Raj <raj.k...@gmail.com>To: ??? (Taek Hyun Shin) <ths...@telechips.com>, yocto@yoctoproject.orgSubject: Re: [yocto] mklibs in USER_CLASSESMessage-ID: <7cdefdbc-baa9-4dfd-f60d-64c0d3

[yocto] mklibs in USER_CLASSES

2016-11-03 Thread Taek Hyun Shin
Hi,Somebody help met plz.I'm using Yocto Project 2.0I want to reduce my rootfs due to fast execute binaries.So, I did apply mklibs using USE_CLASSESBut, I got error message as follow: 208 No pic file found for /home/B110141/works/Yocto/build/tcc8021/tmp/sysroots/tcc8021/usr/lib//libgmp.so.10 ;

Re: [yocto] OE/Yocto developer survey

2015-10-27 Thread Taek Hyun Shin
How long have you been using OE? 4 years How do you use OE/Yocto? [ X ] product development [ X ] hobby/research/education/yocto core developer, etc What distro do you use? [ ] Poky [ ] Angstrom [ X ] customize Poky How do you organize multiple git repos? [ ] Git submodules

Re: [yocto] Toolchain with debug support (atulkumar singh)

2015-10-12 Thread Taek Hyun Shin
Hi, Try the following: TARGET_CFLAGS_append = " -g -O0" TARGET_CXXFLAGS_append = " -g -O0" Thanks, Best Regards, Wily Taekhyun Shin = Wily Taekhyun Shin Research Engineer R Center Telechips Inc. Tel : +

Re: [yocto] Why RDEPENDS wont install packages in rootfs (Vivek Per)

2015-10-12 Thread Taek Hyun Shin
Hi, Results of the image class is different from the result of the package class(rpm, deb, ipk) RDEPENDS is used by the package class For example, in the case of using the rpm Add the contents of the RDEPENDS to Requires items in the spec file This information applies when you create the

Re: [yocto] error in do_rootfs

2015-09-23 Thread Taek Hyun Shin
bitbake -u depexp -g name segfault because of not gui environment you can get dpendency dot file using bitbake image-name -g. not bitbake bash -g I think that the problem is do_rootfs error cause is busybox when you create rootfs, it is stranged to create a bash link not /bin/sh >> Error:

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
. Tel : + 82-2-3443-6792(Ext.390) Fax : + 82-2-6424-7793 Mobile : + 82-10-4376-5530 E-mail : ths...@telechips.com -Original Message- From: Trevor Woerner [mailto:twoer...@gmail.com] Sent: Tuesday, September 22, 2015 11:59 AM To: 신택현 (Taek Hyun Shin); yocto@yoctoproject.org Subject: Re

Re: [yocto] packageconfig for non-autotooled project

2015-09-21 Thread Taek Hyun Shin
Create a sunxi-mali_git.bbappend file, to see the pc file of the MESA Project can be used to manually create a .pc file. sunxi-mali_git.bbappend file = FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI += "file://egl.pc" do_install_append() {

Re: [yocto] cortexa15 toolchain compilation option (Neelkumar Patel)

2015-06-04 Thread Taek Hyun Shin
If we do not provide that option (arm-XXX-gcc hello.c ) then it gives below error. fatal error: gnu/stubs-soft.h: No such file or directory = your toolchain support only hard fpu if you want to use softfp , you must change your toolchain do you use linaro-toolchain gcc-4.9???

[yocto] gdk-pixbuf-native build error on YP 1.8 Fido

2015-04-30 Thread Taek Hyun Shin
Hi all, First sorry, my English is poor I try to use on YP 1.8 Fido I add DISTRO_FEATURES_append = directfb because of I must use directfb When I build gdk-pixbuf-native, error occured below ~/works/Yocto/build/test$ bitbake gdk-pixbuf-native WARNING: Host distribution Fedora-17

Re: [yocto] DL_DIR problems

2014-05-07 Thread Taek Hyun Shin
If the problems is permission denied, you can try to that all developers change downloaded file's permission (chmod -R g+rw DL_DIR or chmod -R g+r DL_DIR) If break build, sometimes the downloaded file's permissions to be 0600. Wily Taekhyun Shin

[yocto] git push: how to git push to source repository

2014-04-03 Thread Taek Hyun Shin
Hello All!! I use poky/dora. I create git repository(192.168.0.10) for qt applications(media player), and create media_player_0.1.0.bb file. I create rootfs image using poky/dora and test the rootfs succedded. When I building media_player using bitbake, I git commit using devshell