Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add the basic support xilinx-zynqmp

2019-06-06 Thread Nathan Rossi
On Thu, 6 Jun 2019 at 10:16, Zumeng Chen wrote: > > > On 6/6/19 1:19 AM, Bruce Ashfield wrote: > > On Wed, Jun 5, 2019 at 4:02 AM Zumeng Chen > > wrote: > >> This patch is to add scc/cfg meta to build and boot zcu102 board with the > >> bsp > >> of xilinx-zynqmp. > >> > > See some questions

[yocto] [yocto-docs][RFC PATCH 2/2] bsp-guide: Add "BSP Device Tree Examples" section

2018-08-02 Thread Nathan Rossi
ethod over the other or in conjunction with the other. Signed-off-by: Nathan Rossi --- This change includes documentation about the devicetree class which is not yet in oe-core. As such this documentation is just an RFC in order to get feedback for when the changes are included in oe-core. The oe-

[yocto] [yocto-docs][RFC PATCH 1/2] ref-manual: Added devicetree to the Classes section

2018-08-02 Thread Nathan Rossi
Add the devicetree class to the classes section of the ref-manual. This section covers the details around how the devicetree class works and how to use. Signed-off-by: Nathan Rossi --- This change includes documentation about the devicetree class which is not yet in oe-core

Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Nathan Rossi
On 27 June 2018 at 16:58, Alan Levy wrote: > This is really a question for the meta-xilinx list but I'll answer it here > anyway. > > You need to add the following command (suitably edited) to uEnv.txt on the SD > card: > > fatload mmc 0 && fpga loadb 0 > > > is a location in RAM

Re: [linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-22 Thread Nathan Rossi
On 22 March 2018 at 15:33, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 03/20/2018 10:10 AM, Nathan Rossi wrote: >> >> This change adds WiFi driver configuration fragments. The fragments are >> split into vendor and interface files to allow for e

[linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-20 Thread Nathan Rossi
. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- These changes are very similar to a set of configuration fragments that were included (?) in minnow branches in ~2013. However they never made it into the current set of configuration fragments. https://lists.yoctoproject.org/pipermail

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-18 Thread Nathan Rossi
On 18 July 2017 at 05:43, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-07-15 11:25 AM, Nathan Rossi wrote: >> >> Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however >> this config (specifically the .cfg, as the .scc is included via &

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-15 Thread Nathan Rossi
On 15 July 2017 at 05:39, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-07-13 1:56 PM, Nathan Rossi wrote: >> >> On 13 July 2017 at 05:22, Bruce Ashfield <bruce.ashfi...@windriver.com> >> wrote: >>> >>> On 2017-07-04 11:29 AM

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-15 Thread Nathan Rossi
On 15 July 2017 at 05:42, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-07-13 1:55 PM, Nathan Rossi wrote: >> >> On 13 July 2017 at 05:25, Bruce Ashfield <bruce.ashfi...@windriver.com> >> wrote: >>> >>> On 2017-07-0

[linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-15 Thread Nathan Rossi
'cortexa9thf-neon') work correctly when using the tiny kernel type. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- bsp/xilinx/soc/zynq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/xilinx/soc/zynq.cfg b/bsp/xilinx/soc/zynq.cfg index 3678f4a6f5..c427135eca 100644 --- a/bsp/

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-13 Thread Nathan Rossi
On 13 July 2017 at 05:22, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-07-04 11:29 AM, Nathan Rossi wrote: >> >> Create configs for the qemumicroblazeeb machine. This includes both >> -standard and -tiny configs. >> >> Signed-off-b

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-13 Thread Nathan Rossi
On 13 July 2017 at 05:25, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-07-04 11:29 AM, Nathan Rossi wrote: >> >> Most of this configuration has existed in the meta-xilinx layer for >> quite some time for use with linux-yocto and Xilinx's vendor

[linux-yocto] [kernel-cache][RFC PATCH 7/7] features/debug/debug-dyndbg: Add feature to enable dynamic debug

2017-07-04 Thread Nathan Rossi
during run time (via boot parameters or from a sysfs interface). Enabling this option is useful when debugging multiple parts of the kernel as well as to allow for enabling of debug messages without needing to modify the source. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- features

[linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-04 Thread Nathan Rossi
Create configs for the qemumicroblazeeb machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- bsp/qemumicroblaze/qemumicroblazeeb-standard.scc | 15 +++ bsp/qemumicroblaze/qemumicroblazeeb-tiny.scc | 12 +++

[linux-yocto] [kernel-cache][RFC PATCH 6/7] bsp/xilinx/zynq: Add a general purpose KMACHINE for Zynq targets

2017-07-04 Thread Nathan Rossi
for the platform/soc. This adds configs for -standard and -tiny. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- bsp/xilinx/soc/drivers-zynq.cfg | 75 + bsp/xilinx/soc/zynq.cfg | 43 +++ bsp/xilinx/soc/zynq.scc

[linux-yocto] [kernel-cache][RFC PATCH 4/7] bsp/qemumicroblazeel: Add BSP configs for qemumicroblazeel

2017-07-04 Thread Nathan Rossi
Create configs for the qemumicroblazeel machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- bsp/qemumicroblaze/qemumicroblazeel-standard.scc | 15 +++ bsp/qemumicroblaze/qemumicroblazeel-tiny.scc | 12 +++

[linux-yocto] [kernel-cache][RFC PATCH 3/7] bsp/xilinx/soc/drivers: Add Xilinx Soft IP drivers fragment

2017-07-04 Thread Nathan Rossi
Add a fragment to enable drivers for Xilinx Soft IP (FPGA devices) which are used in a number of BSPs including custom MicroBlaze designs. This fragment has two .cfg files, one is specific to MicroBlaze (kernel configs have dependency on CONFIG_MICROBLAZE). Signed-off-by: Nathan Rossi <

[linux-yocto] [kernel-cache][RFC PATCH 2/7] bsp/xilinx/board-common: Add Xilinx common board fragment for BSPs

2017-07-04 Thread Nathan Rossi
Add a config fragment that enables commonly used configs for Xilinx boards and systems. This includes a number of board level devices (e.g. I2C, MTD, Ethernet PHYs, etc.) Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- bsp/xilinx/board-common.cf

[linux-yocto] [kernel-cache][RFC PATCH 1/7] arch/microblaze: Add config fragments for the MicroBlaze architecture

2017-07-04 Thread Nathan Rossi
Add the baseline configuration for the MicroBlaze architecture. This only enables two configs, and sets up the default tick as 100 hz. MicroBlaze is available in the mainline kernel and requires no additional patches. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- arch/micr

[linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-04 Thread Nathan Rossi
and is purely kernel configuration. Additionally included in this series is a fragment for debug purposes that enables the kernels DEBUG_DYNAMIC feature. Nathan Rossi (7): arch/microblaze: Add config fragments for the MicroBlaze architecture bsp/xilinx/board-common: Add Xilinx common board fragment

Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-20 Thread Nathan Rossi
cross_prelink branch do you see any issues with updating the SRCREV in oe-core? Thanks, Nathan > > --Mark > > On 6/19/17 8:45 AM, Nathan Rossi wrote: >> Add definitions/config to support MicroBlaze, using glibc-2.24 as >> reference. >> >> Signed-off-by: Nathan

Re: [yocto] [meta-xilinx] xen-image-minimal testing

2017-05-02 Thread Nathan Rossi
On 3 May 2017 at 02:47, Manjukumar Harthikote Matha wrote: > > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Jason Wu >> Sent: Tuesday, May 02, 2017 2:16 AM >> To:

Re: [yocto] [meta-mingw][PATCH v2 0/19] Adding support for building QEMU for Windows

2017-03-09 Thread Nathan Rossi
On 30 January 2017 at 18:44, Nathan Rossi <nat...@nathanrossi.com> wrote: > This series enables a number of packages and dependencies to be built > for mingw32. The goal is to enable the building and packaging of QEMU > targeting mingw32 with support for SDL/VNC enabled as wel

[yocto] [meta-mingw][PATCH v2 19/19] libgcrypt_1.7.3.bbappend: Add patch to fix configure bug for mingw32

2017-01-30 Thread Nathan Rossi
. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- ...c-Set-mym4_revision-to-0-if-not-a-git-rep.patch | 46 ++ recipes-support/libgcrypt/libgcrypt_1.7.3.bbappend | 6 +++ 2 files changed, 52 insertions(+) create mode 100644 recipes-support/libgcrypt

[yocto] [meta-mingw][PATCH v2 18/19] libgcrypt: Disable 'capabilities' for mingw32

2017-01-30 Thread Nathan Rossi
libcap does not support mingw32, so disable 'capabilities' support for the mingw32 targets. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-support/libgcrypt/libgcrypt_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-support/libgcrypt/libg

[yocto] [meta-mingw][PATCH v2 17/19] libgcrypt: Handle packaging of .exe and .def files

2017-01-30 Thread Nathan Rossi
Handle packaging of .exe for the hmac/dumpexp packages. Also add the packaging of mpicalc.exe to the -dev package. Also handle the packaging of the .def files into the -dev package. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-support/libgcrypt/libgcrypt_%.bbappe

[yocto] [meta-mingw][PATCH v2 16/19] libgpg-error_1.25.bbappend: Add patch to fix configure bug for mingw32

2017-01-30 Thread Nathan Rossi
. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- ...c-Set-mym4_revision-to-0-if-not-a-git-rep.patch | 46 ++ .../libgpg-error/libgpg-error_1.25.bbappend| 6 +++ 2 files changed, 52 insertions(+) create mode 100644 recipes-support/libgpg-error

[yocto] [meta-mingw][PATCH v2 15/19] libgpg-error: Handle packaging .exe files

2017-01-30 Thread Nathan Rossi
Handle packaging gpg-error.exe in the -dev package. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-support/libgpg-error/libgpg-error_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-support/libgpg-error/libgpg-error_%.bbappend diff

[yocto] [meta-mingw][PATCH v2 14/19] libsdl: Fix ${PN}-bin handling for .exe files

2017-01-30 Thread Nathan Rossi
For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-graphics/libsdl/libsdl_%.bbappend | 2 ++

[yocto] [meta-mingw][PATCH v2 13/19] libsdl: Windows specific PACKAGECONFIG

2017-01-30 Thread Nathan Rossi
targeting mingw32/windows) however this requires the DirectX libraries in order to include and link against. Disable X11 support when building for the nativesdk mingw32. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-graphics/libsdl/libsdl_%.bbappend | 7 +++ 1 file chan

[yocto] [meta-mingw][PATCH v2 12/19] dtc: Only build libfdt for mingw32

2017-01-30 Thread Nathan Rossi
-compiler itself. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/dtc/dtc_%.bbappend | 16 1 file changed, 16 insertions(+) create mode 100644 recipes-core/dtc/dtc_%.bbappend diff --git a/recipes-core/dtc/dtc_%.bbappend b/recipes-core/dtc/dtc_%.bbappe

[yocto] [meta-mingw][PATCH v2 11/19] glib-2.0: Clean up unnecessary appends that are resolved in oe-core

2017-01-30 Thread Nathan Rossi
The changes that are appended for '--enable-include=printf=yes' and removal of charset.alias are handled in oe-core. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-core/glib-2.

[yocto] [meta-mingw][PATCH v2 10/19] glib-2.0: Handle packaging .dll and .exe files for mingw32

2017-01-30 Thread Nathan Rossi
package, it is only used during development/compilation. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/recipes-core/gl

[yocto] [meta-mingw][PATCH v2 8/19] glib-2.0: Prevent a bash dependency via bash-completion

2017-01-30 Thread Nathan Rossi
-completion output, so instead of disabling the bash-completion bbclass entirely allow the output to be packaged but remove the RDEPENDS_${PN}-bash-completion on bash-completion. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 4

[yocto] [meta-mingw][PATCH v2 9/19] glib-2.0: Disable libmount support for mingw32 targets

2017-01-30 Thread Nathan Rossi
MinGW/Windows does not have support for libmount, so disable it when targeting mingw32. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 4 1 file changed, 4 insertions(+) diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/r

[yocto] [meta-mingw][PATCH v2 7/19] gettext_0.19.%.bbappend: Handle gettext-libintl .dll packaging

2017-01-30 Thread Nathan Rossi
For mingw32 handle packaging of gettext-libintl in bindir. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- Note this patch is separated from the preceding due to being dependent on a change in oe-core/meta being applied to add the 'gettext-libintl' package. --- recipes-core/g

[yocto] [meta-mingw][PATCH v2 6/19] gettext_0.19.%.bbappend: Handle packaging .dll's for mingw32

2017-01-30 Thread Nathan Rossi
Package the libgettext*.dll files in their respective packages. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/gettext/gettext_0.19.%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/gettext/gettext_0.19.%.bbappend b/recipes-core/g

[yocto] [meta-mingw][PATCH v2 5/19] gettext_0.19.%.bbappend: Fix/enable shared building of gettext

2017-01-30 Thread Nathan Rossi
and upstream gettext has already updated the included gnulib, however gettext has not yet made a release that includes this fix. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- .../fix-gl_cv_prog_as_underscore-test.patch| 67 ++ recipes-core/gettext/gettex

[yocto] [meta-mingw][PATCH v2 4/19] libpcre: Handle shipping .exe and .dll files for mingw32

2017-01-30 Thread Nathan Rossi
Package the .dll and .exe files into their expected packages. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-support/libpcre/libpcre_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-support/libpcre/libpcre_%.bbappend diff --git a/r

[yocto] [meta-mingw][PATCH v2 3/19] expat: Fix ${PN}-bin handling for .exe files

2017-01-30 Thread Nathan Rossi
For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/expat/expat_%.bbappend | 3 +++ 1 file c

Re: [yocto] [meta-mingw][PATCH 0/19] Adding support for building QEMU for Windows

2017-01-30 Thread Nathan Rossi
Sorry this should have v2 in the subject. I realized just as the second patch was sent. I've resent with v2 for clarity. Regards, Nathan On 30 January 2017 at 18:41, Nathan Rossi <nat...@nathanrossi.com> wrote: > This series enables a number of packages and dependencies to be built >

[yocto] [meta-mingw][PATCH v2 2/19] libgcc: Relocate and package dll's in bindir

2017-01-30 Thread Nathan Rossi
Relocate and package the dll's provided by libgcc in bindir. It is convention that on mingw/windows dll files are installed into the bindir, this is done to avoid issues with search paths and allows for execution of binaries without the need to point at a libdir. Signed-off-by: Nathan Rossi <

[yocto] [meta-mingw][PATCH v2 1/19] mingw-w64-headers: Add 'secure-api' PACKAGECONFIG

2017-01-30 Thread Nathan Rossi
Add the 'secure-api' PACKAGECONFIG and enable it by default. The 'secure-api' feature enables the secure string functions that are provided in the MS C Runtime e.g. "strerror_s". These functions are needed for glib-2.0 compilation. Signed-off-by: Nathan Rossi <nat...@na

[yocto] [meta-mingw][PATCH v2 0/19] Adding support for building QEMU for Windows

2017-01-30 Thread Nathan Rossi
* Updated commit messages Nathan Rossi (19): mingw-w64-headers: Add 'secure-api' PACKAGECONFIG libgcc: Relocate and package dll's in bindir expat: Fix ${PN}-bin handling for .exe files libpcre: Handle shipping .exe and .dll files for mingw32 gettext_0.19.%.bbappend: Fix/enable shared

[yocto] [meta-mingw][PATCH 1/19] mingw-w64-headers: Add 'secure-api' PACKAGECONFIG

2017-01-30 Thread Nathan Rossi
Add the 'secure-api' PACKAGECONFIG and enable it by default. The 'secure-api' feature enables the secure string functions that are provided in the MS C Runtime e.g. "strerror_s". These functions are needed for glib-2.0 compilation. Signed-off-by: Nathan Rossi <nat...@na

[yocto] [meta-mingw][PATCH 0/19] Adding support for building QEMU for Windows

2017-01-30 Thread Nathan Rossi
* Updated commit messages Nathan Rossi (19): mingw-w64-headers: Add 'secure-api' PACKAGECONFIG libgcc: Relocate and package dll's in bindir expat: Fix ${PN}-bin handling for .exe files libpcre: Handle shipping .exe and .dll files for mingw32 gettext_0.19.%.bbappend: Fix/enable shared

[yocto] [meta-mingw][PATCH 7/7] dtc_%.bbappend: Only build libfdt for mingw32

2017-01-16 Thread Nathan Rossi
-compiler itself. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/dtc/dtc_%.bbappend | 16 1 file changed, 16 insertions(+) create mode 100644 recipes-core/dtc/dtc_%.bbappend diff --git a/recipes-core/dtc/dtc_%.bbappend b/recipes-core/dtc/dtc_%.bbappend ne

[yocto] [meta-mingw][PATCH 6/7] libgcc_%.bbappend: Relocate and package dll's in bindir

2017-01-16 Thread Nathan Rossi
Relocate and package the dll's provided by libgcc in bindir. It is convention that on mingw/windows dll files are installed into the bindir, this is done to avoid issues with search paths and allows for execution of binaries without the need to point at a libdir. Signed-off-by: Nathan Rossi <

[yocto] [meta-mingw][PATCH 5/7] glib-2.0: Clean up unnecessary appends that are resolved in oe-core

2017-01-16 Thread Nathan Rossi
The changes that are appended for '--enable-include=printf=yes' and packaging of charset.alias and gthread-2.0.def are handled in oe-core. Clean up these appends. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 3 --- 1 file chan

[yocto] [meta-mingw][PATCH 4/7] glib-2.0_%.bbappend: Prevent a bash dependency via bash-completion

2017-01-16 Thread Nathan Rossi
-completion output, so instead of disabling the bash-completion bbclass entirely allow the output to be packaged but remove the RDEPENDS_${PN}-bash-completion on bash-completion. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/glib-2.0/glib-2.0_%.bbappend | 4

[yocto] [meta-mingw][PATCH 3/7] gettext: Enabling building shared libs/dlls

2017-01-16 Thread Nathan Rossi
Enable building of shared libs/dlls for gettext. Signed-off-by: Nathan Rossi <nat...@nathanrossi.com> --- recipes-core/gettext/gettext_0.19.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/gettext/gettext_0.19.%.bbappend b/recipes-core/g

[yocto] [meta-mingw][PATCH 2/7] mingw-w64-headers: Add 'secure-api' PACKAGECONFIG

2017-01-16 Thread Nathan Rossi
Add the 'secure-api' PACKAGECONFIG and enable it by default. The 'secure-api' feature enables the secure string functions that are provided in the MS C Runtime e.g. "strerror_s". These functions are needed for glib-2.0 compilation. Signed-off-by: Nathan Rossi <nat...@na

[yocto] [meta-mingw][PATCH 1/7] mingw-64-runtime_3.1.bb: Adapt to SDK_ARCH -> SDK_SYS chanages for crosssdk

2017-01-16 Thread Nathan Rossi
From: Juro Bystricky With the change of crosssdk to use SDK_SYS instead of SDK_ARCH, we need to update the recipe to match the changes in master. [YOCTO #9281] Signed-off-by: Juro Bystricky ---

[yocto] [meta-mingw][PATCH 0/7] Adding support for building QEMU for Windows

2017-01-16 Thread Nathan Rossi
repository: https://github.com/nathanrossi/meta-mingw nrossi/mingw-qemu-v1 Juro Bystricky (1): mingw-64-runtime_3.1.bb: Adapt to SDK_ARCH -> SDK_SYS chanages for crosssdk Nathan Rossi (6): mingw-w64-headers: Add 'secure-api' PACKAGECONFIG gettext: Enabling building shared libs/d

Re: [yocto] yocto on zynq, How to configure kernel to include drivers

2015-11-04 Thread Nathan Rossi
On Thu, Nov 5, 2015 at 12:20 AM, Toby Gomersall wrote: > Hi, > > We've tried building the linux-xlnx tree standalone and we have the DMA > drivers available to add in menuconfig but not when I build > core-image-minimal. I thought the full build would pick up

Re: [yocto] Limit RAM for Linux

2015-06-11 Thread Nathan Rossi
). Regards, Nathan On Mon, Jun 8, 2015 at 9:45 PM, Nathan Rossi nat...@nathanrossi.com wrote: On Tue, Jun 9, 2015 at 4:06 AM, Edward Wingate edwinga...@gmail.com wrote: Those values are generated via u-boot based on the value of fdt_high and initrd_high which are set in the u-boot environment

Re: [yocto] Limit RAM for Linux

2015-06-08 Thread Nathan Rossi
On Tue, Jun 9, 2015 at 4:06 AM, Edward Wingate edwinga...@gmail.com wrote: I am using Yocto with meta-xilinx layer to create a distribution for a custom Zynq 7000 board with 512MB RAM. In my uEnv, I'm loading the kernel to 0x0010_, device tree to 0x0190_ and ramdisk image to

Re: [yocto] layerindex

2015-06-03 Thread Nathan Rossi
On Thu, Jun 4, 2015 at 8:34 AM, Trevor Woerner twoer...@gmail.com wrote: Hi, Does the layer index provide a REST api? http://layers.openembedded.org/layerindex/api/ It is self documented to some degree :). -or- Would (could) it be possible to somehow grab/access the data that drives the

Re: [yocto] in kernel manual, should pick another example for KMACHINE

2015-03-05 Thread Nathan Rossi
On Thu, Mar 5, 2015 at 10:03 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: in section 3.2 of the kernel dev manual, there is a discussion of KMACHINE and how it is *typically* set to the same value as MACHINE, but there are cases where that might not be true; however, the example used

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Nathan Rossi
On Tue, Dec 23, 2014 at 12:53 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi, On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: I have seen a brief IRC chat (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking about

Re: [yocto] [OE-core] [RFT] eglibc 2.19

2014-02-09 Thread Nathan Rossi
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Sunday, February 09, 2014 2:08 AM To: Patches and discussions about the oe-core layer; openembeded-devel;

Re: [yocto] Very strange append issue

2013-12-01 Thread Nathan Rossi
Hi Gary, Just a heads up. This issue should now be resolved in the current master of poky. A patch went into bitbake to fix up the double appending of bbappends. http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=f91a3f46a1ee586e330be0868e8fbc4d2e78d361 Regards, Nathan -Original