Re: [meta-xilinx] [meta-virtualization] Building a Xen image on Yocto

2017-03-02 Thread Christopher Clark
Hi Pello It looks like there is a problem with the libxml2 recipe in master for your platform. Have you tried building one of the stable release branches instead of master? eg. morty ? Christopher On Wed, Mar 1, 2017 at 12:05 AM, Pello Heriz < pello.he...@alumni.mondragon.edu> wrote: > Hi all

[meta-xilinx] How to create recipe for /etc folder

2017-03-02 Thread Cai, Chuntian (GE Transportation)
Hi All, I want create a script in /etc folder ,how to create recipe ( or patch ) that in install this script to /etc folder with YOCTO. By the way I want run this script automatically after power on how to achieve this, how to create patch for current exist script file (profile.sh) Thanks. -

Re: [meta-xilinx] gpio export from device tree

2017-03-02 Thread Jean-Francois Dagenais
Hi Alan, Thanks for this insight. > On Mar 1, 2017, at 05:16, Alan Levy wrote: > > In order to give userspace GPIOs sane names I use devicetree aliases which > application code can access from /proc/device-tree/aliases. Each GPIO has an > alias with a sensible name and the string I assign to

Re: [meta-xilinx] gpio export from device tree

2017-03-02 Thread Alan Levy
The following DTS example fragment defines the EMIO pins used to control an external 8-way Mux: / { /* * Provide a set of aliases describing the GPIOs that are exported via sysfs for use by applications. * * The format of each signal entry is as follows: * = ",INPUT | OU