[yocto] [patchtest][PATCH 2/2] patchtest: Allow tests to import helper modules

2019-11-15 Thread Paul Barker
nt/build/Projects/Konsulko/patchtest/patchtest-oe/tests/test_python_pylint.py", line 18, in import base ModuleNotFoundError: No module named 'base' To fix this the import patch used when loading test modules has been extended. Signed-off-by: Paul Barker --- patchtest | 4 1 file change

[yocto] [patchtest][PATCH 1/2] patchtest: Fix printing of exception tracebacks

2019-11-15 Thread Paul Barker
-by: Paul Barker --- patchtest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patchtest b/patchtest index 592f73e..59b19f5 100755 --- a/patchtest +++ b/patchtest @@ -101,8 +101,7 @@ def getResult(patch, mergepatch): def addError(self, test, err

[yocto] [patchtest-oe][PATCH] test_patch_upstream_status: Be explicit about case sensitivity

2019-11-15 Thread Paul Barker
y is added to the advice given if "Upstream-Status" is not found. Signed-off-by: Paul Barker --- tests/test_patch_upstream_status.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_patch_upstream_status.py b/tests/test_patch_upstream_status.py index a47

Re: [yocto] [meta-raspberrypi][PATCH V3] wic: support to set /root size and add extra partition

2019-11-14 Thread Paul Barker
guration, I think it'd be easier to add a new .wks file and override WKS_FILE. FYI, for meta-raspberrypi we usually take patches through GitHub pull requests at https://github.com/agherzan/meta-raspberrypi/pulls. -- Paul Barker -- ___ yocto

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-14 Thread Paul Barker
how many of us use the Raspberry Pi so it's best not to force them on everyone. Thanks, -- Paul Barker -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-12 Thread Paul Barker
ordinary QA test as it relies on the layer being added during the test and on multiple bitbake invocations. There are many ways to make modifications dependent on the selected MACHINE, DISTRO, DISTRO_FEATURES, MACHINE_FEATURES, IMAGE_FEATURES, etc - more than just using simple overrides

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Paul Barker
d start by looking at how meta-freertos (https://github.com/aehs29/meta-freertos) achieves this. It has support for running the resulting bare-metal app under qemu which you might not need, but the rest of freertos-image.bbclass is probably a good reference. -- Paul Barker -- __

[yocto] Using GitLab for OE/Yocto layers

2019-11-06 Thread Paul Barker
e feedback on these ideas at this stage. Have I missed any advantages/disadvantages? Is anyone interested in helping to guinea pig this with a couple of layers/repositories to see how it works in practice? -- Paul Barker -- ___ yocto mailing list yocto@yoctop

Re: [yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Paul Barker
've done something like this in the past is to put the git commands into do_compile for a recipe and set do_compile[nostamp] = "1". That way the task and every task that depends on it are always re-ran. It does mean that it will be re-ran even if the git repositories haven't been update

Re: [yocto] [OE-core] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Paul Barker
penembedded-c...@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > -- > ___ > Openembedded-core mailing list > openembedded-c...@lists.openembedded.org > http://lists.openembedd

Re: [yocto] Building single package as image, respecting dependencies

2019-05-28 Thread Paul Barker
/rpm as appropriate), put them in a package feed and install them on-target as required? The package feed doesn't have to be on a webserver, you could put it in a directory in a separate partition on the target if that's what you need. Thanks, -- Paul Barker Managing Director & Princ

Re: [yocto] [poky] yocto is unstable to build final image when recipe has slash in SRCBRANCH

2019-05-28 Thread Paul Barker
cific info on the recipe that's using it, what bitbake command you ran and the full error message. Thanks, -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yo

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-24 Thread Paul Barker
iting to me. This is all covered in the documentation, online tutorials and several excellent books. I'd recommend you set aside some time for learning here as it sounds like you're not familiar with the basic concepts used in Yocto Project. -- Paul Barker Managing Director &

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-24 Thread Paul Barker
resources available. -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-22 Thread Paul Barker
Thanks. You're setting the SRC_URI value only in the do_fetch task. It's needed in at least the do_unpack task as well and possibly other tasks. You could look at setting this in an anonymous python function instead if you really need to parse a config file. -- Paul Barker Managing Directo

[yocto] distrodata documentation in 2.7 Mega Manual

2019-05-21 Thread Paul Barker
tion. May need a bit of garbage collection. Thanks, -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Paul Barker
u need to enable. If there's nothing documented there then raise an issue on the GitHub repository. Cheers, -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-11 Thread Paul Barker
our recipes. For now I recommend sticking to the 4.14.y kernels for Raspberry Pi. -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] gdb built with musl libc segfault

2019-04-03 Thread Paul Barker
On 02/04/2019 14:51, Lluis Campos wrote: Hi Paul, On 02.04.2019 14:49, Paul Barker wrote: On 02/04/2019 12:45, Lluis Campos wrote: Hi all, This is my very first question in the Yocto mailing list. Very exited! Please let me know if I should use other list for this. I am building

Re: [yocto] gdb built with musl libc segfault

2019-04-02 Thread Paul Barker
is what you've got above. I think things are being correctly linked against musl but then there's some runtime issue in recent musl versions, possibly in conjunction with recent kernel headers. Are you using the thud or master branch? -- Paul Barker Managing Director & Principal Engineer Be

Re: [yocto] customising a bsp

2019-04-01 Thread Paul Barker
ct any overrides, COMPATIBLE_HOST values, etc which apply for the beaglebone should also apply for the bbe. To do this we add "beaglebone" to the MACHINEOVERRIDES list along with the appropriate separator which is ":". See https://bitbucket.sancloud.co.uk/projects/YB/repos/meta-

Re: [yocto] Guidance to start yocto project.

2019-03-11 Thread Paul Barker
> yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Wanted: Volunteers and demos for OpenEmbedded FOSDEM stand

2018-12-04 Thread Paul Barker
ease let me know by email reply. Cheers, -- Paul Barker Managing Director & Principal Engineer Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Problem with Python when running oe-init-build-env

2018-05-02 Thread Paul Barker
ase worked on a given Centos version (say Centos 7) at the time of release, it should still work now. Advising people to "freeze" their host system and stop taking security/bugfix updates pushed by their distro is a bad idea. -- Paul Barker Beta Five Ltd -- __

Re: [yocto] yocto jethro failed on gettext-native

2018-05-02 Thread Paul Barker
number lined up with the year in 2017. See https://wiki.yoctoproject.org/wiki/Releases for some context. -- Paul Barker Beta Five Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [Yocto][meta-raspberrypi] raspberrypi3 model B+ not booting

2018-03-28 Thread Paul Barker
__ >>> yocto mailing list >>> yocto@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/yocto >>> >> > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] how to install rpi-config package?

2018-03-08 Thread Paul Barker
tmp/deploy/images//bcm2835-bootfiles/" directory (if I've got the path right) which is then copied to the boot partition for an SD card image. I believe raspi-config is specific to the Raspbian distribution and isn't used in images built with OpenEmbedded.

Re: [yocto] Connecting AutoBuilder output to GitLab for meta-mono CI

2018-03-05 Thread Paul Barker
you've got more than 4 or 5 people working together you'll probably need those stats to know how to scale your infrastructure. Thanks, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Paul Barker
s great! I'd love to see a recipe for this added to meta-raspberrypi. Let me know if you need any help and I'll see what I can do. -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Paul Barker
@gmail.com > > <mailto:mirza.k...@gmail.com>> wrote: > > > > On Dec 18, 2017 20:50, "Paul Barker" <pbar...@toganlabs.com > > <mailto:pbar...@toganlabs.com>> wrote: > > > > On Mon, Dec 11, 2017 at 12:20 PM, Paul Barker > >

Re: [yocto] [oe] Slideshow for FOSDEM

2018-01-09 Thread Paul Barker
On Thu, Jan 4, 2018 at 1:22 PM, Andreas Müller <schnitzelt...@gmail.com> wrote: > On Wed, Jan 3, 2018 at 6:29 PM, Philip Balister <phi...@balister.org> wrote: >> >> On 01/03/2018 09:47 AM, Paul Barker wrote: >> > Hi all, >> > >> > As we've

[yocto] Slideshow for FOSDEM

2018-01-03 Thread Paul Barker
inal edit before FOSDEM and the put it on rotation on a laptop at the stand. Hopefully it will be useful for future events as well. Thanks all, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Allow arbitrary additions to config.txt.

2017-12-29 Thread Paul Barker
> Signed-off-by: Drew Moseley <drew.mose...@northern.tech> This is already implemented on master as commit 9bf91801. Cheers, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Paul Barker
is basically my opinion though, there is no one true Right Way (TM) to do this. If you decide it's still easier for you to handle this as a patch in the meta-raspberrypi layer then I'm happy to support that. -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] error executing python function in linux-raspberrypi-dev

2017-12-15 Thread Paul Barker
xt not as an image. The image doesn't show the full output as well, we'd need to also see the earlier bitbake output including the build configuration to determine what's gone wrong here. -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yoct

Re: [yocto] Permission denied while building rocko on Debian 8 [was: rocko build fails]

2017-12-11 Thread Paul Barker
r, e.task), e, d) > File > "/media/mircea/ExtLinux/Adventure/repository/rocko/poky/meta/classes/buildstats.bbclass", > line 90, in write_task_data > cpu, iostats, resources, childres = get_process_cputime(os.getpid()) > File > "/media/mircea/ExtLinux/Adventure/repository/rocko/poky/meta/classes/buildstats.bbclass", > line 29, in get_process_cputime > with open("/proc/%d/io" % pid, "r") as f: > PermissionError: [Errno 13] Permission denied: '/proc/1543/io' > > Any hints ? > > Thanks > > > > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Layer documentation for meta-raspberrypi

2017-12-11 Thread Paul Barker
On Mon, Dec 11, 2017 at 12:08 PM, Mirza Krak <mirza.k...@gmail.com> wrote: > 2017-12-11 12:55 GMT+01:00 Paul Barker <pbar...@toganlabs.com>: >> Hi all, >> >> As a quick announcement, the layer documentation for meta-raspberrypi >> is now ava

[yocto] Layer documentation for meta-raspberrypi

2017-12-11 Thread Paul Barker
. If anyone wants more details so they can do something similar for another layer then please let me know! Cheers, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-11 Thread Paul Barker
ng when building locally as I'm hacking around on recipes. I've never seen this on the first build of the kernel though. Which version of Yocto are you using? Could you send us the build configuration summary and the full error messages printed by bit

Re: [yocto] VPS for building and serving.

2017-12-11 Thread Paul Barker
want plenty of RAM, CPU and disk space. I use Hetzner for everything and I'm pretty happy with them. They have a server auction system that's good if you don't need a top-of-the-line machine: https://www.hetzner.com/sb Let me know if you need any more specific advice. Cheers, -- Paul Bar

[yocto] OpenEmbedded stand at FOSDEM 2018

2017-12-11 Thread Paul Barker
. If not I'll see if I can get something shipped to Brussels. I've created a wiki page here: https://www.openembedded.org/wiki/FOSDEM_2018. Please add to this if you're planning to bring anything or just attend. Look forward to seeing many of you in Feb :) -- Paul Barker Togán Labs Ltd

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Setup lcd_rotate for Raspberry Pi display

2017-11-30 Thread Paul Barker
On Thu, Nov 30, 2017 at 5:16 PM, Paul Barker <pbar...@toganlabs.com> wrote: > On Wed, Nov 29, 2017 at 10:20 PM, <drew.mose...@northern.tech> wrote: >> From: Drew Moseley <drew.mose...@northern.tech> >> >> Signed-off-by: Drew Moseley <drew.mose...@

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Setup lcd_rotate for Raspberry Pi display

2017-11-30 Thread Paul Barker
t; > do_deploy_append_raspberrypi3-64() { This all looks good in general. Just a quick check though - are all users of this display going to want that lcd_rotate value? I've never used this display so not sure if that's specific to particular use cases or not. If you're happy that this is applicable for

Re: [yocto] [[meta-raspberrypi]][PATCH] bluepy: add it

2017-11-30 Thread Paul Barker
++CC ?= gcc > ++CFLAGS ?= -Os -g -Wall # -Werror > + > + CPPFLAGS = -DHAVE_CONFIG_H > + ifneq ($(DEBUGGING),) > +-- > +2.8.1 > + You might not need this patch. You can pass extra arguments to make by giving an EXTRA_OEMAKE value in the recipe - see the recipe for wiringpi for a

[yocto] [meta-raspberrypi] Rocko branch maintenance

2017-10-25 Thread Paul Barker
, pyro will also continue to be maintained until it's around 12 months old. However, if anyone else wants to help spread the load then feel free to step forward and propose yourself for rocko branch maintenance. Cheers, -- Paul Barker Togán Labs Ltd

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}

2017-10-25 Thread Paul Barker
gt; ${D}${nonarch_base_libdir}/firmware/brcm > } > > FILES_${PN}-bcm43430 += " \ > - /lib/firmware/brcm/brcmfmac43430-sdio.txt \ > + ${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.txt \ > " > -- > 2.14.3 > All 3 patches look good at first

Re: [yocto] raspberrypi3-64 target not booting

2017-09-09 Thread Paul Barker
On Mon, Sep 4, 2017 at 9:31 PM, Paul Barker <pbar...@toganlabs.com> wrote: > On Fri, Aug 25, 2017 at 6:27 PM, Khem Raj <raj.k...@gmail.com> wrote: >> On Fri, Aug 25, 2017 at 10:14 AM, Bill Jenkins <b...@korgrd.com> wrote: >>> >>> On Aug 25, 2017, at

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
On Fri, Sep 8, 2017 at 1:17 PM, Andrea Galbusera <giz...@gmail.com> wrote: > On Fri, Sep 8, 2017 at 11:22 AM, Paul Barker <pbar...@toganlabs.com> wrote: >> >> On Fri, Sep 8, 2017 at 10:18 AM, Andrea Galbusera <giz...@gmail.com> >> wrote: >> > &g

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
On Fri, Sep 8, 2017 at 10:18 AM, Andrea Galbusera <giz...@gmail.com> wrote: > Hi! > > On Mon, Sep 4, 2017 at 10:31 PM, Paul Barker <pbar...@toganlabs.com> wrote: >> >> On Fri, Aug 25, 2017 at 6:27 PM, Khem Raj <raj.k...@gmail.com> wrote: >> > O

Re: [yocto] Build RPi without wireless?

2017-09-06 Thread Paul Barker
ed a bit more detail to give further advice here. - Which MACHINE are you building for? - Which image recipe are you building? - Which packages don't you want included? Cheers, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Paul Barker
${BCM_BT_FIRMWARE}" > + > +SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " ${BCM_BT_SERVICE}" > -- > 2.7.4 > This and the follow up patch look excellent, should be easy to modify in the future if we need to. We have switched to using github pull requests for meta-

Re: [yocto] raspberrypi3-64 target not booting

2017-09-04 Thread Paul Barker
same issue on builds from both pyro and master branches. I've confirmed this isn't a HW issue by trying out an OpenSUSE Leap 42.2 64-bit build for Raspberry Pi 3. Khem, are you saying this is the current expected state of Raspberry Pi 3 64-bit support? If so I'd really like us to document this in th

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-25 Thread Paul Barker
ere. Could you define some common variables and use those in the appends? This will make it easier to change/upgrade in the future and avoid risk of the duplicates falling out of sync with each other. Eg. RPI_WIFI_SOURCES = "" SRC_URI_append_raspberrypi3 = "${RPI_WIFI_SOURCES}" SRC_URI_append_raspberrypi0-wifi = "${RPI_WIFI_SOURCES}" -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Debugging Yocto Project build failures

2017-08-16 Thread Paul Barker
h. > > > > If this is the case how would I go about doing this? > You should be able to run "bitbake -c devshell" to get a development shell for that recipe with the PATH set up. See http://www.yoctoproject.org/docs/2.3.1/mega-manual/mega-manual.html#platdev-appd

Re: [yocto] rpi-basic-image-1.0-r0 do_rootfs: Function failed: do_rootfs

2017-08-12 Thread Paul Barker
meta > meta-poky > meta-yocto-bsp= "pyro:4a39979c8d1e560fa54240e99734a651dfbaa63a" > meta-raspberrypi = "master:f6a2ca21c72b8d97cd0f89a0a436bf90b431698b" It looks like you're mixing branches here. Could you re-try this using the pyro branch of meta-raspberrypi? Cheers, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RPi fails when build is with deb packages works okay with rpm packages.

2017-07-27 Thread Paul Barker
= "morty:5aa481dfedfd089f0d6e8a3bae1b84134d5dff4c" > meta-browser = "master:1edcce7791b4cee9a515c1f11b351753a4f8b12e" It looks like you're mixing branches here. All your layers should typically be on the same branch - so either all on morty or all on master here. Could you align these and re-try your build? Thanks, -- Paul Barker Co-Founder & Principal Engineer Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Paul Barker
dated patch. >> >> Paul if you have the patch ready please send it, thanks!. >> I've submitted the patch via GitHub as per the new contributing instructions for meta-raspberrypi. https://github.com/agherzan/meta-raspberrypi/pull/82 Ch

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Paul Barker
017 at 10:25 AM, Andre McCurdy <armccu...@gmail.com> >>> wrote: >>> > On Tue, May 30, 2017 at 10:15 AM, Paul Barker <pbar...@toganlabs.com> >>> > wrote: >>> >> On 30 May 2017 5:08 p.m., "Khem Raj" <raj.k...@gmail.com>

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Paul Barker
On 30 May 2017 5:08 p.m., "Khem Raj" wrote: On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order > to convert

[yocto] [meta-raspberrypi] Pyro branch

2017-05-15 Thread Paul Barker
anyone have any thoughts or objections to that? Cheers, -- Paul Barker Co-Founder & Principal Engineer Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] Make CMDLINE overridable from outside

2017-05-12 Thread Paul Barker
nd line option if enabled > CMDLINE_append = ' ${@base_conditional("ENABLE_KGDB", "1", > "kgdboc=serial0,115200", "", d)}' > -- > 2.7.4 > This looks good, I'll add it to my queue to test next week unless Andrei has time to pick it up. We've all be

Re: [yocto] [meta-raspberrypi] Pull requests and jenkins

2017-05-12 Thread Paul Barker
changing the default configuration too much. For the readme, I think we should split off "docs/optional-build-configuration.md", "docs/board-configuration.md" and maybe "docs/contributing.md" files to shorten the top-level file. Does that sound sensible? Thanks, -- Pau

Re: [yocto] [meta-raspberrypi] Stable branch plans

2017-05-08 Thread Paul Barker
On 3 May 2017 2:41 a.m., "Khem Raj" <raj.k...@gmail.com> wrote: On Tue, May 2, 2017 at 4:19 AM, Paul Barker <pbar...@toganlabs.com> wrote: > > I'd like to propose the following for the pyro branch: > > * We should create the pyro branch within a week or two of th

Re: [yocto] Yocto Beginner Issues When Adding Layers / Recipes

2017-05-03 Thread Paul Barker
er branch of poky with the master branch of meta-openembedded or meta-amd. Could you ensure that all git repositories are checked out at the same branch (eg. morty) and then re-try. If you still have issues after that could you post the commit hashes for each repository. Thanks, -- Paul Barke

[yocto] [meta-raspberrypi] Stable branch plans

2017-05-02 Thread Paul Barker
in expectation that the oe-core pyro release is imminent) Thanks, -- Paul Barker Co-Founder & Principal Engineer Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Raspberry Pi 3 build issue

2017-04-25 Thread Paul Barker
cal.conf to set MACHINE = "raspberrypi3", those were my only changes. I then ran "bitbake rpi-hwup-image" and it's correctly parsed all the recipes and started the build. Which exact commits of poky and meta-raspberrypi are you using? I have the following: meta meta-poky meta-yo

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Paul Barker
On Fri, Apr 21, 2017 at 5:03 PM, Andrei Gherzan wrote: > On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: >> Signed-off-by: Andrei Gherzan >> --- >> conf/machine/raspberrypi2.conf | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >>

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Paul Barker
ypi.inc >> -- >> 2.12.2 >> >> -- >> _______ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > > Merged to master. Thanks. > I'll add this to my queue for backporting to morty, may be about a week before I get to it though. -- Paul Barker Co-Founder & Principal Engineer Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports

2017-04-19 Thread Paul Barker
On Wed, Apr 19, 2017 at 5:53 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Tue, Apr 18, 2017 at 09:51:00PM +0100, Paul Barker wrote: >> * Upgrade linux-raspberrypi 4.9 recipe >> >> * Add support for raspberrypi3-64 MACHINE >> >> Boot tested on raspbe

[yocto] [meta-raspberrypi][morty][PATCH 1/8] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
From: 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

[yocto] [meta-raspberrypi][morty][PATCH 5/8] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs

2017-04-18 Thread Paul Barker
From: Khem Raj Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 23 +++ 1 file changed, 23 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644

[yocto] [meta-raspberrypi][morty][PATCH 3/8] Add raspberrypi3-64.conf

2017-04-18 Thread Paul Barker
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf

[yocto] [meta-raspberrypi][morty][PATCH 2/8] linux-raspberrypi: Add defconfig for raspberrypi3-64

2017-04-18 Thread Paul Barker
From: Khem Raj Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 98229d9..d196d8e

[yocto] [meta-raspberrypi][morty][PATCH 8/8] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3

2017-04-18 Thread Paul Barker
From: Khem Raj Let config.txt explicitly specify it Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb

[yocto] [meta-raspberrypi][morty][PATCH 7/8] sdcard: Use kernel8.img for 64bit kernel image name

2017-04-18 Thread Paul Barker
From: Khem Raj This helps the firmware to identify the kernel as 64bit image Signed-off-by: Khem Raj --- classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/sdcard_image-rpi.bbclass

[yocto] [meta-raspberrypi][morty][PATCH 4/8] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-04-18 Thread Paul Barker
From: Khem Raj Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 ---

[yocto] [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports

2017-04-18 Thread Paul Barker
kernel raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs sdcard: Use kernel8.img for 64bit kernel image name rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3 Paul Barker (1): raspberrypi3-64: Override rpi-default-versions.inc classes/sdcard_image-rpi.bbclass | 1 + conf

[yocto] [meta-raspberrypi][morty][PATCH 6/8] raspberrypi3-64: Override rpi-default-versions.inc

2017-04-18 Thread Paul Barker
Signed-off-by: Paul Barker <pbar...@toganlabs.com> --- conf/machine/raspberrypi3-64.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..7e99da1 100644 --- a/conf/machine/raspberry

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Tue, Apr 18, 2017 at 7:07 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker <pbar...@toganlabs.com> wrote: >> >> I'll have a go at backporting the addition of the extra machines. I >> can test raspberrypi3-64 on

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Tue, Apr 18, 2017 at 1:58 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote: >> On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan <and...@gherzan.ro> wrote: >> > >> > -LINUX_VERSION ?=

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH v2] rpi-config: fix invalid shell variable name

2017-04-05 Thread Paul Barker
On Tue, 4 Apr 2017 19:35:50 +0200 Andrea Galbusera wrote: > Commit da32aac introduced an invalid shell variable name in do_deploy(): > according to bash manpage variable names cannot contain dots. Replace > dot with underscore to fix it. > > Signed-off-by: Andrea Galbusera

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: fix invalid shell variable name

2017-04-04 Thread Paul Barker
On Tue, 4 Apr 2017 16:18:03 +0200 Andrea Galbusera wrote: > Commit da32aac introduced an invalid shell variable name in do_deploy(): > according to bash manpage variable names cannot contain dots. Replace > dot with underscore to fix it. > > Signed-off-by: Andrea Galbusera

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/3] Stable branch kernel updates

2017-03-30 Thread Paul Barker
On Tue, 14 Mar 2017 10:32:34 + Paul Barker <pbar...@toganlabs.com> wrote: > This series contains backports of patches from Khem's latest combined pull > request. I've boot tested a raspberrypi3 (4.4.y and 4.9.y kernels) and a > raspberrypi (4.9.y kernel) using these patches and

Re: [yocto] auto kernel version

2017-03-20 Thread Paul Barker
On Sat, 18 Mar 2017 04:07:05 -0400 Trevor Woerner wrote: > Hi, > > Let's say I wanted to create a recipe to follow Linus' mainline or a > recipe to follow GregKH's staging-next. In those cases I wouldn't > want to nail them down with a version, I'd want to do AUTOREV. So I >

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Remove orphan bbappend

2017-03-16 Thread Paul Barker
On Wed, 15 Mar 2017 21:18:44 +0100 Fabien Lahoudere wrote: > gstreamer1.0-omx_1.2.0.bb and gstreamer1.0-omx_git.bb have been removed > from poky on master branch, so related bbappend should be removed. > > Signed-off-by: Fabien Lahoudere

Re: [yocto] [Openembedded-architecture] Sum up - Proposal: dealing with language-specific build tools/dependency management tools

2017-03-16 Thread Paul Barker
On Thu, 16 Mar 2017 09:17:57 +0100 Josef Holzmayr wrote: > I'll give it a shot and try to sum up the current state of affairs in > this discussion. In accordance to the "Package managers all the way > down"-presentation, I'm gonna use the term LPM (for language

Re: [yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

2017-03-15 Thread Paul Barker
On Wed, 15 Mar 2017 09:45:53 -0400 Trevor Woerner wrote: > This recipe does not generate any libGL libraries, so remove libgl from the > list of libraries it provides. Among the libraries generated are libEGL and > libGLESv2. This entry makes it impossible to have, say, mesa

[yocto] [meta-raspberrypi][morty][PATCH 0/3] Stable branch kernel updates

2017-03-14 Thread Paul Barker
This series contains backports of patches from Khem's latest combined pull request. I've boot tested a raspberrypi3 (4.4.y and 4.9.y kernels) and a raspberrypi (4.9.y kernel) using these patches and all looks good. Khem Raj (1): linux-raspberrypi_4.9.bb: Update to 4.9.13 Paul Barker (2

[yocto] [meta-raspberrypi][morty][PATCH 2/3] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-03-14 Thread Paul Barker
Signed-off-by: Paul Barker <pbar...@toganlabs.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 7733bf1..3aba67b 100644 --- a/r

[yocto] [meta-raspberrypi][morty][PATCH 1/3] linux-raspberrypi_4.9.bb: Update to 4.9.13

2017-03-14 Thread Paul Barker
From: Khem Raj drop upstreamed patch Signed-off-by: Khem Raj --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 -- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 2 insertions(+), 32

[yocto] [meta-raspberrypi][morty][PATCH 3/3] linux-raspberrypi_4.4: Update to 4.4.50

2017-03-14 Thread Paul Barker
Signed-off-by: Paul Barker <pbar...@toganlabs.com> --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index b235772..b

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.48

2017-03-11 Thread Paul Barker
On Fri, 10 Mar 2017 17:55:25 -0800 Khem Raj <raj.k...@gmail.com> wrote: > Hi Paul > > On 2/13/17 3:32 PM, p...@paulbarker.me.uk wrote: > > From: Paul Barker <p...@paulbarker.me.uk> > > > > Signed-off-by: Paul Barker <p...@paulbarker.me.uk> > >

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-07 Thread Paul Barker
On Mon, 6 Mar 2017 17:28:03 +0200 "Maxin B. John" wrote: > OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f > removed gstreamer1.0-omx_1.2.0 recipe. > > Signed-off-by: Maxin B. John > --- > ...o-acquire-buffer-when-src-pad-isn-t-activ.patch |

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-03-03 Thread Paul Barker
On Sun, 19 Feb 2017 09:29:24 + Paul Barker <p...@paulbarker.me.uk> wrote: > On Sat, 18 Feb 2017 20:13:07 -0800 > Andrei Gherzan <and...@gherzan.ro> wrote: > > > On Sat, Feb 18, 2017 at 07:39:13PM +, p...@paulbarker.me.uk wrote: > > > From

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Paul Barker
On Fri, 24 Feb 2017 16:03:59 -0800 Khem Raj wrote: > Signed-off-by: Khem Raj > --- > 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

[yocto] [meta-raspberrypi][morty][PATCH 0/2] Stable branch kernel upgrades

2017-02-19 Thread Paul Barker
ches or not. If it is wanted, I'll try to do this once a month or so for morty (and pyro when it's released) until the end of the 12-month support period for each release. Khem Raj (1): linux-raspberrypi_4.9.bb: Upgrade to 4.9.10 Paul Barker (1): linux-raspberrypi_4.4: Update to 4.4.48 ...-Add-rules-for-.

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-02-19 Thread Paul Barker
On Sat, 18 Feb 2017 20:13:07 -0800 Andrei Gherzan <and...@gherzan.ro> wrote: > On Sat, Feb 18, 2017 at 07:39:13PM +, p...@paulbarker.me.uk wrote: > > From: Paul Barker <p...@paulbarker.me.uk> > > > > Signed-off-by: Paul Barker <p...@paulbarker.me.uk>

Re: [yocto] [meta-raspberrypi][PATCH V3 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-16 Thread Paul Barker
On Sun, 12 Feb 2017 16:29:40 -0800 Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 > 1 file changed, 8 insertions(+) > create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb > >

Re: [yocto] Set aside some packages as supplement to the rootfs creation

2017-02-15 Thread Paul Barker
On Wed, 15 Feb 2017 19:09:30 + Darcy Watkins wrote: > Hi, > > I want to be able to build an image target in such a way that 'bitbake > image-target' builds the target as follows: > > 1. All of the packages are built for this target, including the RPMs > 2.

  1   2   3   4   >