Re: [yocto] (no subject)

2013-10-03 Thread Jack
Anders Darander anders@... writes: Jack jackrubby2010 at gmail.com wrote: Hi, I want to set/reset GPIO registers in freescale p1022 processor. I saw a hello-mod kernel module in yocto and I added it to my image and it worked. According to hello-mod kernel module, I created GPIO module

Re: [yocto] nativesdk-dbus not shipped for meta-toolchain-qt

2013-10-03 Thread diego
El 02/10/2013 23:26, Dan B escribió: I was having a similar error, and sgw_ in the #yocto irc channel helped me out. It looks like there is some bug in nativesdk-dbus A quick-fix until someone can figure out what's going on is to add the following line to your local.conf:

Re: [yocto] yocto query on SR_URI creation

2013-10-03 Thread Paul Eggleton
Hi Rohit, On Thursday 03 October 2013 09:13:51 Rohit2 Jindal wrote: I want to download open source toolchain version 4.4.5 . Can u suggest me the git source from where I can download it using Yocto. And please also suggest me the steps to compile it for mips64 processors . How to override

Re: [yocto] 1.5_M5.rc6 available for testing.

2013-10-03 Thread Stanacar, StefanX
On Tue, 2013-10-01 at 23:12 -0700, Flanagan, Elizabeth wrote: All 1.5_M5.rc6 is now available for testing. We've identified one issue with package index https://bugzilla.yoctoproject.org/show_bug.cgi?id=5277 Artifacts are available:

Re: [yocto] 1.5_M5.rc6 available for testing.

2013-10-03 Thread Stanacar, StefanX
On Thu, 2013-10-03 at 09:16 +, Stanacar, StefanX wrote: Also: [stefans@firebird poky2]$ git tag -l --contains 0197e5cb4253d6137b0d166cfcd699d404d2cab3 1.5_M5.rc6 [stefans@firebird poky2]$ git tag -l --contains a02280f99f05b1c21de2a78de9222a2f62a0dabc 1.5_M5.rc6 [stefans@firebird

Re: [yocto] 1.5_M5.rc6 available for testing.

2013-10-03 Thread Stanacar, StefanX
On Thu, 2013-10-03 at 09:36 +, Stanacar, StefanX wrote: On Thu, 2013-10-03 at 09:16 +, Stanacar, StefanX wrote: Also: [stefans@firebird poky2]$ git tag -l --contains 0197e5cb4253d6137b0d166cfcd699d404d2cab3 1.5_M5.rc6 [stefans@firebird poky2]$ git tag -l --contains

[yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
-- Forwarded message -- From: Amit Tomer amittome...@gmail.com Date: Thu, Oct 3, 2013 at 1:50 PM Subject: OpenSSH pre login banner To: yocto-requ...@yoctoproject.org yocto-requ...@yoctoproject.org I am new to OpenEmbedded Yocto and have a requirement where OpenSSH pre login

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Bryan Evenson
Amit, From your message, I'm assuming you have a bbappend file for openssh. Following the example in section of 5.1.4 of the Mega Manual (located at http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-bbappend-files) and from personal experience, put the following in

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
Hi Brayan Thanks for your help The way I modify .bbapend file is below PRINC = 4 SRC_URI = file://banner FILESEXTRAPATHS_prepend := ${THISDIR}/openssh-6.1p1: do_install_append() { Install -m 755 ${WORKDIR}/banner ${D}${sysconfdir}/ssh } But it gives me Below problem WARNING:

[yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Hello All, I'm Trying to install the kernel modules inside my rootfs but I couldn't find an especific information that help me to do that! I have in my /tmp/images/ the tgz with all the modules that I need. modules--2.6.35.3-r32.23-imx28evk-20131002210958.tgz I just want that this tzg was

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
On 13-10-03 08:34 AM, Raul Rosetto Munoz wrote: Hello All, I'm Trying to install the kernel modules inside my rootfs but I couldn't find an especific information that help me to do that! I have in my /tmp/images/ the tgz with all the modules that I need.

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Bryan Evenson
Amit, First, I suggest you change PRINC = 4 to PRINC := ${@int(PRINC) + 1} This way your bbappend will always increment the PR to one more than the PR called out by the main recipe. So if the openssh recipe would get updated and increment the PR, you do not have to change your bbappend.

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
On 13-10-03 09:32 AM, Raul Rosetto Munoz wrote: I think that I found my problem, I tryed to use the kernel 3.8 before in this build system, but I decided to go back to the 2.6.35.3. But now I did bitbake -c cleanall virtual/kernel, I tryed to delete every thing about kernel 3.8 but the modules

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
Thanks again Bryan for your kind response The reason for having the PRINC =4 is becaue when I started modifying this already existing file value of PRINC is set 3 ,so for my changes I Incremented it to One. Change SRC_URI = “file://banner” To SRC_URI += “file://banner“ I am

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Bryan Evenson
Amit, Good to hear you got your recipe in order. Best way to learn more about the Yocto Project and the Poky distribution is through watching this mailing list and the Poky mailing list (p...@yoctoproject.orgmailto:p...@yoctoproject.org) to see how other people solve their problems they come

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Look all the time the modules of kernel 3.8 come. My /lib/modules is like this: /lib/modules$ ll total 16 drwxr-xr-x 4 raul raul 4096 Oct 3 10:09 ./ drwxr-xr-x 7 raul raul 4096 Oct 3 10:09 ../ drwxr-xr-x 2 raul raul 4096 Oct 3 10:09 2.6.35.3-1.1.0+yocto+g914558e/ drwxr-xr-x 3 raul raul 4096

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
On 13-10-03 10:09 AM, Raul Rosetto Munoz wrote: Look all the time the modules of kernel 3.8 come. My /lib/modules is like this: That's where ? In your booted target ? What BSP are you using, how did you install the image ? Answering that question, will likely get you your answer. If you

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
Fine Bryan,Thanks for your Suggestion Not sure should I Share it with you or not but I have seen very weird behaviour on my Targer board regarding Openssh Banner. When I login to my Hardware Board(after freash boot) and do ssh some_ip_address ,I am able to see Banner message But in

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Bruce, I don't know if i did the correct thing but works. I found in my tmp some thing about kernel 3.8 fslc and I deleted it. /tmp$ find . -name *3.8* | grep fslc

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Bryan Evenson
Amit, To me it looks like it did not take your sshd_config file. Maybe try adding it to the SRC_URI in your bbappend? Instead of running the updated package on your target board, you can open up the newly created package and verify the file you want is where it should be. Ipks are basically

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
Yes Brayan I did the whole process again and looked into Target filesystem /etc/ssh. I can see the banner file with my content is there /etc/ssh/banner Then I see the /etc/ssh/sshd-config with Banner variable to set to /etc/ssh/sshd-config But still, when I do ssh IP_address, I did not see any

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Bryan Evenson
Amit, Did you name the file sshd-config or sshd_config? Because it should be sshd_config. -Bryan From: Amit Tomer [mailto:amittome...@gmail.com] Sent: Thursday, October 03, 2013 2:36 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Fwd: OpenSSH pre login banner Yes Brayan

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Matthew Weigel
On 10/03/2013 01:36 PM, Amit Tomer wrote: Yes Brayan I did the whole process again and looked into Target filesystem /etc/ssh. I can see the banner file with my content is there /etc/ssh/banner Then I see the /etc/ssh/sshd-config with Banner variable to set to /etc/ssh/sshd-config Is the

Re: [yocto] Fwd: OpenSSH pre login banner

2013-10-03 Thread Amit Tomer
Sorry for the typo mistake ,its sshd_config only In fact I didn't create this file ,its already existing file which I just modified. On Thu, Oct 3, 2013 at 11:40 AM, Bryan Evenson beven...@melinkcorp.comwrote: Amit, ** ** Did you name the file sshd-config or sshd_config? Because it

[yocto] Cross Compile Kernel Modules

2013-10-03 Thread Parker Mackenzie
I have been researching a way to build loadable kernel modules outside of Yocto for a while. I was excited to find a presentation from the Yocto Developer's Day 2013 which implied I code do this by adding the following line to my local.conf: IMAGE_INSTALL_append = kernel_dev However, when I

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 04:08 PM, Parker Mackenzie wrote: I have been researching a way to build loadable kernel modules outside of Yocto for a while. I was excited to find a presentation from the Yocto Developer's Day 2013 which implied I code do this by adding the following line to my local.conf:

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Parker Mackenzie
Thanks Bruce, That got me further. I added a comment to the video on YouTube which might help others which stumble across the presentation. Now I get the following error ERROR: Function failed: do_rootfs Which points me to a log file which indicates the following failed: Note: adding Smart

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 8:21 PM, Parker Mackenzie wrote: Thanks Bruce, That got me further. I added a comment to the video on YouTube which might help others which stumble across the presentation. Now I get the following error ERROR: Function failed: do_rootfs Which points me to a log file which

Re: [yocto] [meta-selinux] Updated meta-selinux -- master (was: master-next)

2013-10-03 Thread Philip Tricca
Looks good to me. Thanks, - Philip On 10/02/2013 08:57 PM, Joe MacDonald wrote: Philip / Mark / all, Earlier today I updated master with a rebased version of what was in master-next. I apologize for not sending this out earlier. Today's been a bit turbo. This update should have been a

Re: [linux-yocto] linux-yocto-3.8 standard/common-pc-64/haswell-wc machine: remove machine branch

2013-10-03 Thread Ong, Boon Leong
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, October 03, 2013 1:23 AM To: Ong, Boon Leong; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] linux-yocto-3.8 standard/common-pc-64/haswell- wc machine: remove machine branch On