Re: [yocto] Labeling Release

2017-01-19 Thread Khem Raj
On Thu, Jan 19, 2017 at 2:53 PM, Ronald Oakes wrote: > I need to label a release of my image, including all of the Open Source > components and the ones I've added in a way that I can both reproduce the > exact build at any point in the future, and I can give something relitively > compact to our

Re: [yocto] where does one find a OE/YP recipe for mod_auth_tkt?

2017-01-19 Thread Tim Orling
It's not a standard module from apache httpd. The original upstream is old (2005) and on sourceforge. There is a newer upstream, by the same author apparently, 2 years old at https://github.com/gavincarr/mod_auth_tkt Why not just "devtool add https://github.com/gavincarr/mod_auth_tkt"; and see wha

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread ChenQi
On 01/19/2017 06:06 PM, colin.helliw...@ln-systems.com wrote: Thanks Chen. Currently looking into getting networkd hooked in. (no luck yet!) I’ll also look into moving stuff from local.conf to elsewhere, but where you say “Distro conf files are not suitable for such kinds of modification”, I

[yocto] Correct way to use a custom bsp .scc file in morty

2017-01-19 Thread George McCollister
What's the correct way to use a custom bsp .scc file located in my custom bsp layer? For purposes of this email let's say it's name is myplatform-preempt-rt.scc. If I specifically add it to the yocto-linux-rt_4.4 SRC_URI it appears to get processed twice by scc according to the meta-series output f

Re: [yocto] Correct way to use a custom bsp .scc file in morty

2017-01-19 Thread Bruce Ashfield
On 2017-01-19 6:20 PM, George McCollister wrote: What's the correct way to use a custom bsp .scc file located in my custom bsp layer? For purposes of this email let's say it's name is myplatform-preempt-rt.scc. If I specifically add it to the yocto-linux-rt_4.4 SRC_URI it appears to get processed

[yocto] Labeling Release

2017-01-19 Thread Ronald Oakes
I need to label a release of my image, including all of the Open Source components and the ones I've added in a way that I can both reproduce the exact build at any point in the future, and I can give something relitively compact to our general configuration manager (who is not used to doing CM on

[yocto] unsubscribe

2017-01-19 Thread Brad Litterell
unsubscribe -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-zephyr][PATCH 5/5] meta-zephyr: newlib support

2017-01-19 Thread Juro Bystricky
This patch adds newlib libraries for cortex-m3, x86, IAMCU and ARC toolchains. [YOCTO#10662] Signed-off-by: Juro Bystricky --- conf/distro/zephyr.conf| 1 + recipes-core/newlib/newlib/assert-fiprintf.patch | 23 ++ .../newlib/newlib/gettimeofday-header-fix.patch

[yocto] [meta-zephyr][PATCH 4/5] zephyr.bbclass: support for image configuration

2017-01-19 Thread Juro Bystricky
New class to support commands such as: $ MACHINE=xxx bitbake yyy -c menuconfig $ MACHINE=xxx bitbake yyy -c devshell Kernel options are typically configured via menuconfig. The file "prj.conf" must be edited manually, hence the need for devshell. Once in devshell, user can use their favorite edit

[yocto] [meta-zephyr][PATCH 2/5] qemu-x86.conf: New MACHINE

2017-01-19 Thread Juro Bystricky
MACHINE definition for Zephyr BOARD qemu_x86 Signed-off-by: Juro Bystricky --- conf/machine/qemu-x86.conf | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/qemu-x86.conf diff --git a/conf/machine/qemu-x86.conf b/conf/machine/qemu-x86.conf new file mode 100644 i

[yocto] [meta-zephyr][PATCH 3/5] gcc (ARC): removed unneeded patches

2017-01-19 Thread Juro Bystricky
Signed-off-by: Juro Bystricky --- recipes-devtools-arc/gcc/gcc-6.x.arc.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-devtools-arc/gcc/gcc-6.x.arc.inc b/recipes-devtools-arc/gcc/gcc-6.x.arc.inc index 5453373..adad25a 100644 --- a/recipes-devtools-arc/gcc/gcc-6.x.arc.inc +++ b/r

[yocto] [meta-zephyr][PATCH 0/5] Consolidated pull

2017-01-19 Thread Juro Bystricky
This set of patches provides: 1. Support for Zephyr menuconfig and devshell. These are meant to modify project settings: menuconfig is used to change kernel configuration, devshell makes it easier to manually edit Zephyr prj.conf files 2. New MACHINE qemu-x86, corresponding to the zephyr

[yocto] [meta-zephyr][PATCH 1/5] qemu-cortex-m3.conf: updated NAME/DESCRIPTION

2017-01-19 Thread Juro Bystricky
Signed-off-by: Juro Bystricky --- conf/machine/qemu-cortex-m3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/qemu-cortex-m3.conf b/conf/machine/qemu-cortex-m3.conf index 13f76af..aeb9a69 100644 --- a/conf/machine/qemu-cortex-m3.conf +++ b/conf/machine/qe

Re: [yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-19 Thread Esquivel, Benjamin
Sure Anibal, see my response inline. > -Original Message- > From: Aníbal Limón [mailto:anibal.li...@linux.intel.com] > Sent: Thursday, January 19, 2017 11:42 AM > To: Pascal Bach ; yocto@yoctoproject.org; > Christian Schuler ; Esquivel, Benjamin > > Subject: Re: [yocto] [ptest-runner][PAT

Re: [yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-19 Thread Aníbal Limón
Hi Pascal and Christian, Your patch looks good at first look, only a few comments about the code inline. We are trying to standardize the results output format across our testing components in order to build up-on a Test reporting tool, so let us review the XML format. Benjamin do you have a wik

Re: [yocto] Flatbuffers

2017-01-19 Thread Samuel Stirtzel
2017-01-19 1:35 GMT+01:00 Terry Farnham : > Curious if anyone has ever built googles flatbuffers for embedded and > whether or not they might share their recipe? > Hi, you could try a patch for meta-oe that is added as attachment. The recipes compile but I had no time to runtest them yet. -- R

Re: [yocto] [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Eddie Cai
You need to send to Romain Perier(romain.per...@gmail.com, Project leader of meta-rockchip), Trevor Woerner (twoer...@gmail.com, Maintainer of meta-rockchip) 2017-01-19 22:04 GMT+08:00 Jacob Chen : > This series of patches add below features, will add more supports in the > future(medias, more ch

[yocto] [[PATCHv2][yocto-autobuilder] 2/2] buildset-config.yocto-qa: Add nightly-oe-build-perf-test buildset

2017-01-19 Thread Aníbal Limón
From: Monserrat Sedeno The new nightly-oe-build-perf-test buildset executes the build-perf-test-wrapper.sh into a worker and publish the results to specified folder by AB config. When the performance script finish it sends an notifcation email to yocto alias users, the worker machine needs to co

[yocto] [[PATCHv2][yocto-autobuilder] 1/2] buildsteps/CreateAutoConf.py: Add support for specify MACHINE by build prop

2017-01-19 Thread Aníbal Limón
Sometimes is a good idea to could specify a machine to build via a build property/web interface input. Without this patch if you specify the machine via a build property/web interface input, the machine is overwrite taking only into account the default machine set in the buildset. Signed-off-by:

Re: [yocto] [PATCH 3/7] machine: firefly: use linux-rockchip by default

2017-01-19 Thread Eddie Cai
Hi 2017-01-19 18:09 GMT+08:00 Jacob Chen : > This is the kernel vendor that supports all hw components for this board, > so we use it by default. The title and commit message didn't match the your content. Linux rockchip should refer to http://github.com/linux-rockchip. firefly-rk3288.conf already

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Herve Jourdain
Hi, The problem with 4.8 is that because of the constant rebasing in the downstream, it will get broken fast. So someone will have to maintain it and constantly update it, and if we don't do it for master, it's unlikely to be done on Morty. At some point, 4.8 will stop changing, but we're not th

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Leon Woestenberg
Hi Jacob, On Thu, Jan 19, 2017 at 11:09 AM, Jacob Chen wrote: > This series of patches add below features, will add more supports in the > future(medias, more chips). > 1 > Rockchip 4.4 kernel is currently the latest version of the rockchip > offical kernel, will be an upstream tracking branch.

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
Sorry for sending without prefix, and make you guys confused. This series patches is sending for meta-rockchip, not core meta data. I'm new to here, and I just fllow readme in meta-rockchip to send patches. -- Original -- From: "Bruce Ashfield";; Date: Thu, Jan 1

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
Thanks for reminding, I've already added them. But it seems I forgot to add the prefix "meta-rockchip" -- Original -- From: "Burton, Ross";; Date: Thu, Jan 19, 2017 07:30 PM To: "Jacob Chen"; Cc: "yocto@yoctoproject.org"; "eddie.cai"; "romain.perier"; "Tr

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
Sorry for bothring : ). 2017-01-19 21:55 GMT+08:00 Jacob Chen : > Sorry for sending without prefix, and make you guys confused. > This series patches is sending for meta-rockchip, not core meta data. > > I will resend it and add prefix. > > 2017-01-19 20:49 GMT+08:00 Gary Thomas : >> On 2017-0

[yocto] [meta-rockchip][PATCH 7/7] rockchip-next-image: introduce image for rockchip next-dev u-boot

2017-01-19 Thread Jacob Chen
Being different from the previous rk-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image. Signed-off-by: Jacob Chen --- classes/rockchip-next-image.bbclass | 130 1 file changed, 130 insertions(+) create m

[yocto] [meta-rockchip][PATCH 5/7] recipes-bsp: add u-boot-rockchip support

2017-01-19 Thread Jacob Chen
Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch. At present, this branch is just a rebased upstream u-boot. Signed-off-by: Jacob Chen --- recipes-bsp/u-boot/u-boot-rockchip_next.bb | 17 + 1 file changed, 17 insertions

[yocto] [meta-rockchip][PATCH 6/7] rk3288.inc: add some variables

2017-01-19 Thread Jacob Chen
change tune to cortexa17hf-neon: Using the soft floating point abi is incompatible with some binary libaries. Set preferred mali version to t76x. Add APPEND which will be used in extlinux.conf. Add SOC_FAMILY to help add chip specific changes. Add SPL_BINARY to support build u-boot spl Signed-

[yocto] [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-01-19 Thread Jacob Chen
Add support for mali userspace which are binaries that can be run with weston and X11. Signed-off-by: Jacob Chen --- recipes-graphics/mali-userspace/mali-userspace.inc | 57 ++ .../mali-userspace/mali-userspace_t76x.bb | 18 +++ recipes-graphics/mesa/mesa_%.bbapp

[yocto] [meta-rockchip][PATCH 3/7] machine: firefly: use linux-rockchip by default

2017-01-19 Thread Jacob Chen
This is the kernel vendor that supports all hw components for this board, so we use it by default. Signed-off-by: Jacob Chen --- conf/machine/firefly-rk3288.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf index 8fa0

[yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-01-19 Thread Jacob Chen
Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. . Tinker Boards: http://www.cnx-software.com/2017/01/05/asus-tinker-board-is-a-raspberry-pi-3-alternative-based-on-rockchip-rk3288-processor/ Signed-off-by: Jacob Che

[yocto] [meta-rockchip][PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-01-19 Thread Jacob Chen
Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips. Signed-off-by: Jacob Chen --- recipes-kernel/linux/linux-rockchip

[yocto] [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
This series of patches add below features, will add more supports in the future(medias, more chips). 1. rockchip 4.4 kernel Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. It

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
Sorry for sending without prefix, and make you guys confused. This series patches is sending for meta-rockchip, not core meta data. I will resend it and add prefix. 2017-01-19 20:49 GMT+08:00 Gary Thomas : > On 2017-01-19 12:30, Burton, Ross wrote: >> >> (CCing the layer maintainers as listed in

[yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-19 Thread Pascal Bach
From: Christian Schuler add a feature that allows the user to generate an XUnit xml-file. This file shows if the ptests run correctly or not. e.g. bash, zlib. It doesn't list the underlaying tests of the package. The feature is activated by console input -x . Unit-tests of the feature are include

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Bruce Ashfield
On Thu, Jan 19, 2017 at 5:09 AM, Jacob Chen wrote: > This series of patches add below features, will add more supports in the > future(medias, more chips). > > 1. rockchip 4.4 kernel > > Rockchip 4.4 kernel is currently the latest version of the rockchip > offical kernel, will be an upstream trac

[yocto] [meta-raspberrypi][PATCH] Add recipe to build qtbase for raspberrypi out of the box.

2017-01-19 Thread Herve Jourdain
Supports different EGLFS_DEVICE_INTEGRATION for userland or vc4 Signed-off-by: Herve Jourdain --- recipes-qt/qt5/qtbase_%.bbappend | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt

Re: [yocto] [PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-01-19 Thread Bruce Ashfield
On Thu, Jan 19, 2017 at 5:09 AM, Jacob Chen wrote: > Rockchip 4.4 kernel is currently the latest version of the rockchip > offical kernel, > will be an upstream tracking branch. > We regularly release the kernel through github. > It support all rockchip 64-bit chips and a few 32-bit chips. > If

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
On Thu, Jan 19, 2017 at 12:41 PM, Paul Barker wrote: > On 19 January 2017 12:07:11 GMT+00:00, Andrei Gherzan > wrote: >>On Thu, Jan 19, 2017 at 12:03 PM, Paul Barker >>wrote: >>> On 19 January 2017 11:50:57 GMT+00:00, Andrei Gherzan >> wrote: From: Paul Barker Signed-off-by: Paul

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Gary Thomas
On 2017-01-19 12:30, Burton, Ross wrote: (CCing the layer maintainers as listed in the README to ensure this gets noticed) Shouldn't this have [meta-rockchip] (or some such) in the subject? - it's certainly not OE-core or even Poky AFAICT On 19 January 2017 at 10:09, Jacob Chen mailto:jac

[yocto] [meta-raspberrypi][PATCH] Fix compilation of Weston when using USERLAND: kms PACKAGECONFIG must be removed

2017-01-19 Thread Herve Jourdain
When building weston with userland, there is an error at configuration time: | checking for DRM_COMPOSITOR... no | configure: error: Package requirements (libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0) were not met: | | No package 'gbm' found This is due to kms being enabled by default in th

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Paul Barker
On 19 January 2017 12:07:11 GMT+00:00, Andrei Gherzan wrote: >On Thu, Jan 19, 2017 at 12:03 PM, Paul Barker >wrote: >> On 19 January 2017 11:50:57 GMT+00:00, Andrei Gherzan > wrote: >>>From: Paul Barker >>> >>>Signed-off-by: Paul Barker >>>--- >>> recipes-kernel/linux/linux-raspberrypi_4.8.bb |

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
On Thu, Jan 19, 2017 at 12:03 PM, Paul Barker wrote: > On 19 January 2017 11:50:57 GMT+00:00, Andrei Gherzan > wrote: >>From: Paul Barker >> >>Signed-off-by: Paul Barker >>--- >> recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 >> 1 file changed, 8 deletions(-) >> delete mode 100644

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Paul Barker
On 19 January 2017 11:50:57 GMT+00:00, Andrei Gherzan wrote: >From: Paul Barker > >Signed-off-by: Paul Barker >--- > recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 > 1 file changed, 8 deletions(-) > delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb > >diff --git a/reci

[yocto] where does one find a OE/YP recipe for mod_auth_tkt?

2017-01-19 Thread Robert P. J. Day
i was looking for this a while ago with no luck ... still interested ... am i just being clueless in not seeing where to get it? rday -- Robert P. J. Day Ottawa, Ontario, CANADA

[yocto] [meta-raspberrypi][morty][PATCH 6/6] linux-raspberrypi_4.9: Update to 4.9.4

2017-01-19 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 20f43aa..cffea1a 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][morty][PATCH 5/6] linux-raspberrypi_4.4: Update to 4.4.43

2017-01-19 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 3317c02..0f78225 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 1 file changed, 8 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][morty][PATCH 3/6] linux-raspberrypi: Drop v4.7

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- .../0001-fix-dtbo-rules.patch | 44 -- recipes-kernel/linux/linux-raspberrypi_4.7.bb | 9 - 2 files changed, 53 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-f

[yocto] [meta-raspberrypi][morty][PATCH 2/6] linux-raspberrypi: Upgrade to v4.4.39

2017-01-19 Thread Andrei Gherzan
From: Paul Barker Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 35a72d7..3317c02 100644 ---

[yocto] [meta-raspberrypi][morty][PATCH 1/6] linux-raspberrypi: Drop v4.1

2017-01-19 Thread Andrei Gherzan
From: Paul Barker The linux-raspberrypi 4.1 recipe has been broken for a while, probably since 09b76a43f6f6852406de385a45f472c52b6a8571. It should now be safe to drop this version. Signed-off-by: Paul Barker --- .../0001-dts-add-overlay-for-pitft22.patch | 110 - ..

Re: [yocto] [PATCH 1/1] kernel-fitimage: Let U-Boot select ramdisk load/entry address

2017-01-19 Thread Burton, Ross
Hi Rick, Patches for oe-core should go to the openembedded-c...@lists.openembedded.org mailing list, yocto@ is for user support and smaller layers that don't need their own list. Can you resend it? On 19 January 2017 at 01:52, Rick Altherr wrote: > Change-Id: I0717c2ab04d13e58c2b91a829063c2d0f

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Burton, Ross
(CCing the layer maintainers as listed in the README to ensure this gets noticed) On 19 January 2017 at 10:09, Jacob Chen wrote: > This series of patches add below features, will add more supports in the > future(medias, more chips). > > 1. rockchip 4.4 kernel > > Rockchip 4.4 kernel is curren

Re: [yocto] [[PATCH][yocto-autobuilder] 1/2] buildsteps/CreateAutoConf.py: Add support for specify MACHINE by build prop

2017-01-19 Thread Beth 'pidge' Flanagan
On Wed, 2017-01-18 at 18:13 +, Joshua Lock wrote: > On Mon, 2017-01-16 at 10:25 -0600, Aníbal Limón wrote: > > > > Sometimes is a good idea to could specify a machine to build via a > > build > > property. > Why's that? I can guess but the commit log should really tell me what > the motivation

Re: [yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
2017-01-19 18:09 GMT+08:00 Jacob Chen : > This series of patches add below features, will add more supports in the > future(medias, more chips). > > 1. rockchip 4.4 kernel > > Rockchip 4.4 kernel is currently the latest version of the rockchip offical > kernel, will be an upstream tracking branch

[yocto] [PATCH 7/7] rockchip-next-image: introduce image for rockchip next-dev u-boot

2017-01-19 Thread Jacob Chen
Being different from the previous rk-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image. Signed-off-by: Jacob Chen --- classes/rockchip-next-image.bbclass | 130 1 file changed, 130 insertions(+) create m

[yocto] [PATCH 6/7] rk3288.inc: add some variables

2017-01-19 Thread Jacob Chen
change tune to cortexa17hf-neon: Using the soft floating point abi is incompatible with some binary libaries. Set preferred mali version to t76x. Add APPEND which will be used in extlinux.conf. Add SOC_FAMILY to help add chip specific changes. Add SPL_BINARY to support build u-boot spl Signed-

[yocto] [PATCH 5/7] recipes-bsp: add u-boot-rockchip support

2017-01-19 Thread Jacob Chen
Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch. At present, this branch is just a rebased upstream u-boot. Signed-off-by: Jacob Chen --- recipes-bsp/u-boot/u-boot-rockchip_next.bb | 17 + 1 file changed, 17 insertions

[yocto] [PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-01-19 Thread Jacob Chen
Add support for mali userspace which are binaries that can be run with weston and X11. Signed-off-by: Jacob Chen --- recipes-graphics/mali-userspace/mali-userspace.inc | 57 ++ .../mali-userspace/mali-userspace_t76x.bb | 18 +++ recipes-graphics/mesa/mesa_%.bbapp

[yocto] [PATCH 3/7] machine: firefly: use linux-rockchip by default

2017-01-19 Thread Jacob Chen
This is the kernel vendor that supports all hw components for this board, so we use it by default. Signed-off-by: Jacob Chen --- conf/machine/firefly-rk3288.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf index 8fa0

[yocto] [PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-01-19 Thread Jacob Chen
Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. . Tinker Boards: http://www.cnx-software.com/2017/01/05/asus-tinker-board-is-a-raspberry-pi-3-alternative-based-on-rockchip-rk3288-processor/ Signed-off-by: Jacob Che

[yocto] [PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-01-19 Thread Jacob Chen
Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips. Signed-off-by: Jacob Chen --- recipes-kernel/linux/linux-rockchip

[yocto] [PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Jacob Chen
This series of patches add below features, will add more supports in the future(medias, more chips). 1. rockchip 4.4 kernel Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. I

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread colin.helliwell
Thanks Chen. Currently looking into getting networkd hooked in. (no luck yet!) I'll also look into moving stuff from local.conf to elsewhere, but where you say "Distro conf files are not suitable for such kinds of modification", I'm wondering what sort of modifications they *are* suitable/intende

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread Mike Looijmans
On 18-01-17 16:10, colin.helliw...@ln-systems.com wrote: We have a configuration for our embedded system which is working via SysV, but we’re investigating moving over to systemd. Not sure if this is ‘wise’ – if anyone has technological arguments for/against then I’d be interested – but I wante

Re: [yocto] "external"/"internal" SDK

2017-01-19 Thread Paul Eggleton
On Tue, 17 Jan 2017 20:54:14 Joshua Watt wrote: > > external SDK: > > everything the same as above, but for some packages there should be > > only libraries - no header files. > > Is there a reason why you want the libraries without the headers? It > doesn't seem particularly useful to be able to

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread ChenQi
Hi Colin, For the dhcp problem, what you need is a network manager. Any network manager that supports dhcp would do the job. systemd-networkd might be sufficient in your case. For the local.conf problem, you could use a layer to manage all common things shared by the team. For the package

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread colin.helliwell
Yes, I’d agree with that, Rick. We run automated regression builds from a fresh version control checkout – but because local.conf is generated when the build environment is set up, it isn’t suitable for version control. So any mods to it found during development have to be (remembered to be) pu

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-19 Thread Kristian Amlie
On 18/01/17 16:10, colin.helliw...@ln-systems.com wrote: > We have a configuration for our embedded system which is working via > SysV, but we’re investigating moving over to systemd. > > Not sure if this is ‘wise’ – if anyone has technological arguments > for/against then I’d be interested – but