Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-03 Thread Eren Türkay
On Mon, Sep 02, 2013 at 10:20:41PM -0700, Sean Liming wrote: > It has been awhile since I looked this one up. I believe the installer > script is called init-install.sh under the /meta/recipes-core. If you don't > use a serial debug port with a terminal to catch the boot menu, you will > have to mo

Re: [yocto] [FIXED] Partitioned Image Creation and Initramfs Problem for ALIX3D3

2013-09-02 Thread Eren Türkay
On Thu, Aug 29, 2013 at 06:20:14PM +0200, Eren Türkay wrote: > Hello all, Hi again, > The possible solution that came to my mind is to get > "boot-directdisk.bbclass", add initramfs installation, put the code > in a seperate bbclass, rename the function as IMAGE_CMD_al

[yocto] Partitioned Image Creation and Initramfs Problem for ALIX3D3

2013-08-29 Thread Eren Türkay
Hello all, As you may already know, I have been working on a BSP for ALIX3D3[0]. I enabled specific kernel configurations and reached to the point of booting the board with its features enabled. I can boot the board with "live" image type. However, what I want to have is a direct partitioned hdd i

Re: [yocto] [FIXED] ALIX3D3 Live Image "Waiting for removable media" Problem

2013-08-08 Thread Eren Türkay
On Thu, Aug 08, 2013 at 03:13:49PM +0200, Eren Türkay wrote: > output, I see that all geode specific features are OK. The kernel probes > CF Card and finds it as "sda", I can see sound card and framebuffer > works as expected. However, udevadm complains about not finding >

[yocto] ALIX3D3 Live Image "Waiting for removable media" Problem

2013-08-08 Thread Eren Türkay
Hello, I am working on ALIX3D3 [0] BSP [1]. It is an x86-compatible PC with AMD Geode LX Processor. It boots from CF Card and has Award BIOS. I enabled Geode specific features in the kernel (CS5536 PATA, Sound, Geode Framebuffer, etc) and I produce "live" image so that I can directly "dd" it into

Re: [yocto] Ubuntu 11.10 to 12.04 upgrade

2013-07-11 Thread Eren Türkay
On Thu, Jul 11, 2013 at 11:49:47AM +0100, Chris Tapp wrote: > My current build system is an Ubuntu 11.10 64-bit (server). This is > now out of support, so I plan to upgrade to 12.04 (LTS). Hello, > Is this likely to go smoothly, or are there some gotchas to worry > about? I'm currently building f

Re: [yocto] OE/Yocto Talk in Free Software and Linux Days in Turkey

2013-03-30 Thread Eren Türkay
On Thu, Mar 28, 2013 at 04:52:29PM -0400, Trevor Woerner wrote: > If I had to create a talk I'd probably spend no more than 40% of the > time showing them how neat Yocto is in that you can add various > packages to an image and how the package list is independent of the > target CPU. For example, y

[yocto] OE/Yocto Talk in Free Software and Linux Days in Turkey

2013-03-28 Thread Eren Türkay
Hello, Free software and Linux days [0] is held annually by Istanbul Bilgi University [1] and Turkish Linux Users Association [2] for 12 years. It is one of the most well known events, which will be on 5-6 April 2013 this year. My application has been accepted and I will be giving talk about OE/Yo

Re: [yocto] Where does the bitbake get the variable "TOPDIR"

2012-12-18 Thread Eren Türkay
On Tue, Dec 18, 2012 at 08:28:32PM +0800, Biao wrote: > >http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/ > I will try to give some feedback after finishing the reading. > But for now, there are some silly questions: > 1. There is a base_do_fetch() {}, I did not find the e

Re: [yocto] Where does the bitbake get the variable "TOPDIR"

2012-12-17 Thread Eren Türkay
On Mon, Dec 17, 2012 at 05:06:26PM +0800, Biao wrote: > Greetings, > > I am a newbie tying to understand how bitbake works. > There is one line as BBPATH = "${TOPDIR}" in the mybuild/conf/bblayers.conf, > i would like to know where the TOPDIR is defined? It's defind in "lib/bb/parse/parse_py/C

Re: [yocto] [Draft] From Bitbake Hello World To an Image

2012-12-13 Thread Eren Türkay
On Thu, Dec 13, 2012 at 05:26:29PM -0500, Trevor Woerner wrote: > I'm not sure if there's something about my system that is different > than what you expect, but I had to delete my 'tmp' folder before > invoking './bin/bitbake firstrecipe -vDD' after inheriting the > "autotool" versions in order to

[yocto] [Draft] From Bitbake Hello World To an Image

2012-12-02 Thread Eren Türkay
Hello, I have completed a document that tries to explain how image is created using openembedded starting from bitbake fundementals. The document reflects my own understanding and includes the information that I wished to have when I first involved in understanding openembedded. This is aimed for

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-27 Thread Eren Türkay
On Tue, Nov 27, 2012 at 08:40:26AM -0500, Trevor Woerner wrote: > Thank you, Eric, for the confirmation. > > Just to clarify for anyone following along: the problem isn't with > bash or trace-cmd themselves. If I perform the same steps but use > 'bash' first, then 'trace-cmd', adding 'bash' succee

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Eren Türkay
On Mon, Nov 26, 2012 at 10:47:31AM -0500, Trevor Woerner wrote: > I'm kinda surprised nobody jumped in on this one; either my question > is so silly it isn't worth anyone's time, or I'm the only one who > wants to add packages to an image after a full build. I know my > question has nothing to do w