Bus
"Failed to listen on D-Bus System Message Bus Socket"
My question
Do I need AF BUS kernel patch ?
0001-net-bus-add-the-AF_BUS-socket-address-family.patch
The kernel that I'm using is kernel version 3.0.35.
Best regards.
--
Saludos
Adrian Alons
ilinx FPGA's which can either have a soft-cpu model or a
traditional CPU like PowerPC or ARM Cortex A9.
@Richard, Jeffrey please help Elvis to get write access in this repo.
--
Regards
Adrian Alonso
http://aalonso.wordpress.com
___
yocto mailing
htm
>
> The other option is the Zynq-EPP 7020 platform which includes the base board
> with the ARM processor, and ISE Design Suite System Edition for USD$895.
>
> Best regards,
>
> Elvis Dowson
>
>
> ___
> yocto mailing list
* Fix machine search string for imx6 targets
Likely all imx6 target boards will be prefixed with
"imx6", this change allows to append -DLINUX flag.
Signed-off-by: Adrian Alonso
---
recipes-graphics/layer-management/layer-management_0.9.7.bb | 2 +-
recipes-graphics/layer-manage
Hi Andrei,
I have write credentials to push this changes is ok that I pushed them?
Or is suppose that a meta-ivi maintainer to push them?
Regards
Adrian Alonso
On Wed, Sep 19, 2012 at 5:16 PM, Andrei Gherzan wrote:
> Ack.
> On Sep 20, 2012 12:56 AM, "Adrian Alonso" wrote:
* Remove append conditional for vexpressa9 target
* Allow different targets to append this service
Signed-off-by: Adrian Alonso
---
recipes-connectivity/portmap/portmap_6.0.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-connectivity/portmap/portmap_6.0
* Remove append conditional for vexpressa9 target
* Allow different targets to append this service
Signed-off-by: Adrian Alonso
---
recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-connectivity/wpa
This patch series enables imx6 target support for meta-ivi based
on denzil branch.
[meta-ivi][PATCH 1/3] pormap: append portmap.service
[meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service
[meta-ivi][PATCH 3/3] layer-management: fix machine search string
___
* Fix machine search string for imx6 targets
Likely all imx6 target boards will be prefixed with
"imx6", this change allows to append -DLINUX flag.
Signed-off-by: Adrian Alonso
---
recipes-graphics/layer-management/layer-management_0.9.5.bb | 2 +-
1 file changed, 1 insertion(+),
-freescale GitHub trees you will need to
change their GIT configuration to this new location.
Please join us at the mainling list and start to watch and to fork the
repository at GitHub.*
Regards
Adrian Alonso
___
yocto mailing list
yocto@yoctoproject.org
>
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
--
Saludos
Adrian Alonso
http://aalonso.wordpress.com
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
e used, that
> > task will not be run and importantly, any dependencies that task will
> > also not be executed.
> >
> > As a real world example, the aim is when building an ipk based image,
> > only the do_package_write_ipk tasks would have their sstate packages
> > fetched and extracted. Since the sysroot isn't used, it would never get
> > extracted. This is another reason to prefer the task based approach
> > sstate takes over any recipe based approach which would have to install
> > the output from every task.
> >
> > Tips and Tricks
> > ===
> >
> > This isn't simple code and when it goes wrong, debugging needs to be
> > straightforward. During development we tried to write strong debugging
> > tools too.
> >
> > Firstly, whenever a sstate package is written out, so is a
> > corresponding .siginfo file. This is a pickled python database of all
> > the metadata that went into creating the hash for a given sstate
> > package.
> >
> > If bitbake is run with the --dump-signatures (or -S) option, instead of
> > building the target package specified it will dump out siginfo files in
> > the stamp directory for every task it would have executed.
> >
> > Finally, there is a bitbake-diffsigs command which can process these
> > siginfo files. If one file is specified, it will dump out the dependency
> > information in the file. If two files are specified, it will compare the
> > two files and dump out the differences between the two.
> >
> > This allows the question of "What changed between X and Y?" to be
> > answered easily.
> >
> >
> > ___
> > poky mailing list
> > p...@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel
> ___
> poky mailing list
> p...@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
--
Saludos
Adrian Alonso
http://aalonso.wordpress.com
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
* Sync kernel version to 2.6.37 from xilinx repo
* Add linux.inc to meta-xilinx layer (deprecated in main layer).
* Increase PR
Signed-off-by: Adrian Alonso
---
recipes-kernel/linux/linux-xilinx_git.bb |8 +-
recipes-kernel/linux/linux.inc | 95 ++
2
* Fix FILESPATH, recipe not finding layer patch
rename PN to files
Signed-off-by: Adrian Alonso
---
...enssl-linux-gnueabi-powerpc-configuration.patch |0
.../openssl/openssl_0.9.8p.bbappend|5 ++---
2 files changed, 2 insertions(+), 3 deletions(-)
rename recipes
* Fix missing LICENSE definition
* Update u-boot-xilinx preferred version (sync with xilinx repo).
* Increase PR
Signed-off-by: Adrian Alonso
---
recipes-bsp/uboot/u-boot-xilinx_git.bb |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/uboot/u-boot
* Add u-boot image to EXTRA_IMAGEDEPENDS
Trigger u-boot elf built and to be exported to hardware
project path (see xilinx-boot.bbclass).
Signed-off-by: Adrian Alonso
---
conf/machine/virtex5.conf |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/conf/machine/virtex5
* Add u-boot image to EXTRA_IMAGEDEPENDS
Trigger u-boot elf built and to be exported to hardware
project path (see xilinx-boot.bbclass).
Signed-off-by: Adrian Alonso
---
conf/machine/virtex4.conf |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/conf/machine/virtex4
Several fixes for meta-xilinx powerpc bsp support
Pull URL: git://git.pokylinux.org/meta-xilinx.git
Branch: powerpc-support
Browse: http://git.pokylinux.org/cgit.cgi/meta-xilinx/log/?h=powerpc-support
Thanks,
Adrian Alonso
---
Adrian Alonso (5):
virtex4: add u-boot image to rootfs
18 matches
Mail list logo