Re: [yocto] way to make do_devshell changes permanent?

2020-03-04 Thread Joel A Cohen
On Wed, Mar 4, 2020 at 10:53 PM Kent Dorfman wrote: > On 3/3/20, Aaron Cohen wrote: > >> > # Once satisfied with changes: > >> > 3) git add $BUILDDIR/workspace/sources/ && git commit -m > "Added > > Does the git add have to be done as specified above? I made changes > and inside the directory

Re: [yocto] way to make do_devshell changes permanent?

2020-03-04 Thread Kent Dorfman
On 3/3/20, Aaron Cohen wrote: > The “git commit” step is just how you tell devtool about your changes. Each > commit will result in a patch file in your layer (conversely, each patch > file ends up as a commit in the sources directory after your initial > “devtool modify”) > >> > using "bitbake "

Re: [yocto] [OE-core] Yocto Project Status WW09'20

2020-03-04 Thread Richard Purdie
On Wed, 2020-03-04 at 14:00 +0100, Alexander Kanavin wrote: > On Tue, 3 Mar 2020 at 16:59, wrote: > > coreutils ptest blocked on libmodule-build-perl reproducibility > > issue > > > > I sent a patch for this. Thanks! Just FYI I think there may also be a couple of other packages coreutils

Re: [yocto] Building xen-image-minmal for raspberrypi3-64: kernel-module-xen-* not being built

2020-03-04 Thread Aljoscha Lautenbach
Hi, I made some progress on this today. After running “bitbake -c menuconfig virtual/kernel“ and searching for the config parameters that xen.cfg was supposed to set, it was obvious that they were in fact not set, as the mailing list reply I mentioned earlier suggested. By manually setting them,

[linux-yocto][linux-yocto-dev standard/base][PATCH 4/5] Revert "block: move rescan_partitions to fs/block_dev.c"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit a1548b674403c0de70cc29a1575689917ba60157. --- block/partition-generic.c | 37 +++-- fs/block_dev.c| 38 ++ include/linux/fs.h| 2 ++ include/linux/genhd.h | 4 ++-- 4

[linux-yocto][linux-yocto-dev standard/base][PATCH 2/5] Revert "block: remove (__)blkdev_reread_part as an exported API"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit f0b870df80bc70dad432fd0c142bb709a49964f5. Adjust context of block/ioctl.c --- block/ioctl.c | 35 - drivers/block/loop.c| 13 +--- drivers/s390/block/dasd_genhd.c | 4 +--- fs/block_dev.c

[linux-yocto][linux-yocto-dev standard/base][PATCH 3/5] Revert "block: fix bdev_disk_changed for non-partitioned devices"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 142fe8f4bb169e8632024d51c64653a8bf140561. Also reverts commit 490547ca2df6 ("block: don't send uevent for empty disk when not invalidating") --- block/ioctl.c | 6 -- block/partition-generic.c | 5 - fs/block_dev.c| 25

[linux-yocto][linux-yocto-dev standard/base][PATCH 5/5] Revert "block: merge invalidate_partitions into rescan_partitions"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 6917d0689993f46d97d40dd66c601d0fd5b1dbdd. --- block/ioctl.c | 2 +- block/partition-generic.c | 38 -- fs/block_dev.c| 5 - include/linux/genhd.h | 4 ++-- 4 files changed, 31 insertions(+),

[linux-yocto][linux-yocto-dev standard/base][PATCH 1/5] Revert "block: move clearing bd_invalidated into check_disk_size_change"

2020-03-04 Thread He Zhe
From: He Zhe This reverts commit 979c690d9a017db14b7759a099478e3faad991ac. --- fs/block_dev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/block_dev.c b/fs/block_dev.c index 69bf2fb6f7cd..387b64665dc2 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -1433,7

[linux-yocto][linux-yocto-dev standard/base][PATCH 0/5] Revert disk invalidating updates

2020-03-04 Thread He Zhe
From: He Zhe This series of commits do not work with the latest systemd-udevd(v244, likely v245). And the mainline has confirmed this potential misbehaviour. https://lore.kernel.org/lkml/20200304133738.gf21...@quack2.suse.cz/ As it would run out of memory very soon and make the system

[yocto] [PATCH 1/2] yocto-bsps/5.2: backport perf build fix for latest binutils

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield [ Author: Changbin Du Date: Tue Jan 28 23:29:38 2020 +0800 perf: Make perf able to build with latest libbfd libbfd has changed the bfd_section_* macros to inline functions bfd_section_ since 2019-09-18. See below two commits: o

[yocto] [PATCH 2/2] yocto-bsps: drop 5.2 bbappend

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield The 5.2 recipes have been dropped from oe-core, so we drop the 5.2 bbappends to match. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.2.bbappend| 23 --- 1 file changed, 23 deletions(-) delete mode 100644

[yocto] [PATCH 0/4] kernel-yocto: consolidated pull request

2020-03-04 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, As mentioned on the technical call yesterday, here's my latest set of 5.2 updates, 5.4 updates and more importantly, the removal of 5.2 from master. As usual, I'll continue to support and update 5.2, just without sending SRCREV updates to master. The last set of

Re: [linux-yocto] temp: mips: undo vdso reverts

2020-03-04 Thread Bruce Ashfield
On Wed, Mar 4, 2020 at 4:59 AM Xu, Yanfei wrote: > > Thanks for your imformation. I have tested it that apply this > commit to linux-yocto-dev and it works well. > Will you apply it to linux-yocto-dev too? It was there for v5.4, but I just pulled it into the v5.5 branches. (I'll be renaming them

[yocto] Does Yocto / OE build u-boot image for u-boot configs in #define CONFIG_EXTRA_ENV_SETTINGS?

2020-03-04 Thread JH
Hi, I created recipes-bsp and an appended file u-boot-imx_2018.03.bbappend to build a customized imx6ullevk image, I added my configures in #define CONFIG_EXTRA_ENV_SETTINGS in mx6ullevk.h, it built the u-boot-ram.imx and u-boot-nand.imx, I tried uuu to store u-boot-ram.imx to the =customized

Re: [linux-yocto] temp: mips: undo vdso reverts

2020-03-04 Thread Xu, Yanfei
Thanks for your imformation. I have tested it that apply this commit to linux-yocto-dev and it works well. Will you apply it to linux-yocto-dev too? Regards, //Yanfei On 3/4/20 12:01 AM, Bruce Ashfield wrote: On Tue, Mar 3, 2020 at 10:30 AM Xu, Yanfei wrote: OK! So If I understand correctly,