|
Access ssh repository
Hi,
I am using Poky danny for development.I have a query related to repository fetching.
Is it possible to fetch any repository using ssh? As an example, suppose if recipe contains something
Hi,
I am using Poky danny for development.I have a query related to repository fetching.
Is it possible to fetch any repository using ssh? As an example, suppose if recipe contains something
|
By
Navani Srivastava <navani.srivastava@...>
·
#15364
·
|
|
Re: eglibc and Oracle embedded JRE compatibility
nothing to worry there. eglibc is no different then glibc, its a superset actually.
you need java8 IIRC for arm and meta-oracle-java is supporting java7 at present.
nothing to worry there. eglibc is no different then glibc, its a superset actually.
you need java8 IIRC for arm and meta-oracle-java is supporting java7 at present.
|
By
Khem Raj
·
#15363
·
|
|
Agenda: Yocto Project Technical Team Meeting - Tuesday, August 06, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
* SWAT team rotation: Jessica -> Ross
* Opens - 10
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
* SWAT team rotation: Jessica -> Ross
* Opens - 10
|
By
Liu, Song <song.liu@...>
·
#15362
·
|
|
Re: how to build external firmware for kernel
Zitat von Paul Eggleton <paul.eggleton@...>:
Hi Paul,
I appologize, probably I did not explain it very well.
So, in brief, I need to perform these steps in the following order:
1) check
Zitat von Paul Eggleton <paul.eggleton@...>:
Hi Paul,
I appologize, probably I did not explain it very well.
So, in brief, I need to perform these steps in the following order:
1) check
|
By
lothar@...
·
#15361
·
|
|
Re: easiest way to add opkg and all .ipk data to core-image-minimal?
yes, it was adding the "package-management" to IMAGE_FEATURES that i
saw as one option -- just wasn't sure that that was the "proper" way
to do it. for now, as long as it works, i'll go with
yes, it was adding the "package-management" to IMAGE_FEATURES that i
saw as one option -- just wasn't sure that that was the "proper" way
to do it. for now, as long as it works, i'll go with
|
By
Robert P. J. Day
·
#15360
·
|
|
Re: easiest way to add opkg and all .ipk data to core-image-minimal?
On Mon, Aug 5, 2013 at 1:19 PM, Robert P. J. Day <rpjday@...> wrote:
i should know this but, if i don't want to define a new image, what
is the canonical way to add "opkg" and full ipk data to a
On Mon, Aug 5, 2013 at 1:19 PM, Robert P. J. Day <rpjday@...> wrote:
i should know this but, if i don't want to define a new image, what
is the canonical way to add "opkg" and full ipk data to a
|
By
Chris Larson <clarson@...>
·
#15359
·
|
|
easiest way to add opkg and all .ipk data to core-image-minimal?
i should know this but, if i don't want to define a new image, what
is the canonical way to add "opkg" and full ipk data to a stock build
of, say, core-image-minimal? i can see that what i'll want is
i should know this but, if i don't want to define a new image, what
is the canonical way to add "opkg" and full ipk data to a stock build
of, say, core-image-minimal? i can see that what i'll want is
|
By
Robert P. J. Day
·
#15358
·
|
|
Re: X11 without a desktop
OK, I'll let you know what I come up with.
BTW, 5 years *is* a long time in internet years, but not so long
for some of us "grey beards" :-)
Thanks
--
OK, I'll let you know what I come up with.
BTW, 5 years *is* a long time in internet years, but not so long
for some of us "grey beards" :-)
Thanks
--
|
By
Gary Thomas
·
#15357
·
|
|
Re: X11 without a desktop
You can safely disable that block. Patches welcome for dbus-wait, I
wrote it a *long* time ago.
Ross
You can safely disable that block. Patches welcome for dbus-wait, I
wrote it a *long* time ago.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#15356
·
|
|
Re: X11 without a desktop
I found this:
if [ "$CMD" ]; then
# Delay to make sure the window manager is active
# by waiting for the desktop to say its finished loading
dbus-wait org.matchbox_project.desktop
I found this:
if [ "$CMD" ]; then
# Delay to make sure the window manager is active
# by waiting for the desktop to say its finished loading
dbus-wait org.matchbox_project.desktop
|
By
Gary Thomas
·
#15355
·
|
|
Yocto Project bug trends for 2013 WW31
The trend graphs for work week 31 have been updated automatically at
https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. The weighted defect
density decreased from last week's 1683 to 1649, the
The trend graphs for work week 31 have been updated automatically at
https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. The weighted defect
density decreased from last week's 1683 to 1649, the
|
By
Michael Halstead
·
#15354
·
|
|
Re: X11 without a desktop
That's the matchbox-keyboard init script which waits for the desktop
to say it's loaded, easily patched out (the intention was to serialise
the final stages of the boot so the desktop appeared quickly
That's the matchbox-keyboard init script which waits for the desktop
to say it's loaded, easily patched out (the intention was to serialise
the final stages of the boot so the desktop appeared quickly
|
By
Burton, Ross <ross.burton@...>
·
#15353
·
|
|
Re: how to build external firmware for kernel
Sorry, I misunderstood your original explanation - in that case you cannot use
STAGING_KERNEL_DIR because it will only exist after the kernel has been built.
It seems a bit odd that you'd need to
Sorry, I misunderstood your original explanation - in that case you cannot use
STAGING_KERNEL_DIR because it will only exist after the kernel has been built.
It seems a bit odd that you'd need to
|
By
Paul Eggleton
·
#15352
·
|
|
X11 without a desktop
I'm running a system roughly based on core-image-sato except
that I've disabled the matchbox desktop (I only have a single
application). Some things still seem to want the desktop
to be in place
I'm running a system roughly based on core-image-sato except
that I've disabled the matchbox desktop (I only have a single
application). Some things still seem to want the desktop
to be in place
|
By
Gary Thomas
·
#15351
·
|
|
[PATCH] poky.conf: Don't force the addition of extra DISTRO_FEATURES
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.
This moved the definition to poky.conf and
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.
This moved the definition to poky.conf and
|
By
Otavio Salvador <otavio@...>
·
#15350
·
|
|
Re: how to build external firmware for kernel
Zitat von Paul Eggleton <paul.eggleton@...>:
Hi Paul, yes, so my first approach was indeed in the firmware.bb something like:
install -d ${D}/lib/firmware/imx/sdma/
install -m
Zitat von Paul Eggleton <paul.eggleton@...>:
Hi Paul, yes, so my first approach was indeed in the firmware.bb something like:
install -d ${D}/lib/firmware/imx/sdma/
install -m
|
By
lothar@...
·
#15349
·
|
|
Re: [meta-raspberrypi] Read-Only RootFS is not read only
On Mon, Aug 5, 2013 at 2:51 AM, Rich Bayliss <richbayliss@...> wrote:
Sorry Paul - I am new to all this. I have checked and I am using Poky (1.4)
Rich
On 4 August 2013 23:35, Paul Eggleton
On Mon, Aug 5, 2013 at 2:51 AM, Rich Bayliss <richbayliss@...> wrote:
Sorry Paul - I am new to all this. I have checked and I am using Poky (1.4)
Rich
On 4 August 2013 23:35, Paul Eggleton
|
By
Andrei Gherzan
·
#15348
·
|
|
Re: how to build external firmware for kernel
Hi Lothar,
Shouldn't firmware go into /lib/firmware?
You can get the kernel version name from ${STAGING_KERNEL_DIR}/kernel-
abiversion if that helps, but I wouldn't have thought you'd need it if
Hi Lothar,
Shouldn't firmware go into /lib/firmware?
You can get the kernel version name from ${STAGING_KERNEL_DIR}/kernel-
abiversion if that helps, but I wouldn't have thought you'd need it if
|
By
Paul Eggleton
·
#15347
·
|
|
[Package Report System]Upgrade recipes name list
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
|
By
Yocto Project Package Report System <package-reporting@...>
·
#15345
·
|
|
[Package Report System]Manual check recipes name list
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
|
By
Yocto Project Package Report System <package-reporting@...>
·
#15346
·
|