[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 f

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

2019-11-15 Thread Paul Barker
Signed-off-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(

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

2019-11-15 Thread Paul Barker
s 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 -- ___ y

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

2019-11-14 Thread Paul Barker
for 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
ally. This check can't be an 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

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
of bikeshedding I'd like to get some 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 -- _

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

2019-10-09 Thread Paul Barker
way I'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

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

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

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 &

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

2019-05-28 Thread Paul Barker
ave to give some more specific 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@yoc

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

2019-05-24 Thread Paul Barker
ing 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 Mana

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

2019-05-24 Thread Paul Barker
plenty of good 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 Managi

[yocto] distrodata documentation in 2.7 Mega Manual

2019-05-21 Thread Paul Barker
mentation. 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
option you 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
ed in 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 an

Re: [yocto] gdb built with musl libc segfault

2019-04-02 Thread Paul Barker
which 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 & Princi

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
orm of demo to bring along then please 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
if a Yocto release 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
ky version 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
>>> branch of meta-raspberrypi because of some patch issues but is the rocko >>> branch not supporting rpi 3 on model B+? >>> >>> BR >>> Mans Zigher >>> >>> -- >>> ___ >>> yocto mailing list >>> yocto@yoctoproject.org >&g

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

2018-03-08 Thread Paul Barker
ootfiles/" 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. -- Paul Barker Togán Labs Ltd -- __

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

2018-03-05 Thread Paul Barker
han 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
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
On Thu, Jan 25, 2018 at 6:34 PM, Khem Raj wrote: > > On 12/21/17 7:15 AM, Andrei Gherzan wrote: > > Nice. Good job. > > > > -- > > Andrei Gherzan > > > > On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak > <mailto:mirza.k...@gmail.com>>

Re: [yocto] [oe] Slideshow for FOSDEM

2018-01-09 Thread Paul Barker
On Thu, Jan 4, 2018 at 1:22 PM, Andreas Müller wrote: > On Wed, Jan 3, 2018 at 6:29 PM, Philip Balister wrote: >> >> On 01/03/2018 09:47 AM, Paul Barker wrote: >> > Hi all, >> > >> > As we've only got one table at FOSDEM this year we're not g

[yocto] Slideshow for FOSDEM

2018-01-03 Thread Paul Barker
y welcome! I'll give this a final 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@yoctopro

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

2017-12-29 Thread Paul Barker
d 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
ould be handled cleanly that way and it would give us something we could bisect properly in case of any bugs. The resulting git repository could be published online as something like 'linux-raspberrypi-rt' if this works. This is basically my opini

Re: [yocto] Layer documentation for meta-raspberrypi

2017-12-18 Thread Paul Barker
On Mon, Dec 11, 2017 at 12:20 PM, Paul Barker wrote: > On Mon, Dec 11, 2017 at 12:08 PM, Mirza Krak wrote: >> 2017-12-11 12:55 GMT+01:00 Paul Barker : >>> Hi all, >>> >>> As a quick announcement, the layer documentation for meta-raspberrypi >>> is no

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

2017-12-15 Thread Paul Barker
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 yocto@yoctoproject.org htt

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

2017-12-11 Thread Paul Barker
nture/repository/rocko/poky/bitbake/lib/bb/event.py", > line 106, in execute_handler > ret = handler(event) > File > "/media/mircea/ExtLinux/Adventure/repository/rocko/poky/meta/classes/buildstats.bbclass", > line 166, in run_buildstats > write_task_data(&q

Re: [yocto] Layer documentation for meta-raspberrypi

2017-12-11 Thread Paul Barker
On Mon, Dec 11, 2017 at 12:08 PM, Mirza Krak wrote: > 2017-12-11 12:55 GMT+01:00 Paul Barker : >> Hi all, >> >> As a quick announcement, the layer documentation for meta-raspberrypi >> is now available on Read the Docs: >> http://meta-raspberrypi.readthedo

[yocto] Layer documentation for meta-raspberrypi

2017-12-11 Thread Paul Barker
neral. 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
en 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 bitbake? Thanks, -- Paul Barker Togán Labs

Re: [yocto] VPS for building and serving.

2017-12-11 Thread Paul Barker
nd 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,

[yocto] OpenEmbedded stand at FOSDEM 2018

2017-12-11 Thread Paul Barker
run a build system demo on that would be excellent. 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 f

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 wrote: > On Wed, Nov 29, 2017 at 10:20 PM, wrote: >> From: Drew Moseley >> >> Signed-off-by: Drew Moseley >> --- >> docs/extra-build-config.md | 6 ++ >> recipes-bsp/bootfiles/rpi-config_gi

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

2017-11-30 Thread Paul Barker
ll 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 everyone could you submit this as a pull request on github (https://github.com/agherzan/meta-raspberrypi). Thanks, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-11-30 Thread Paul Barker
> + 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 an example of how this can be used. I can't exactly remember the details of make assignment precedence so I'm not guaranteeing that will work, if it does work it would be the preferred approach though. Once you've addressed these comments you'll need to submit this as a pull request on github (https://github.com/agherzan/meta-raspberrypi). Thanks, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] build error on raspberrypi3

2017-10-26 Thread Paul Barker
bedded/meta-oe \ > ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ > ${BSPDIR}/sources/meta-raspberrypi \ These paths might be wrong, from your commands above the meta-openembedded and meta-raspberrypi directories would be placed under the poky directory. -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi] Rocko branch maintenance

2017-10-25 Thread Paul Barker
6 months. Obviously, 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, -- P

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

2017-10-25 Thread Paul Barker
; 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 glace. Could you submit them as a pull request on https://github.com/agherzan/meta-raspberrypi please? Thanks, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] raspberrypi3-64 target not booting

2017-09-09 Thread Paul Barker
On Mon, Sep 4, 2017 at 9:31 PM, Paul Barker wrote: > On Fri, Aug 25, 2017 at 6:27 PM, Khem Raj wrote: >> On Fri, Aug 25, 2017 at 10:14 AM, Bill Jenkins wrote: >>> >>> On Aug 25, 2017, at 9:42 AM, Khem Raj wrote: >>> >>> >>> On Fri, Aug 2

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
On Fri, Sep 8, 2017 at 1:17 PM, Andrea Galbusera wrote: > On Fri, Sep 8, 2017 at 11:22 AM, Paul Barker wrote: >> >> On Fri, Sep 8, 2017 at 10:18 AM, Andrea Galbusera >> wrote: >> > >> > The only particular configuration I have here (and probably did not ha

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
On Fri, Sep 8, 2017 at 10:18 AM, Andrea Galbusera wrote: > Hi! > > On Mon, Sep 4, 2017 at 10:31 PM, Paul Barker wrote: >> >> On Fri, Aug 25, 2017 at 6:27 PM, Khem Raj wrote: >> > On Fri, Aug 25, 2017 at 10:14 AM, Bill Jenkins wrote: >> >> >>

Re: [yocto] Build RPi without wireless?

2017-09-06 Thread Paul Barker
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.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-09-06 Thread Paul Barker
rypi3 = " ${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-raspberrypi. Could you open a pull request on https://github.com/agherzan/meta-raspberrypi with these changes please? Let me know if you have any issues doing that. Thanks, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] raspberrypi3-64 target not booting

2017-09-04 Thread Paul Barker
;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 the readme and open a bug so we don't lose track of it. Cheers, -- Paul Barker Togán Labs Ltd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-08-25 Thread Paul Barker
on 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
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-appdev-devshell. Cheers, -- Pa

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

2017-08-12 Thread Paul Barker
> 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
f0d6e8a3bae1b84134d5dff4c" > 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
e 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 Cheers, -- Paul Barker Co-Founder & Principal Engineer Togán Labs Ltd

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

2017-05-31 Thread Paul Barker
On Thu, Jun 1, 2017 at 1:17 AM, Khem Raj wrote: > On Wed, May 31, 2017 at 5:00 PM, Andrei Gherzan wrote: >> >> On Tue, May 30, 2017 at 6:29 PM, Khem Raj wrote: >>> >>> On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy >>> wrote: >>> > On T

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 AUTOREV to currently latest SRCREV even when y

[yocto] [meta-raspberrypi] Pyro branch

2017-05-15 Thread Paul Barker
ittle bit. Does 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
BLE_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 been a bit busy, sorry you've not had a response sooner!

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

2017-05-12 Thread Paul Barker
hout 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? Tha

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

2017-05-08 Thread Paul Barker
On 3 May 2017 2:41 a.m., "Khem Raj" wrote: On Tue, May 2, 2017 at 4:19 AM, Paul Barker wrote: > > I'd like to propose the following for the pyro branch: > > * We should create the pyro branch within a week or two of the oe-core > pyro release. What do we get by br

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

2017-05-03 Thread Paul Barker
y 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, -- P

[yocto] [meta-raspberrypi] Stable branch plans

2017-05-02 Thread Paul Barker
ed by a few people so I'm starting a new thread here 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
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-yocto-bsp

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(-) >> >> diff --git a/conf/machine/raspberrypi2

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

2017-04-20 Thread Paul Barker
-- >> ___ >> 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 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 raspberrypi, raspberrypi3

[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 b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 3aba67b..c0e8b83 1006

[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 --- a/conf/machine/raspberrypi3-64.conf

[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 diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberr

[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 100644 --- a/recipes-kernel/linux/linux-raspb

[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 b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343 100644 ---

[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 b/classes/sdcard_image-rpi.bbclass index 116d5e8..79ab53a 100644 --- a/

[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 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/rasp

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

2017-04-18 Thread Paul Barker
fault 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 +

[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 --- 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/raspberrypi3-64.conf +++ b/conf

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 wrote: > On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker wrote: >> >> I'll have a go at backporting the addition of the extra machines. I >> can test raspberrypi3-64 on hardware myself but I don't have a >> raspbe

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 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 wrote: >> > >> > -LINUX_VERSION ?= "4.9.13" >> > +LINUX_VERSION ?= "4.9.21&q

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 a/recipes-kernel/linux/linux-raspberrypi_4.9.bb > b/recipes-kernel/linux/linux-

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 > --- > > v2: also

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 > --- > recipes-bsp

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 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 all looks goo

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 > wouldn't put a versi

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 > --- > .../gstreamer/gstreamer1.0-omx_1.2.0.bbappend

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 package > manager) for now on. >

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 provide libGL > since

[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

[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 --- 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/recipes-kernel/linux/linux

[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 deletions(-) delete mode 100644 recipes-kernel/l

[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 --- 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..b6be0ec 100644 --- a/recipes-kernel

Re: [yocto] [meta-raspberrypi] Consolidated pull

2017-03-13 Thread Paul Barker
ypi to toplevel wic location > rpi-base: wic: generate entries for device tree files > > Maxin B. John (1): > gstreamer1.0-omx: remove bbappend for version 1.2.0 and git > > Paul Barker (6): > linux-raspberrypi: Fix uImage build on 4.9.y and later > lin

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 wrote: > Hi Paul > > On 2/13/17 3:32 PM, p...@paulbarker.me.uk wrote: > > From: Paul Barker > > > > Signed-off-by: Paul Barker > > --- > > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > >

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 | 48 > .../0001-config-files-path.pa

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 wrote: > On Sat, 18 Feb 2017 20:13:07 -0800 > Andrei Gherzan wrote: > > > On Sat, Feb 18, 2017 at 07:39:13PM +, p...@paulbarker.me.uk wrote: > > > From: Paul Barker > > > > > > Signed-off-by: Pa

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 > b/recipes-kernel/linux/linux-raspberry

[yocto] [meta-raspberrypi][morty][PATCH 2/2] linux-raspberrypi_4.9.bb: Upgrade to 4.9.10

2017-02-19 Thread Paul Barker
From: Khem Raj Fix dtbo builds for arm64 Signed-off-by: Khem Raj Signed-off-by: Paul Barker --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 32 insertions(+), 2 deletions

  1   2   3   4   >