|
[meta-zephyr][PATCH] zephyr-kernel: add Zephyr RTOS version 2.4.0 support
Update Zephyr to the latest version. Tested via zephyr-philosophers on qemu-cortex-m3. Signed-off-by: Jon Mason <jon.mason@...> --- classes/zephyr-kernel-src.bbclass | 10 +++++----- ...phyr-kernel
Update Zephyr to the latest version. Tested via zephyr-philosophers on qemu-cortex-m3. Signed-off-by: Jon Mason <jon.mason@...> --- classes/zephyr-kernel-src.bbclass | 10 +++++----- ...phyr-kernel
|
By
Jon Mason
· #51212
·
|
|
[meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
Signed-off-by: Jon Mason <jdmason@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index da24359b7484..178ce1b734d3 100
Signed-off-by: Jon Mason <jdmason@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index da24359b7484..178ce1b734d3 100
|
By
Jon Mason
· #51179
·
|
|
[meta-zephyr][PATCH] zephyr.bbclass: Add ability to set board
Currently, there is no ability to set the board used by Zephyr. This limits the ability to set the board to something other than the machine name. By setting up an intermediate variable, ZEPHYR_BOARD,
Currently, there is no ability to set the board used by Zephyr. This limits the ability to set the board to something other than the machine name. By setting up an intermediate variable, ZEPHYR_BOARD,
|
By
Jon Mason
· #50861
·
|
|
[meta-zephyr][morty PATCH] zephyr-kernel: update URLs
URLs no longer point to a valid location. Update to the current location. Signed-off-by: Jon Mason <jon.mason@...> --- classes/zephyr-kernel-src.bbclass | 2 +- recipes-kernel/zephyr-kernel/zephyr-
URLs no longer point to a valid location. Update to the current location. Signed-off-by: Jon Mason <jon.mason@...> --- classes/zephyr-kernel-src.bbclass | 2 +- recipes-kernel/zephyr-kernel/zephyr-
|
By
Jon Mason
· #50760
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: Add python dependencies
Zephyr refuses to compile due to missing python dependencies. Signed-off-by: Jon Mason <jon.mason@...> Signed-off-by: Ross Burton <ross.burton@...> --- recipes-kernel/zephyr-kernel/zephyr-kern
Zephyr refuses to compile due to missing python dependencies. Signed-off-by: Jon Mason <jon.mason@...> Signed-off-by: Ross Burton <ross.burton@...> --- recipes-kernel/zephyr-kernel/zephyr-kern
|
By
Jon Mason
· #50759
·
|
|
OpenEmbedded Workshop at FOSDEM20 schedule
The OpenEmbedded Workshop 2020 schedule is now available https://pretalx.com/oe-workshop-2020/schedule/ As you can see, there are some very compelling talks. Buy your tickets now, before we sell out.
The OpenEmbedded Workshop 2020 schedule is now available https://pretalx.com/oe-workshop-2020/schedule/ As you can see, there are some very compelling talks. Buy your tickets now, before we sell out.
|
By
Jon Mason
· #47931
·
|
|
OpenEmbedded Workshop at FOSDEM20 tickets
We are happy to inform everyone that tickets to the inaugural OpenEmbedded Workshop are now on sale. Early bird tickets are available for 1/3rd off regular price. Also, we are offering a "Supporter Ti
We are happy to inform everyone that tickets to the inaugural OpenEmbedded Workshop are now on sale. Early bird tickets are available for 1/3rd off regular price. Also, we are offering a "Supporter Ti
|
By
Jon Mason
· #47587
·
|
|
OpenEmbedded Workshop at FOSDEM20 CFP
We forgot to mention that the deadline for the CFP is December 15th. Please get your topic in before the deadline. Also, look for early-bird tickets next week!
We forgot to mention that the deadline for the CFP is December 15th. Please get your topic in before the deadline. Also, look for early-bird tickets next week!
|
By
Jon Mason
· #47440
·
|
|
OpenEmbedded Workshop at FOSDEM20 CFP
We are proud to announce the inaugural OpenEmbedded Workshop. It is being held on 03 February 2020 in Brussels, Belgium. The day after FOSDEM. The Call for Participation is open now. For more informat
We are proud to announce the inaugural OpenEmbedded Workshop. It is being held on 03 February 2020 in Brussels, Belgium. The day after FOSDEM. The Call for Participation is open now. For more informat
|
By
Jon Mason
· #47371
·
|
|
OpenEmbedded event at FOSDEM20
OpenEmbedded is considering creating a mini-conference attached to FOSDEM 2020 (https://fosdem.org/2020/), and we would like your help. Please fill out this short, 10 question, survey to determine the
OpenEmbedded is considering creating a mini-conference attached to FOSDEM 2020 (https://fosdem.org/2020/), and we would like your help. Please fill out this short, 10 question, survey to determine the
|
By
Jon Mason
· #47173
·
|
|
[OE-core] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE
T-shirts for OEDEM are happening. If you plan on attending, please add yourself to the list. If you already are on the list, please verify the size is correct. Please use this size chart if there are
T-shirts for OEDEM are happening. If you plan on attending, please add yourself to the list. If you already are on the list, please verify the size is correct. Please use this size chart if there are
|
By
Jon Mason
· #46795
·
|
|
[oe] [OE-core] Git commit process question.
Exactly! I do the same things for the Linux stuff I own. I'll do a git-am, then redir the output and publicly shame them. Public shaming is a vastly underrated method of behavior modification. Thanks,
Exactly! I do the same things for the Linux stuff I own. I'll do a git-am, then redir the output and publicly shame them. Public shaming is a vastly underrated method of behavior modification. Thanks,
|
By
Jon Mason
· #44609
·
|
|
[OE-core] Git commit process question.
There are existing git hooks that can be used to detect and fail to merge patches like this. For Linux, I have the following in .git/hooks/pre-commit #!/bin/sh exec git diff --cached | scripts/checkpa
There are existing git hooks that can be used to detect and fail to merge patches like this. For Linux, I have the following in .git/hooks/pre-commit #!/bin/sh exec git diff --cached | scripts/checkpa
|
By
Jon Mason
· #44583
·
|
|
[PATCH 2/2] machine: clean up config files
Beautify the machine config files by making the names and descriptions more uniform and verbose Signed-off-by: Jon Mason <jdmason@...> --- meta/conf/machine/qemuarm.conf | 4 ++-- meta/conf/machin
Beautify the machine config files by making the names and descriptions more uniform and verbose Signed-off-by: Jon Mason <jdmason@...> --- meta/conf/machine/qemuarm.conf | 4 ++-- meta/conf/machin
|
By
Jon Mason
· #44510
·
|
|
[PATCH 1/2] meta-yocto-bsp: clean up machine config files
Beautify the machine config files by making the names and descriptions more uniform and verbose Signed-off-by: Jon Mason <jdmason@...> --- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-
Beautify the machine config files by making the names and descriptions more uniform and verbose Signed-off-by: Jon Mason <jdmason@...> --- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-
|
By
Jon Mason
· #44509
·
|
|
[PATCH 0/2] clean up machine config files
General clean-up of the machine config files present in Yocto. Since this encompasses files that would natively be in the oe-core and meta-yocto-bsp repositories, I split them into 2 commits. However,
General clean-up of the machine config files present in Yocto. Since this encompasses files that would natively be in the oe-core and meta-yocto-bsp repositories, I split them into 2 commits. However,
|
By
Jon Mason
· #44508
·
|
|
QEMU kernel defconfigs
I'm having difficulty determining where the kernel defconfigs are defined and located. I'm specifically looking for the qemuarm and qemuarm64 kernel defconfigs. I've looked at the relevant documentati
I'm having difficulty determining where the kernel defconfigs are defined and located. I'm specifically looking for the qemuarm and qemuarm64 kernel defconfigs. I've looked at the relevant documentati
|
By
Jon Mason
· #43257
·
|
|
[OE-core] OEDAM @ SCaLE 2019
I am planning on being at SCaLE (assuming the OEDEM happens there). Many corporate travel budgets are tied to presenting at conferences. So, if we could somehow get a track there (which might be too l
I am planning on being at SCaLE (assuming the OEDEM happens there). Many corporate travel budgets are tied to presenting at conferences. So, if we could somehow get a track there (which might be too l
|
By
Jon Mason
· #43028
·
|
|
NAME missing in mpc8315e-rdb.conf
A quick grep over all of the native config files shows that of all the "#@TYPE: Machine", only one lacks a "#@NAME", mpc8315e-rdb.conf. It appears that the file OE version of the file has a real name
A quick grep over all of the native config files shows that of all the "#@TYPE: Machine", only one lacks a "#@NAME", mpc8315e-rdb.conf. It appears that the file OE version of the file has a real name
|
By
Jon Mason
· #42870
·
|