Re: [yocto] run commands after installation

2013-06-27 Thread Gaurang Shastri
Hi, You need to do something like below: pkg_postinst() { net-snmp-config --create-snmpv3-user -a my_password myuser } try with above and it should work :) //Gaurang Shastri On Wed, Jun 26, 2013 at 9:07 PM, Tomas Frydrych tf+lists.yo...@r-finger.com wrote: On 26/06/13 15:32, Katu Txakur

[yocto] First UBI build

2013-06-27 Thread DAMARLA Satya Swaroop
Hi Guys, I had great success and actually feel yocto with building images. Now I want to run the image from the flash drive and trying to build a UBIFS but I get strange errors which I didnot get when I am building a normal tar.gz file for the SDCARD. The error is as follows... Can you guys

Re: [yocto] run commands after installation

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 8:38 AM, Gaurang Shastri gmshas...@gmail.comwrote: Hi, You need to do something like below: pkg_postinst() { net-snmp-config --create-snmpv3-user -a my_password myuser } try with above and it should work :) note it should be pkg_postinst_PACKAGENAME(), so in

[yocto] Poky Support for creation of DTS

2013-06-27 Thread Arvind
I would like to know if any one has successfully created .dts file using tool to create .dts file for implementation of 8 guest Linux OS interfaced to 8 NIC ports on PCIe slot 0 and 1 using intel i350-T4 controller. Arvind 757-897-5101 ___ yocto

Re: [yocto] First UBI build

2013-06-27 Thread Luo Zhenhua-B19537
Add below two variables in conf/local.conf, the value is just for sample and might need change. MKUBIFS_ARGS = -m 512 -e 15360 -c 3600 UBINIZE_ARGS = -p 16KiB -m 512 -s 512 Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of

Re: [yocto] [OE-core] eglibc (would be 2.18) recipes

2013-06-27 Thread Richard Purdie
On Wed, 2013-06-26 at 14:06 -0700, Khem Raj wrote: Hi All I have put together eglibc recipes for upcoming 2.18 release and pushed to a contrib tree here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/eglibc-2.18 They built angstrom/systemd-images fine and booted OK

[yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
I'm trying to build core-image-minimal for the 'wandboard-dual' machine from meta-fsl-arm extra (https://github.com/Freescale/meta-fsl-arm-extra). The README for that layer states that it depends on git.openembedded.org/openembedded-core and git.yoctoproject.org/meta-fsl-arm, both at branch

Re: [yocto] First UBI build

2013-06-27 Thread DAMARLA Satya Swaroop
Hi Luo, Thank you I assume the image type is as follows IMAGE_FSTYPES += ubi Will you please confirm this? Cheers, Sati On Thu, Jun 27, 2013 at 9:20 AM, Luo Zhenhua-B19537 b19...@freescale.comwrote: Add below two variables in conf/local.conf, the value is just for sample and might

[yocto] [PATCHv4 0/7][eclipse-poky] Add target profile quick switch

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Hi, Changes in v4: - Rebase of patch series Changes in v3: - Only grey out project specific profile if not configured. - Fix Bug where multiple menu item could be selected at the same time Changes in v2: Handle error when project specific profile is

[yocto] [PATCHv4 3/7] plugins/sdk.ide: Move project specific util methods

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Move project specific methods to the new util class to allow public usage of theses methods. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- .../preferences/YoctoSDKProjectPropertyPage.java | 119 ++---

[yocto] [PATCHv4 2/7] plugins/sdk.ide: Extract project specific util methods

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Project specific util methods are moved to a separate util class. This way the general util class will get more concise and other project specific methods can be move to this new util class later. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de

[yocto] [PATCHv4 1/7] plugins/sdk.ide: Use an internationalized dialog title

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de --- plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[yocto] [PATCHv4 4/7] plugins/sdk.ide: Remove project context from method names

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Through the context of the ProjectPreferenceUtil class we can infer that all methods act on project preferences. Having this context information duplicated in the method name is not needed anymore and can be removed to get a cleaner API.

[yocto] [PATCHv4 7/7] plugins/sdk.ide: Add profile switch menu to the project menu

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de If a project with a yocto nature is selected, the project menu will show a target profile menu which allows the user to switch the used target profile of the project. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [PATCHv4 5/7] plugins/sdk.ide: Add command to switch the target profile

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The command can be used in a radio group to switch the target profile of a selected project. Radio items should call this command handing over the name of the target profile as the command's parameter. Signed-off-by: Timo Mueller

[yocto] [PATCHv4 6/7] plugins/sdk.ide: Add profile switch menu to the toolbar

2013-06-27 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de If a project with a yocto nature is selected, the toolbar will show a target profile menu which allows the user to switch the used target profile of the project. The content of this menu is dynamically created using the list of globally defined target

Re: [yocto] First UBI build

2013-06-27 Thread Luo Zhenhua-B19537
Yes. Best Regards, Zhenhua From: DAMARLA Satya Swaroop [mailto:satyaswaroop.dama...@gmail.com] Sent: Thursday, June 27, 2013 4:15 PM To: Luo Zhenhua-B19537 Cc: yocto@yoctoproject.org Subject: Re: [yocto] First UBI build Hi Luo, Thank you I assume the image type is as follows

[yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread DAMARLA Satya Swaroop
Hello Guys, I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now, when I wanted to develop a Qt application for my image, I compiled a toolchain but unfortunately, I don't find qmake installed. After browsing the directories I found the

Re: [yocto] run commands after installation

2013-06-27 Thread Katu Txakur
Thanks Tomas, it was as easy as pkg_postinst_${PN} () { #!/bin/sh -e net-snmp-config --create-snmpv3-user -a my_password myuser } 2013/6/26 Tomas Frydrych tf+lists.yo...@r-finger.com On 26/06/13 15:32, Katu Txakur wrote: I want to create a user after adding the snmp recipe. The

[yocto] [PATCH] buildset-config: build core-image-sato SDK

2013-06-27 Thread Ross Burton
The meta-toolchain* recipes are deprecated, so when building meta-toolchain-gmae also build the SDK for core-image-sato. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config/nightly-arm.conf |2 ++ buildset-config/nightly-fsl-arm.conf |2 ++

[yocto] Removing a package from an image

2013-06-27 Thread Gary Thomas
I'm using one of the machines from meta-fsl-arm (i.MX6) which has this setting in the MACHINE.conf: MACHINE_EXTRA_RRECOMMENDS_append_mx6 = imx-audio While this is reasonable for most of these boards, I have one which has no audio and I'd like to leave this package (and all that it pulls with

Re: [yocto] Layer input

2013-06-27 Thread Jerrod Peach
Scott, Getting closer to what I was thinking, but I still have a couple questions, primarily regarding the BSP layer. - There are still a few references to name. Shouldn't those also be recipe? - I'm still confused by the presence of all the specifically-named recipes-* directories.

Re: [yocto] Removing a package from an image

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 2:35 PM, Gary Thomas g...@mlbassoc.com wrote: I'm using one of the machines from meta-fsl-arm (i.MX6) which has this setting in the MACHINE.conf: MACHINE_EXTRA_RRECOMMENDS_append_mx6 = imx-audio While this is reasonable for most of these boards, I have one which

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-27 Thread Bruce Ashfield
On 13-06-27 08:50 AM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, June 27, 2013 1:24 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel patch is unpacked but not applied On 13-06-26 11:42 PM,

Re: [yocto] Removing a package from an image

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 3:27 PM, Gary Thomas g...@mlbassoc.com wrote: I am using ipk and this does seem to work, thanks. I'd still be interested to know if there is a more general mechanism I can use for such things in the future. implementation for deb and rpm is coming, based on

Re: [yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread Eric Bénard
Hi, Le Thu, 27 Jun 2013 11:01:11 +0200, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com a écrit : I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now, when I wanted to develop a Qt application for my image, I compiled a toolchain

Re: [yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread Eric Bénard
Le Thu, 27 Jun 2013 16:40:19 +0200, Eric Bénard e...@eukrea.com a écrit : Hi, Le Thu, 27 Jun 2013 11:01:11 +0200, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com a écrit : I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now,

Re: [yocto] [OE-core] eglibc (would be 2.18) recipes

2013-06-27 Thread Khem Raj
On Jun 27, 2013, at 12:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-06-26 at 14:06 -0700, Khem Raj wrote: Hi All I have put together eglibc recipes for upcoming 2.18 release and pushed to a contrib tree here

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-27 Thread Bruce Ashfield
On 13-06-27 08:50 AM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, June 27, 2013 1:24 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel patch is unpacked but not applied On 13-06-26 11:42 PM,

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-27 Thread Bruce Ashfield
On 13-06-27 08:50 AM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, June 27, 2013 1:24 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel patch is unpacked but not applied On 13-06-26 11:42 PM,

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-27 Thread Bryan Evenson
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, June 27, 2013 11:20 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel patch is unpacked but not applied On 13-06-27 08:50 AM, Bryan Evenson wrote:

Re: [yocto] [PATCHv4 0/7][eclipse-poky] Add target profile quick switch

2013-06-27 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Thursday, June 27, 2013 1:24 AM To: yocto@yoctoproject.org Cc: Timo Mueller Subject: [yocto] [PATCHv4

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-27 Thread varun bhatnagar
Thanks a ton Paul and Saul for the reply. Your suggestion worked. :) But after building my recipe file I executed bitbake -k core-image-minimal and I got the following error: NOTE: Resolving any missing task queue dependencies Missing or unbuildable dependency chain was: ['app-ea'] ERROR:

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-06-27 Thread Paul Eggleton
On Thursday 27 June 2013 23:28:05 varun bhatnagar wrote: Thanks a ton Paul and Saul for the reply. Your suggestion worked. :) But after building my recipe file I executed bitbake -k core-image-minimal and I got the following error: NOTE: Resolving any missing task queue dependencies

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-27 Thread Bruce Ashfield
On 13-06-27 11:41 AM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, June 27, 2013 11:20 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel patch is unpacked but not applied On 13-06-27 08:50

Re: [yocto] Layer input

2013-06-27 Thread Philip Balister
On 06/27/2013 03:41 AM, Rifenbark, Scott M wrote: Hi, I have tweaked this figure some based on Bruce and Jerrod's input. To help me figure out some of the basics, I ran the yocto-layer and bsp-layer scripts to create a general and BSP layer, respectively. Please look over the contents

[yocto] [ANNOUNCEMENT] Yocto Project 1.4.1 released

2013-06-27 Thread Flanagan, Elizabeth
Hello, The latest point release of the Yocto Project dylan release, 1.4.1, is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.1/poky-dylan-9.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.4.1/poky-dylan-9.0.1.tar.gz Thanks go out to everyone