[meta-freescale] (no subject)

2019-03-08 Thread Marija Stojanovska
mstojanovsk...@gmail.com
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2018-04-26 Thread Otavio Salvador
On Thu, Apr 26, 2018 at 2:18 PM jan vermaete  wrote:

> Please find attached the patch.

I applied it to master after fixing up the commit log.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2018-04-26 Thread jan vermaete
Please find attached the patch.
Br

On Wed, Apr 25, 2018 at 7:33 PM, Otavio Salvador
 wrote:
> On Wed, Apr 25, 2018 at 7:51 AM, jan vermaete  wrote:
>> Hi,
>>
>> I would like not to have the short githash in the Linux kernel name
>> and the /lib/modules directory.
>> Although, I prefer to inherit fsl-kernel-localversion in the bb file
>> for the linux kernel.
>>
>> When setting 'SCMVERSION = "n"' in the local.conf file, I still had
>> the +g in the directory name of /lib/modules...
>>
>> The following patch solved it for me.
>
> Is it possible for you to send the patch using git format-patch / git
> send-patch or sending it as an attachment?
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.brhttp://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750


0001-Do-not-add-the-short-git-hash-to-the-kernel-name-whe.patch
Description: Binary data
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2018-04-25 Thread Otavio Salvador
On Wed, Apr 25, 2018 at 7:51 AM, jan vermaete  wrote:
> Hi,
>
> I would like not to have the short githash in the Linux kernel name
> and the /lib/modules directory.
> Although, I prefer to inherit fsl-kernel-localversion in the bb file
> for the linux kernel.
>
> When setting 'SCMVERSION = "n"' in the local.conf file, I still had
> the +g in the directory name of /lib/modules...
>
> The following patch solved it for me.

Is it possible for you to send the patch using git format-patch / git
send-patch or sending it as an attachment?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2018-04-25 Thread jan vermaete
Hi,

I would like not to have the short githash in the Linux kernel name
and the /lib/modules directory.
Although, I prefer to inherit fsl-kernel-localversion in the bb file
for the linux kernel.

When setting 'SCMVERSION = "n"' in the local.conf file, I still had
the +g in the directory name of /lib/modules...

The following patch solved it for me.

br

>From f67c79d669a9861f6f355717bcdabc918e1de03b Mon Sep 17 00:00:00 2001
From: Jan Vermaete 
Date: Wed, 25 Apr 2018 12:03:01 +0200
Subject: [PATCH 1/1] Do not add the short git hash to the kernel name when
 SCMVERSION is not set.

---
 classes/fsl-kernel-localversion.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/classes/fsl-kernel-localversion.bbclass
b/classes/fsl-kernel-localversion.bbclass
index c0306a0..ff1075e 100644
--- a/classes/fsl-kernel-localversion.bbclass
+++ b/classes/fsl-kernel-localversion.bbclass
@@ -28,7 +28,9 @@ do_preconfigure() {
 CONF_SED_SCRIPT=""

 kernel_conf_variable LOCALVERSION "\"${LOCALVERSION}\""
-kernel_conf_variable LOCALVERSION_AUTO y
+if [ "${SCMVERSION}" = "y" ]; then
+kernel_conf_variable LOCALVERSION_AUTO y
+fi

 sed -e "${CONF_SED_SCRIPT}" < '${WORKDIR}/defconfig' >> '${B}/.config'

-- 
2.7.4


-- 
Jan Vermaete
"For every complex problem there is an answer that is clear, simple,
and wrong." - H.L. Mencken
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] Reg: Subject: FW: Genivi compliance on i.MX6 Sabre lite

2016-10-17 Thread Daiane Angolini
On Sun, Oct 16, 2016 at 2:34 AM, Kamath Karthik3
 wrote:
> Dear Team,
>
> Found following reply at http://lists.genivi.org. [
> http://lists.genivi.org/pipermail/genivi-meta-ivi/2013-August/39.html ]
> Dear Jeremiah,

 Thanks for introducing the Genivi baseline mailing list.

 With reference your mail,
 we decided that not to go for the ubuntu remix since it needs some rip
> out and rebuilt processes.
>
> Could you please let me know the problem with ubuntu remix in detail?

Have you sent it to the right mailing list?


Daiane
>
> Expecting your response.
> Thanks & Regards
> Karthik Kamath B
> 
> Experience certainty. IT Services
> Business Solutions
> Consulting
> 
>
> =-=-=
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] Reg: Subject: FW: Genivi compliance on i.MX6 Sabre lite

2016-10-15 Thread Kamath Karthik3
Dear Team,

Found following reply at http://lists.genivi.org. [ 
http://lists.genivi.org/pipermail/genivi-meta-ivi/2013-August/39.html ]
Dear Jeremiah,
>>>
>>> Thanks for introducing the Genivi baseline mailing list.
>>>
>>> With reference your mail,
>>> we decided that not to go for the ubuntu remix since it needs some rip
out and rebuilt processes.

Could you please let me know the problem with ubuntu remix in detail?

Expecting your response.
Thanks & Regards
Karthik Kamath B

Experience certainty.   IT Services
Business Solutions
Consulting

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2016-07-12 Thread Julien CARBONNIER

Hi all,

I'm building a custom image with mx6dl using branch 4.1.15-1.0.0_ga with 
qt5.5.1, gdb 7.9.1 and i have a problem to debug qt applications.
When i used the meta-toolchain-qt5 and try to launch my application i 
have the following message at start :


>*running,thread-id="all"

dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

>~"\nProgram received signal "

>~"SIGSEGV, Segmentation fault.\n"

>~"0x47559e24 in ?? ()\n"

>*stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation 
fault",frame={addr="0x47559e24",func="??",args=[]},thread-id="1",stopped-threads="all",core="0"

dNOTE: INFERIOR SPONTANEOUS STOP

sStopped.

I try to backtrace the problem and i can't have informations.

<765bt

>&"bt\n"

>~"#-1 0x47559e24 in ?? ()\n"

>~"Backtrace stopped: Cannot access memory at address 0x324e5a56\n"

>765^done

When i set breakpoint in my main program at the first line the program 
has the same behavior. I use qt-creator to debug and i try without but 
it's the same problem ,could someone help me?


Thanks for all,
Re: Nouveau format signature électronique Best Regards Julien CARBONNIER
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2016-03-19 Thread Nagi Chitta Reddy
Hi All,

I would like to know what is the stable SDK1.9 based BSP for Freescale
LS1021ATWR/LS1020ATWR SoC family.

I am trying with below repo command to get the tree, but i see issues as
below

repo init -u https://github.com/Freescale/meta-freescale
fatal: manifest 'default.xml' not available
fatal: manifest default.xml not found


Can someone tell me what exactly the problem.

Best Regards,
Nagi
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2016-03-18 Thread Zhenhua Luo
The meta-freescale is a layer instead of a repo project, you can use 
meta-freescale layer or SDK 
ISOs(http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX)
 for ls1021atwr support.


Best Regards,

Zhenhua

From: meta-freescale-boun...@yoctoproject.org 
[mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Nagi Chitta Reddy
Sent: Saturday, March 19, 2016 12:56 AM
To: meta-freesc...@lists.yoctoproject.org
Subject: [meta-freescale] (no subject)

Hi All,

I would like to know what is the stable SDK1.9 based BSP for Freescale 
LS1021ATWR/LS1020ATWR SoC family.

I am trying with below repo command to get the tree, but i see issues as below

repo init -u https://github.com/Freescale/meta-freescale
fatal: manifest 'default.xml' not available
fatal: manifest default.xml not found


Can someone tell me what exactly the problem.

Best Regards,
Nagi
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2015-07-15 Thread Felipe Tonello
Hi Alvaro,

On Tue, Jul 14, 2015 at 4:24 PM, Alvaro Martinez Tovar
alvaromartinezto...@yahoo.es wrote:
 Dear all,

 I am working with Qt5.5.0 and QtCreator 3.4.2 open source. On the hardware
 side I work with a i.MX6 sabre platform for smart devices.

 As a first aproach, after having created the image fsl-image-qt5 correctly
 (I think), I would like to run different examples by cross compiling and
 executing them on the SABRE platform. On my PC I run Ubuntu 14.04 LTS.

Have you been able to create the SDK for that image?


 When I compile all the examples to run on the Ubuntu PC, they all work
 properly (bluetooth, qtquick ...)
 However, when I try to cross-compile and run them on the SABRE platform, I
 get execution errors with some of them.

How do you compile them? Using bitbake?


 However, when I try to run a bluetooth scanner, I get:
 ./btscanner: error while loading shared libraries: libQt5Bluetooth.so.5:
 cannot open shared object file: No such file or directory

 And when I try to run a Qtquick example (dasboard), I get:
 Qt Warning: Could not find a location of the system's Compose files.
 Consider setting the QTCOMPOSE environment variable.
 Qt Warning: Could not find a location of the system's Compose files.
 Consider setting the QTCOMPOSE environment variable.
 QQmlApplicationEngine failed to load component
 qrc:/qml/dashboard.qml:45 module QtQuick.Extras is not installed
 qrc:/qml/dashboard.qml:43 module QtQuick.Controls is not installed
 qrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not installed
 qrc:/qml/dashboard.qml:45 module QtQuick.Extras is not installed
 qrc:/qml/dashboard.qml:43 module QtQuick.Controls is not installed
 qrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not installed
 qrc:/qml/dashboard.qml:45 module QtQuick.Extras is not installed
 qrc:/qml/dashboard.qml:43 module QtQuick.Controls is not installed
 qrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not installed

 Can you please give me any advice on what to do? I am stuck at this point.
 Which are the packages I should add to IMAGE_INSTALL_append??

Well, It looks like some libraries and Qt5 modules are missing. You
can add packages using IMAGE_INSTALL += package_name in your
local.conf file and build the whole image. This will install all new
packages and its dependencies to the image.

If you really want to build your own image, the best practice is to
have a bbappend to that image or have your own image recipe in your
own layer.

Read this: 
http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-IMAGE_INSTALL

Felipe
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2015-07-14 Thread Alvaro Martinez Tovar
Dear all,
I am working with Qt5.5.0 and QtCreator 3.4.2 open source. On the hardware side 
I work with a i.MX6 sabre platform for smart devices.
As a first aproach, after having created the image fsl-image-qt5 correctly (I 
think), I would like to run different examples by cross compiling and executing 
them on the SABRE platform. On my PC I run Ubuntu 14.04 LTS.
When I compile all the examples to run on the Ubuntu PC, they all work properly 
(bluetooth, qtquick ...)However, when I try to cross-compile and run them on 
the SABRE platform, I get execution errors with some of them.
However, when I try to run a bluetooth scanner, I get:./btscanner: error while 
loading shared libraries: libQt5Bluetooth.so.5: cannot open shared object file: 
No such file or directory 

And when I try to run a Qtquick example (dasboard), I get:Qt Warning: Could not 
find a location of the system's Compose files. Consider setting the QTCOMPOSE 
environment variable.Qt Warning: Could not find a location of the system's 
Compose files. Consider setting the QTCOMPOSE environment 
variable.QQmlApplicationEngine failed to load 
componentqrc:/qml/dashboard.qml:45 module QtQuick.Extras is not 
installedqrc:/qml/dashboard.qml:43 module QtQuick.Controls is not 
installedqrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not 
installedqrc:/qml/dashboard.qml:45 module QtQuick.Extras is not 
installedqrc:/qml/dashboard.qml:43 module QtQuick.Controls is not 
installedqrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not 
installedqrc:/qml/dashboard.qml:45 module QtQuick.Extras is not 
installedqrc:/qml/dashboard.qml:43 module QtQuick.Controls is not 
installedqrc:/qml/dashboard.qml:44 module QtQuick.Controls.Styles is not 
installed Can you please give me any advice on what to do? I am stuck at this 
point.Which are the packages I should add to IMAGE_INSTALL_append??
 thank you in advance!Regards-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2015-06-10 Thread Daiane Angolini
On Wed, Jun 10, 2015 at 2:30 AM, Sharath M. shar...@delopt.co.in wrote:

 HI,

 We have interfaced ADV7180 decoder IC on IMX6Q sabrelite board through CSI0 
 interface and i am trying to include adv7180 driver provided with the LTIB. I 
 have some questions related to this,
 Ubuntu 10.04
 Ltib 3.0.35

I would say, first thing is upgrading to 3.14.10 Release. If you need
links, please let me know

And, please, add a subject to your email, and next time you want to
share log, please use a paste tool like pastebin or similar.

Your question is a little bit off topic in this mailing list. Not that
we have a hard rule of topics... Well, if you really want to have an
answer to your exactly question, I suggest you to create a thread in
imx.community ;-)

Daiane


 1) I am using mxc_v4l2_tvin.out unit test to capture video.
When  I run the above test i get an error VIDIOC_DQBUF 
 failed(Please check attached image file DQBUF_FAILED)
 2)How to display the captured video on HDMI.


 Regards,
 Sharath

 --
 ___
 meta-freescale mailing list
 meta-freescale@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-freescale

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2014-11-14 Thread Otavio Salvador
Hello,

We have a bould failure in master-next branch. It includes extra
plugins on the default images and this allow for easy spot of missing
support (so the work to include them).

The current failure is:

directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
glTexImage2D in -lGLESv2... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
eglGetError in -lEGL... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking
EGL/fbdev_window.h usability... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking
EGL/fbdev_window.h presence... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
EGL/fbdev_window.h... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
bcm_host_init in -lbcm_host... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
WAYLAND_EGL... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for
gnustep-config... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | checking for GNUstep... no
directfb fsl-image-machine-test@imx6qsabresd (3/3) | configure: error:
Could not find the required EGL libraries
directfb fsl-image-machine-test@imx6qsabresd (3/3) | Configure failed.
The contents of all config.log files follows to aid debugging
directfb fsl-image-machine-test@imx6qsabresd (3/3) | ERROR: oe_runconf failed
directfb fsl-image-machine-test@imx6qsabresd (3/3) | WARNING: exit
code 1 from a shell command.
directfb fsl-image-machine-test@imx6qsabresd (3/3) | ERROR: Function
failed: do_configure (log file is located at
.../build-directfb/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.4.1-r0/temp/log.do_configure.19456)

So, to reproduce it:

Backend: directfb
Machine: imx6qsabresd
Recipe: gstreamer1.0-plugins-bad
Branch: master-next

Could someone take a look?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2014-06-25 Thread Anand Moon

Below Original message from Andrey Smirnov.

I would like to address the issue and submit the patch for it.

Please find the patch attached with this mail.

Issue mention below. Probably a race in the scheduling of the notifier chain.
Build and tested on Udoo board with RT patch applied.

-Anand Moon



Hello everyone,

I am working on integrating PREEMPT-RT patches into 3.10.17 kernel BSP
release from Freescale which can be found at:

http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git (tag
imx_3.10.17_1.0.0_ga)

and what I am finding is that if I select interactive cpufreq
governor I get a kernel the kernel that occasionally spouts this

BUG: scheduling while atomic: swapper/3/0/0x0002
Modules linked in:
Preemption disabled at:[  (null)]   (null)
CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.10.17-rt12-80705-g232293e-dirty #3
[800139c4] (unwind_backtrace+0x0/0xf8) from [80011420]
(show_stack+0x10/0x14)
[80011420] (show_stack+0x10/0x14) from [805bfbbc] (__schedule_bug+0x78/0x9c)
[805bfbbc] (__schedule_bug+0x78/0x9c) from [805c431c]
(__schedule+0x398/0x49c)
[805c431c] (__schedule+0x398/0x49c) from [805c44d0] (schedule+0x34/0xa0)
[805c44d0] (schedule+0x34/0xa0) from [805c5250]
(rt_spin_lock_slowlock+0xc0/0x258)
[805c5250] (rt_spin_lock_slowlock+0xc0/0x258) from [80031d44]
(lock_timer_base+0x2c/0x4c)
[80031d44] (lock_timer_base+0x2c/0x4c) from [80032024]
(mod_timer+0x60/0x1c0)
[80032024] (mod_timer+0x60/0x1c0) from [803fe860]
(cpufreq_interactive_idle_notifier+0xa4/0x13c)
[803fe860] (cpufreq_interactive_idle_notifier+0xa4/0x13c) from
[80048444] (notifier_call_chain+0)
[80048444] (notifier_call_chain+0x44/0x84) from [80048754]
(__atomic_notifier_call_chain+0x38/0x)
[80048754] (__atomic_notifier_call_chain+0x38/0x4c) from
[80048780] (atomic_notifier_call_chain+)
[80048780] (atomic_notifier_call_chain+0x18/0x20) from [80058df8]
(cpu_startup_entry+0x68/0x1a4)
[] [80058df8] (cpu_startup_entry+0x68/0x1a4) from [105bc204]
(0x105bc204)

and eventually crashes. After doing some digging I believe the
sequence of events leading to this is following:

secondary_start_kernel() calls preempt_disable(), then
cpu_startup_entry(CPUHP_ONLINE), which results in a call to
cpufreq_interactive_idle_notifier() which in turn tries to use
mod_timer(). Mod_timer() internally tries to acquire a spinlock, but
with RT
patches applied it unfolds into a rt_mutex, the attempt of acquisition
of which results in the call to schedule() and that's when we
see that backtrace.

Eventually I am hoping to disable any sorts of frequency scaling or
power management on our system, but I am still curious to know if that
is a known issue patches for which exist. Does anyone has any leads/suggestions?

Thank you,
Andrey Smirnov
diff --git a/drivers/cpufreq/cpufreq_interactive.c 
b/drivers/cpufreq/cpufreq_interactive.c
index 9a6f64f..64f2784 100644
--- a/drivers/cpufreq/cpufreq_interactive.c
+++ b/drivers/cpufreq/cpufreq_interactive.c
@@ -17,6 +17,7 @@
  *
  */
 
+#include linux/module.h
 #include linux/cpu.h
 #include linux/cpumask.h
 #include linux/cpufreq.h
@@ -29,7 +30,6 @@
 #include linux/kthread.h
 #include linux/mutex.h
 #include linux/kernel_stat.h
-#include linux/module.h
 #include asm/cputime.h
 
 static atomic_t active_count = ATOMIC_INIT(0);
@@ -61,6 +61,8 @@ static cpumask_t down_cpumask;
 static spinlock_t down_cpumask_lock;
 static struct mutex set_speed_lock;
 
+#define MAX_RT_PRIO 100
+
 /* Hi speed to bump to from lo speed when load burst (default max) */
 static u64 hispeed_freq;
 
@@ -77,9 +79,7 @@ static unsigned long min_sample_time;
 /*
  * The sample rate of the timer used to increase frequency
  */
-#define DEFAULT_TIMER_RATE (50 * USEC_PER_MSEC)
-#define CPUFREQ_IRQ_LEN 60
-#define CPUFREQ_NOTE_LEN 120
+#define DEFAULT_TIMER_RATE (20 * USEC_PER_MSEC)
 static unsigned long timer_rate;
 
 static int cpufreq_governor_interactive(struct cpufreq_policy *policy,
@@ -133,8 +133,8 @@ static void cpufreq_interactive_timer(unsigned long data)
if (!idle_exit_time)
goto exit;
 
-   delta_idle = (unsigned int)(now_idle - time_in_idle);
-   delta_time = (unsigned int)(pcpu-timer_run_time - idle_exit_time);
+   delta_idle = (unsigned int) (now_idle - time_in_idle);
+   delta_time = (unsigned int) (pcpu-timer_run_time - idle_exit_time);
 
/*
 * If timer ran less than 1ms after short-term sample started, retry.
@@ -147,9 +147,8 @@ static void cpufreq_interactive_timer(unsigned long data)
else
cpu_load = 100 * (delta_time - delta_idle) / delta_time;
 
-   delta_idle = (unsigned int)(now_idle - pcpu-freq_change_time_in_idle);
-   delta_time = (unsigned int)(pcpu-timer_run_time -
-   pcpu-freq_change_time);
+   delta_idle = (unsigned int) (now_idle - pcpu-freq_change_time_in_idle);
+   delta_time = (unsigned int) (pcpu-timer_run_time - 

[meta-freescale] (no subject)

2014-05-27 Thread hari prasad
I have to port  a network application to use DPAA in a t4240qds board . How
should I procedd?
regards,
Hari Prasad S R
7418234575
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-27 Thread zhenhua....@freescale.com
The QorIQ SDK documentation is good reference for your development.
http://www.freescale.com/infocenter - Software and Tools Information 
Centerhttp://www.freescale.com/infocenter/topic/software/index.html - QorIQ 
SDK 
Documentationhttp://www.freescale.com/infocenter/topic/qfamily-sdk/index.html


Best Regards,

Zhenhua

From: meta-freescale-boun...@yoctoproject.org 
[mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of hari prasad
Sent: Tuesday, May 27, 2014 5:36 PM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] (no subject)

I have to port  a network application to use DPAA in a t4240qds board . How 
should I procedd?
regards,
Hari Prasad S R
7418234575
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-27 Thread Otavio Salvador
On Tue, May 27, 2014 at 6:36 AM, hari prasad hprasad...@gmail.com wrote:
 I have to port  a network application to use DPAA in a t4240qds board . How
 should I procedd?

Please /always/ set a subject when sending a message.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-27 Thread daiane.angol...@freescale.com
  I have to port  a network application to use DPAA in a t4240qds board
  . How should I procedd?
 
 Please /always/ set a subject when sending a message.

Plase


Daiane 
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2014-05-25 Thread hari prasad
I needed to use usdpaa libraries . So I downloaded the yocto project and
installed it.
Then I did the following
$source ./fsl-setup-poky -m t4240qds
went to build directory
$bitbake usdpaa
I found the images and include files in
QorIQ-SDK-V1.4-20130625-yocto/build_t4240qds_release/tmp/work/ppce6500-fsl_networking-linux/usdpaa/git-r5/image/usr
copied them to the sytem usr folder but I am unable to compile
hello_reflector.c example in the usdpaa apps folder.
says undefined reference to the functions . What is that I am doing wrong .
dregards,
Hari Prasad S R
7418234575
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-23 Thread zhenhua....@freescale.com
For the usdpaa specific question, you can refer to following guide. 
1. Download the QorIQ SDK ISOs from 
www.freescale.com/webapp/sps/site/prod_summary.jsp?code=SDKLINUX
2. The documentations can be found in the mount folder of SOURCE ISO
3. Follow START_HERE.html - Getting Started - With Yocto to install the SDK 
and build images 
4. Follow START_HERE.html - Development Deployment to boot up boards
5. Follow START_HERE.html - Linux User Space - USDPAA Applications for usdpaa 
application usage


Best Regards,

Zhenhua


 -Original Message-
 From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
 boun...@yoctoproject.org] On Behalf Of Otavio Salvador
 Sent: Friday, May 23, 2014 12:05 AM
 To: hari prasad
 Cc: meta-freescale@yoctoproject.org
 Subject: Re: [meta-freescale] (no subject)
 
 On Thu, May 22, 2014 at 12:46 PM, hari prasad hprasad...@gmail.com
 wrote:
  I have to run the hello_reflector.c program in apps folder of usdpaa
  Could you give me a step by step instruction on how to do this in my
  linux starting from downloading the yocto sdk
 
 Please take a look in the Yocto Project documentation, in the website.
 This is well covered there.
 
 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 meta-freescale mailing list
 meta-freescale@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2014-05-22 Thread hari prasad
I have to run the hello_reflector.c program in apps folder of usdpaa
Could you give me a step by step instruction on how to do this in my linux
starting from downloading the yocto sdk
regards,
Hari Prasad S R
7418234575
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-19 Thread hari prasad
what i want is to install usdpaa libraries in my ubuntu 12.10 and write a
simple c code using the apis

regards,
Hari Prasad S R
7418234575


On Mon, May 19, 2014 at 3:16 PM, zhenhua@freescale.com 
zhenhua@freescale.com wrote:

  Hi Prasad,



 If you want to build the sample application in Yocto environment,
 following is the step.

 1.   Develop your application source

 2.   Develop the recipe for your application, please refer to
 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe

 *NOTE*: if your application has build dependency on usdpaa, please add
 DEPENDS = “usdpaa” in the recipe of your application, if your application
 has runtime dependency on usdpaa, add RDEPENDS_${PN} = “usdpaa” in recipe
 of your application.

 3.   Add IMAGE_INSTALL_append = “ your_app” in local.conf to ensure
 the rootfs image includes the binaries of your application.

 4.   Build rootfs image.



 Alternatively, you can use Yocto SDK to build your application.

 1.   Run “bitbake rootfs-image -c populate-sdk” to generate the
 cross toolchain installer

 2.   Install tmp/deploy/sdk/*.sh

 3.   Use the standalone toolchain to build your application, please
 refer to
 http://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#setting-up-the-cross-development-environment



 Hope this is helpful for you.





 Best Regards,



 Zhenhua



 *From:* meta-freescale-boun...@yoctoproject.org [mailto:
 meta-freescale-boun...@yoctoproject.org] *On Behalf Of *hari prasad
 *Sent:* Monday, May 19, 2014 3:54 AM
 *To:* meta-freescale@yoctoproject.org
 *Subject:* [meta-freescale] (no subject)



 I am working with freescale 4240qds . I would like to build a sample
 application in my ubuntu 12.10 using usdpaa libraries. I am finding it
 difficult to install them . Can someone help me out ?

 regards,

 Hari Prasad S R

 7418234575

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2014-05-19 Thread zhenhua....@freescale.com
After running “bitbake usdpaa”, the libraries can be found in 
tmp/sysroots/machie/ folder, and then you can use below option 2  to do 
standalone build.


Best Regards,

Zhenhua

From: hari prasad [mailto:hprasad...@gmail.com]
Sent: Monday, May 19, 2014 6:18 PM
To: Luo Zhenhua-B19537
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] (no subject)

what i want is to install usdpaa libraries in my ubuntu 12.10 and write a 
simple c code using the apis

regards,
Hari Prasad S R
7418234575

On Mon, May 19, 2014 at 3:16 PM, 
zhenhua@freescale.commailto:zhenhua@freescale.com 
zhenhua@freescale.commailto:zhenhua@freescale.com wrote:
Hi Prasad,

If you want to build the sample application in Yocto environment, following is 
the step.

1.   Develop your application source

2.   Develop the recipe for your application, please refer to 
http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe

NOTE: if your application has build dependency on usdpaa, please add DEPENDS = 
“usdpaa” in the recipe of your application, if your application has runtime 
dependency on usdpaa, add RDEPENDS_${PN} = “usdpaa” in recipe of your 
application.

3.   Add IMAGE_INSTALL_append = “ your_app” in local.conf to ensure the 
rootfs image includes the binaries of your application.

4.   Build rootfs image.

Alternatively, you can use Yocto SDK to build your application.

1.   Run “bitbake rootfs-image -c populate-sdk” to generate the cross 
toolchain installer

2.   Install tmp/deploy/sdk/*.sh

3.   Use the standalone toolchain to build your application, please refer 
to 
http://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#setting-up-the-cross-development-environment

Hope this is helpful for you.


Best Regards,

Zhenhua

From: 
meta-freescale-boun...@yoctoproject.orgmailto:meta-freescale-boun...@yoctoproject.org
 
[mailto:meta-freescale-boun...@yoctoproject.orgmailto:meta-freescale-boun...@yoctoproject.org]
 On Behalf Of hari prasad
Sent: Monday, May 19, 2014 3:54 AM
To: meta-freescale@yoctoproject.orgmailto:meta-freescale@yoctoproject.org
Subject: [meta-freescale] (no subject)

I am working with freescale 4240qds . I would like to build a sample 
application in my ubuntu 12.10 using usdpaa libraries. I am finding it 
difficult to install them . Can someone help me out ?
regards,
Hari Prasad S R
7418234575

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2013-11-19 Thread Jacob Kroon
... and about 2 secs after I sent the previous mail I see a patch posted on
oe-core mailing list that most likely fixes the warning.
sorry for the noise
Jacob


On Tue, Nov 19, 2013 at 6:43 PM, Jacob Kroon jacob.kr...@gmail.com wrote:

 Hi,

 I use the following regularly for cleaning up my build/ dir:

 sstate-cache-management.sh
 cleanup-workdir
 wipe-sysroot

 When building from sstate cache, I always get this warning:

 WARNING: Setscene task 96
 (/home/jkroon/Projects/oe-devel/build/../meta-fsl-arm-extra/recipes-kernel/linux/
 linux-wandboard_3.0.35.bb, do_populate_sysroot_setscene) failed with exit
 code '1' - real task will be run instead

 And looking at the log-file for do_populate_sysroot_setscene I see:

 [...snip...]
 DEBUG: Shell function sstate_unpack_package finished
 DEBUG: Staging files from
 /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/sysroot-destdir
 to /home/jkroon/Projects/oe-devel/build/tmp-eglibc/sysroots/wandboard-solo
 DEBUG: Executing shell function kernelscripts_sstate_postinst
 NOTE: make scripts
 make: arm-oe-linux-gnueabi-gcc: Command not found
   HOSTCC  scripts/basic/fixdep
   HOSTCC  scripts/kconfig/conf.o
   SHIPPED scripts/kconfig/zconf.tab.c
   SHIPPED scripts/kconfig/lex.zconf.c
   SHIPPED scripts/kconfig/zconf.hash.c
   HOSTCC  scripts/kconfig/zconf.tab.o
   HOSTLD  scripts/kconfig/conf
 scripts/kconfig/conf --silentoldconfig Kconfig
 make: arm-oe-linux-gnueabi-gcc: Command not found
   HOSTCC  scripts/genksyms/genksyms.o
   SHIPPED scripts/genksyms/lex.c
   SHIPPED scripts/genksyms/parse.h
   SHIPPED scripts/genksyms/keywords.c
   HOSTCC  scripts/genksyms/lex.o
   SHIPPED scripts/genksyms/parse.c
   HOSTCC  scripts/genksyms/parse.o
   HOSTLD  scripts/genksyms/genksyms
   CC  scripts/mod/empty.o
 /bin/sh: arm-oe-linux-gnueabi-gcc: command not found
 make[2]: *** [scripts/mod/empty.o] Error 127
 make[1]: *** [scripts/mod] Error 2
 make: *** [scripts] Error 2
 ERROR: oe_runmake failed
 WARNING:
 /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/temp/run.kernelscripts_sstate_postinst.9263:1
 exit 1 from
   [ populate_sysroot_setscene = populate_sysroot -o
 populate_sysroot_setscene = populate_sysroot_setscene ]
 DEBUG: Python function do_populate_sysroot_setscene finished

 So it seems I don't have the cross-compiler set up at this point. Is the
 kernel recipe missing some sort of dependency perhaps ?

   -- Jacob

 ___
 meta-freescale mailing list
 meta-freescale@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-freescale




-- 
  -- Jacob
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2013-10-19 Thread Otavio Salvador
Subject: Updates to meta-fsl-arm-extra (dora) in 2013-10-19
Hello,

I pushed following updates:

commit 1a9cd5ef40580eca705b53b8dcb7b92baa73d293
Author: Otavio Salvador ota...@ossystems.com.br
Date:   Tue Oct 15 16:43:39 2013 -0300

gk802: Remove board support

The gk802 is not being actively maintained at this moment and it lacks
support for current GPU version.

This patch remove the board and specific recipes and can be reverted
later when a better support is provided for this board.

Change-Id: I0575c244945d7b4ee78ac47aae5c4a5d0bfbd793
Signed-off-by: Otavio Salvador ota...@ossystems.com.br

Regards,

--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2013-02-28 Thread McClintock Matthew-B29882
See https://bugzilla.yoctoproject.org/show_bug.cgi?id=2779

-M

On Thu, Nov 29, 2012 at 1:17 AM, Luo Zhenhua-B19537
b19...@freescale.com wrote:
 I guess you didn’t add vaminusers into fsl-image-core, you can edit the
 fsl-image-core.bb to add this package into IMAGE_INSTALL variable and build
 fsl-image-core again.





 Best Regards,



 Zhenhua



 From: GOPIKRISHNAN S [mailto:gopikrishn...@pec.edu]
 Sent: Thursday, November 29, 2012 1:56 PM
 To: Luo Zhenhua-B19537
 Cc: meta-freescale@yoctoproject.org
 Subject: Re: [meta-freescale] (no subject)



 I am building fsl-image-core for Freescale P2041rdb. Now the useradd is
 working without errors; But after building rootfs image, I couldn't find the
 updates in /etc/users and group files

 On Wed, Nov 28, 2012 at 12:52 PM, Luo Zhenhua-B19537 b19...@freescale.com
 wrote:

 When there is no -g option in USERADD_PARAM_*, the default group name is
 same as the  created user name, so USERADD_PARAM_* will create the group
 when add the new user. GROUPADD_PARAM_* is redundant. Remove
 GROUPADD_PARAM_* lines directly and try again.





 Best Regards,



 Zhenhua



 From: meta-freescale-boun...@yoctoproject.org
 [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of GOPIKRISHNAN S
 Sent: Tuesday, November 27, 2012 4:46 PM
 To: meta-freescale@yoctoproject.org
 Subject: [meta-freescale] (no subject)



 I just did
 $ rm -rf buildmachine
 $ source ./fsl-setup-poky -m p2041rdb
 $ bitbake fsl-image-minimal
 $ bitbake vaminusers

 Attached vaminusers.bb

 Problem with useradd. First time
 NOTE: package vaminusers-1.0-r0: task do_install: Started
 ERROR: Function 'useradd_sysroot' failed (see
 /media/325GB_Drive/dev/QorIQ-SDK-V1.2-20120614-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/vaminusers-1.0-r0/temp/log.do_install.19685
 for further information)
 ERROR: Logfile of failure stored in:
 /media/325GB_Drive/dev/QorIQ-SDK-V1.2-20120614-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/vaminusers-1.0-r0/temp/log.do_install.19685
 Log data follows:
 | Running groupadd commands...
 | Note: group vamin1 already exists, not re-creating it
 | Note: group vamin already exists, not re-creating it
 | Running useradd commands...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | useradd: group vamin1 exists - if you want to add this user to that group,
 use -g.
 | WARNING: useradd command did not succeed. Retrying...
 | ERROR: tried running useradd command 10 times without success, giving up
 | ERROR: Function 'useradd_sysroot' failed (see
 /media/325GB_Drive/dev/QorIQ-SDK-V1.2-20120614-yocto/build_p2041rdb_release/tmp/work/ppce500mc-fsl-linux/vaminusers-1.0-r0/temp/log.do_install.19685
 for further information)
 NOTE: package vaminusers-1.0-r0: task do_install: Failed
 ERROR: Task 2
 (/media/325GB_Drive/dev/QorIQ-SDK-V1.2-20120614-yocto/meta-testing/recipes/vaminusers/vaminusers.bb,
 do_install) failed with exit code '1'
 ERROR:
 '/media/325GB_Drive/dev/QorIQ-SDK-V1.2-20120614-yocto/meta-testing/recipes/vaminusers/vaminusers.bb'
 failed




 ___
 meta-freescale mailing list
 meta-freescale@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-freescale

___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2013-02-22 Thread Jeremy Stashluk
Update the dependencies so that gst-fsl-plugin is built and packaged before the
do_configure step for this package.

___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] (no subject)

2013-01-18 Thread Carrillodominguez Francisco Alberto-B35153

Hello META-FSL Yocto Experts


I am interested in compiling Wayland framework in  yocto,

is this already supported?

Or is it scheduled?

Thanks in advance!


Francisco C.
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] (no subject)

2013-01-18 Thread Otavio Salvador
On Fri, Jan 18, 2013 at 9:13 PM, Carrillodominguez Francisco
Alberto-B35153 b35...@freescale.com wrote:


 Hello META-FSL Yocto Experts





 I am interested in compiling Wayland framework in  yocto,



 is this already supported?

In the works;

 Or is it scheduled?

We should be with basic infrastructure merged in next days, so we can
start working in the BSP specifics. The Wayland work is being done in
OpenEmbedded-Core mailing list.

(please, next time set a proper subject in your e-mail)

--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854  http://projetos.ossystems.com.br
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale