|
Re: understanding what's in an image
On 01/09/2012 09:07 PM, Christopher Larson wrote: the layer.conf in meta/conf includes and covers all .bb files under it like receipe-sato, which includes web-webkit. So does this say
On 01/09/2012 09:07 PM, Christopher Larson wrote: the layer.conf in meta/conf includes and covers all .bb files under it like receipe-sato, which includes web-webkit. So does this say
|
By
Jim Abernathy
·
#4180
·
|
|
Re: Trouble creating new package
Ah hah, thank you Gary, I found a wealth of information in that folder. The do_install log didn't exist but after a quick browse, I found that the binaries are actually present on the system, but
Ah hah, thank you Gary, I found a wealth of information in that folder. The do_install log didn't exist but after a quick browse, I found that the binaries are actually present on the system, but
|
By
Jack Mitchell <ml@...>
·
#4179
·
|
|
Re: Trouble creating new package
Did you look at the log file created during the install step?
It will be in a file named something like this:
tmp/work/arm*/hiawatha*/temp/log.do_install
assuming that your target architecture is
Did you look at the log file created during the install step?
It will be in a file named something like this:
tmp/work/arm*/hiawatha*/temp/log.do_install
assuming that your target architecture is
|
By
Gary Thomas
·
#4178
·
|
|
Re: Trouble creating new package
On 10/01/12 13:38, James Abernathy wrote: I already have this in my custom image .bb file. As noted above it seems to install everything apart from the binary so all the config
On 10/01/12 13:38, James Abernathy wrote: I already have this in my custom image .bb file. As noted above it seems to install everything apart from the binary so all the config
|
By
Jack Mitchell <ml@...>
·
#4177
·
|
|
Re: Related to eglibc
Hello Khem,
Thanks for your reply.
I tried using eglibc-2.13 and eglibc-2.14 but they didn't worked. Still Qt
application are refreshing at every touch.
Hello Khem,
Thanks for your reply.
I tried using eglibc-2.13 and eglibc-2.14 but they didn't worked. Still Qt
application are refreshing at every touch.
|
By
Navani <navani.srivastava@...>
·
#4176
·
|
|
Re: Trouble creating new package
On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell <ml@...> wrote:
Maybe you need an IMAGE_INSTALL += "hiawatha" in you local.conf????
Jim A
On Tue, Jan 10, 2012 at 8:20 AM, Jack Mitchell <ml@...> wrote:
Maybe you need an IMAGE_INSTALL += "hiawatha" in you local.conf????
Jim A
|
By
Jim Abernathy
·
#4175
·
|
|
[PATCH] augeas: Add libxml2 dependency
This patch fixes the following Augeas configure error.
| checking for LIBXML... no
| configure: error: Package requirements (libxml-2.0) were not met:
|
| No package 'libxml-2.0' found
|
| Consider
This patch fixes the following Augeas configure error.
| checking for LIBXML... no
| configure: error: Package requirements (libxml-2.0) were not met:
|
| No package 'libxml-2.0' found
|
| Consider
|
By
Martin Donnelly <martin.donnelly@...>
·
#4174
·
|
|
Re: Trouble creating new package
Ok, I have managed to get a bit further on this. I didn't realise that I had to do
bitbake -c clean hiawatha
Everytime I had changed the package to ensure that it was building with the new
Ok, I have managed to get a bit further on this. I didn't realise that I had to do
bitbake -c clean hiawatha
Everytime I had changed the package to ensure that it was building with the new
|
By
Jack Mitchell <ml@...>
·
#4173
·
|
|
Re: Unable to set system clock
What's your hardware target? There is a bug #1767 that can
make the system always reset the clock to the saved timestamp
on boot. This is probably what's happening to you.
--
What's your hardware target? There is a bug #1767 that can
make the system always reset the clock to the saved timestamp
on boot. This is probably what's happening to you.
--
|
By
Gary Thomas
·
#4172
·
|
|
Unable to set system clock
Hi,
I am getting problem in changing system clock of my board.
On rebooting the board after changing time, I can see the new time in kernel boot messages like
“pmic_rtc pmic_rtc.1: setting
Hi,
I am getting problem in changing system clock of my board.
On rebooting the board after changing time, I can see the new time in kernel boot messages like
“pmic_rtc pmic_rtc.1: setting
|
By
Navani Kamal Srivastava <NAVANI.Srivastava@...>
·
#4171
·
|
|
Re: understanding what's in an image
It's seldom a good idea to modify anything in the Yocto core unless that
change should be pushed to everyone. Make the changes you need in your
local layers.
If you're building a specialized
It's seldom a good idea to modify anything in the Yocto core unless that
change should be pushed to everyone. Make the changes you need in your
local layers.
If you're building a specialized
|
By
Gary Thomas
·
#4170
·
|
|
Re: understanding what's in an image
This was very helpful. Before I got your email, I had gotten the advice to
put the IMAGE_INSTALL += "web-webkit" into the core-image-sato.bb file.
Both seem to work. Not sure which is the best
This was very helpful. Before I got your email, I had gotten the advice to
put the IMAGE_INSTALL += "web-webkit" into the core-image-sato.bb file.
Both seem to work. Not sure which is the best
|
By
Jim Abernathy
·
#4169
·
|
|
Re: understanding what's in an image
The 'webkit' is just a library used to build tools such as a
web browser. You might want to start with an application that
actually uses webkit, such as web-webkit.
To build an image which includes
The 'webkit' is just a library used to build tools such as a
web browser. You might want to start with an application that
actually uses webkit, such as web-webkit.
To build an image which includes
|
By
Gary Thomas
·
#4168
·
|
|
Re: Trouble creating new package
Hi Martin,
Inheriting autotools makes no difference, I also don't understand why autotools should be inherited if it is only a make/configure combination being used?
Best Regards
Hi Martin,
Inheriting autotools makes no difference, I also don't understand why autotools should be inherited if it is only a make/configure combination being used?
Best Regards
|
By
Jack Mitchell <ml@...>
·
#4167
·
|
|
Re: Trouble creating new package
try to start with
inherit autotools
Cheers,,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
try to start with
inherit autotools
Cheers,,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
|
By
Martin Jansa
·
#4166
·
|
|
Trouble creating new package
Good morning everyone,
I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied other .bb files to no avail.
I am trying to build a
Good morning everyone,
I am currently having issues creating a (very!) simple package. I have looked at the latest reference manual and studied other .bb files to no avail.
I am trying to build a
|
By
Jack Mitchell <ml@...>
·
#4165
·
|
|
Re: [V2][PATCH 0/4]lttng-2.0 new recipe
于 2012年01月10日 02:02, Darren Hart 写道:
Since build time is not short, so I'll do some runtime
testing. So patches will be sent out at night.
于 2012年01月10日 02:02, Darren Hart 写道:
Since build time is not short, so I'll do some runtime
testing. So patches will be sent out at night.
|
By
Zumeng Chen <zumeng.chen@...>
·
#4164
·
|
|
Re: [PATCH 1/4] lttng-ust: Integrate into yocto linux
于 2012年01月10日 01:57, Darren Hart 写道:
OK, got it, V3 soon.
于 2012年01月10日 01:57, Darren Hart 写道:
OK, got it, V3 soon.
|
By
Zumeng Chen <zumeng.chen@...>
·
#4163
·
|
|
Re: [PATCH 2/4] lttng-tools: Integrated from git repo.
于 2012年01月10日 02:00, Darren Hart 写道:
OK. fixed.
OK.
于 2012年01月10日 02:00, Darren Hart 写道:
OK. fixed.
OK.
|
By
Zumeng Chen <zumeng.chen@...>
·
#4162
·
|
|
Re: [V2][PATCH 0/4]lttng-2.0 new recipe
于 2012年01月10日 02:02, Darren Hart 写道:
No, since we don't change anything actual codes
from that point.
OK, thanks Darren for your confirmation.
OK, I'll take them into the lttng-modules
于 2012年01月10日 02:02, Darren Hart 写道:
No, since we don't change anything actual codes
from that point.
OK, thanks Darren for your confirmation.
OK, I'll take them into the lttng-modules
|
By
Zumeng Chen <zumeng.chen@...>
·
#4161
·
|