Re: [yocto] How to migrate an older version of Yocto?

2023-08-04 Thread msenturk
Thanks for the answer. I wonder what the difference is between using Langdale 
branch or Master Branch. Also, How can I migrate to Langdale? Migration Guides 
generally give information about migration from the prior version. I actually 
want to delete everything about Yocto and start from scratch.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60710): https://lists.yoctoproject.org/g/yocto/message/60710
Mute This Topic: https://lists.yoctoproject.org/mt/100525085/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] How to migrate an older version of Yocto?

2023-08-04 Thread Alexander Kanavin
On Fri, 4 Aug 2023 at 10:27, msenturk  wrote:
>
> Thanks for the answer. I wonder what the difference is between using Langdale 
> branch or Master Branch. Also, How can I migrate to Langdale? Migration 
> Guides generally give information about migration from the prior version. I 
> actually want to delete everything about Yocto and start from scratch.

Langdate is actually no longer supported/maitained either, please
check the support information here:
https://wiki.yoctoproject.org/wiki/Releases

There isn't much guidance needed to migrating to an older version.
Once you are happy with a build using master, make a fresh checkout
(in a separate directory) of all the layers to their respective older
version branches, and repeat what you did there, fixing issues as they
arise. There should also be a good reason to use the older releases,
and I haven't seen it yet in your case.

Alex

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60711): https://lists.yoctoproject.org/g/yocto/message/60711
Mute This Topic: https://lists.yoctoproject.org/mt/100525085/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] the way to create patch for Linux kernel configuration

2023-08-04 Thread Crane
Hello,

How do you create a patch for Linux kernel configuration in a customized layer 
on top of an initial patch. It is a patch based on the original defconfig from 
vendor meta layer? I tried different ways, but none of them work.

The initial .bbappend is like this. I would like to make further changes on top 
of that.

SRCREV = "0086da6acd41600d47b87b05874f99704216426f"

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += "\
file://devtool-fragment.cfg \
"

1. use devtool to modify the current kernel configuration
After using devtool menuconfig to modify the kernel configuration, the .config 
is updated.
But, here is a big BUT, after using devtool build to build kernel image, the 
kernel image is still built using the defconfig originally from the vendor meta 
layer meta-raspberrypi.
If using devtool update-recipe to create a patch any way, then do devtool reset 
and use bitbake to build the kernel image, the result is the same (the kernel 
image uses original defconfig).

2. use git format-patch to create a patch file and then add the patch file into 
.bbappend.
Say, a patch 0001-update-kernel-config-to-enable-uart-console.patch is added 
into files folder.
Then add one line in .bbappend file like this:
SRCREV = "0086da6acd41600d47b87b05874f99704216426f"

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += "\
file://devtool-fragment.cfg \
file://0001-update-kernel-config-to-enable-uart-console.patch \
"
But this way, the patch couldn't be applied at all. An error is caused.

3. Tried to use git to create a patch in different folder
Most of tries got the same result.
One of them seems applied. But from the result, it is actually not applied.

So, which way should work? Anything missing in what I did.

Thanks for your help!

Crane

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60712): https://lists.yoctoproject.org/g/yocto/message/60712
Mute This Topic: https://lists.yoctoproject.org/mt/100557707/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] QA notification for completed autobuilder build (yocto-3.1.27.rc2)

2023-08-04 Thread Pokybuild User

A build flagged for QA (yocto-3.1.27.rc2) was completed on the autobuilder and 
is available at:


https://autobuilder.yocto.io/pub/releases/yocto-3.1.27.rc2


Build hash information: 

bitbake: b60c7085ec370473bea9b3b4b65826a17638837f
meta-agl: 583f80f8e9d085a98f1cbab3a9d8082503ab739e
meta-arm: b1fe8443a7a72c65fa0fc3371f607c6671b3a882
meta-aws: d72bb6b38de88caab73047feba16092ca38959c1
meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
meta-intel: 488af577a3f21f038c551612bb0af077fa2b743d
meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
meta-openembedded: b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46
meta-virtualization: 521459bf588435e847d981657485bae8d6f003b5
oecore: 6dd64ca2d726d0b222a7608c65eb0a20454c3f99
poky: 32da5ee9519119a16392acba29f9df4720a55c0f



This is an automated message from the Yocto Project Autobuilder
Git: git://git.yoctoproject.org/yocto-autobuilder2
Email: richard.pur...@linuxfoundation.org


 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60713): https://lists.yoctoproject.org/g/yocto/message/60713
Mute This Topic: https://lists.yoctoproject.org/mt/100559442/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-