Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.13.rc1)

2021-12-20 Thread Teoh, Jay Shen
Hi all,

This is the full report for yocto-3.1.13.rc1:  
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults

=== Summary 
No high milestone defects. 

new issue found 

Bug 14669 - [QA 3.1.13 RC1] failure in ptest 
:gstreamer1.0.gstreamer-1.0/pipelines_seek.test
   
   
=== Bugs 
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14669

Thanks,
Jay

>-Original Message-
>From: qa-build-notificat...@lists.yoctoproject.org notificat...@lists.yoctoproject.org> On Behalf Of Richard Purdie
>Sent: Wednesday, 15 December, 2021 3:40 PM
>To:  
>Cc: qa-build-notification 
>Subject: [qa-build-notification] QA notification for completed autobuilder 
>build
>(yocto-3.1.13.rc1)
>
>A build flagged for QA (yocto-3.1.13.rc1) was completed on the autobuilder and 
>is
>available at:
>
>
>https://autobuilder.yocto.io/pub/releases/yocto-3.1.13.rc1
>
>
>Build hash information:
>
>bitbake: f18b65d0b9a6b983d53bde491e1bf2ca56949444
>meta-agl: 6d1ab9f3bb270a773ec5d2f7c8c856796833b559
>meta-arm: ce535dfb96de4d2529f091d7d85a7172c626001c
>meta-aws: 9979cfa676105cb68cfadfdaeabf044d7c919319
>meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
>meta-intel: 87984115eb6ed1a4c17204629dcb100f6b76fe82
>meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
>meta-openembedded: 69f94af4d91215e7d4e225bab54bf3bcfee42f1c
>oecore: 90a07178ea26be453d101c2e8b33d3a0f437635d
>poky: 795339092f87672e4f68e4d3bc4cfd0e252d1831
>
>
>
>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 (#55630): https://lists.yoctoproject.org/g/yocto/message/55630
Mute This Topic: https://lists.yoctoproject.org/mt/87873452/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/xlnx-soc][PATCH 1/1] axxiaarm: change value of AXXIA_DEBUG_UART_VIRT

2021-12-20 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/xlnx-soc][PATCH 
1/1] axxiaarm: change value of AXXIA_DEBUG_UART_VIRT
on 21/12/2021 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> The macro AXXIA_DEBUG_UART_VIRT is defined to be 0xf008 which
> is not in vmalloc zone (0xf080-0xff80), and it will trigger
> warning as below:
> 
> BUG: mapping for 0x201008 at 0xf008 out of vmalloc space
> 
> So change the value to be 0xf088 to avoid this warning.
> 
> Signed-off-by: Quanyang Wang 
> ---
> Hi Bruce,
> 
> Would you please help merge this patch to
> linux-yocto v5.10/standard/preempt-rt/sdkv5.10/axxia
> linux-yocto v5.10/standard/sdkv5.10/axxia

merged.

Bruce

> 
> Thanks,
> Quanyang
> ---
>  arch/arm/mach-axxia/include/mach/hardware.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-axxia/include/mach/hardware.h 
> b/arch/arm/mach-axxia/include/mach/hardware.h
> index b6abe4083dea..a297f3176fb2 100644
> --- a/arch/arm/mach-axxia/include/mach/hardware.h
> +++ b/arch/arm/mach-axxia/include/mach/hardware.h
> @@ -13,7 +13,7 @@
>  #define AXXIA_UART3_PHYS   0x2010083000
>  
>  #ifdef CONFIG_DEBUG_LL_AXXIA_UART0
> -#define AXXIA_DEBUG_UART_VIRT  0xf008
> +#define AXXIA_DEBUG_UART_VIRT  0xf088
>  #define AXXIA_DEBUG_UART_PHYS  AXXIA_UART0_PHYS
>  #endif
>  
> -- 
> 2.25.1
> 

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



Re: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: upgrade kernel patches for stratix10 platform

2021-12-20 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel 
v5.10/standard/intel-sdk-5.10/intel-socfpga]: intel-socfpga: upgrade kernel 
patches for stratix10 platform
on 17/12/2021 Meng Li wrote:

> From: Limeng 
> 
> Hi Bruce,
> 
> I got some latest intel-socfpga BSP related patches from intel sdk kernel 
> repo https://github.com/altera-opensource/linux-socfpga.git,
> and want to merge them into linux-yocto-v5.10. There are 23 patches.
> 
> So, could you please help to merge the 23 patches into linux-ycoto kernel 
> repo, branch v5.10/standard/intel-sdk-5.10/intel-socfpga?

merged.

Bruce

> 
> The 23 patches are in my public repo 
> https://github.com/limeng-linux/linux-yocto-5.10.git, branch 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> 
> diffstat info as below:
> 
>  arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts|2
>  arch/arm/boot/dts/socfpga_arria5_socdk.dts  |2
>  arch/arm/boot/dts/socfpga_cyclone5_socdk.dts|2
>  arch/arm/boot/dts/socfpga_cyclone5_sockit.dts   |2
>  arch/arm/boot/dts/socfpga_cyclone5_socrates.dts |2
>  arch/arm/boot/dts/socfpga_cyclone5_sodia.dts|2
>  arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts  |4
>  arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi   |5
>  arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts |   24
>  arch/arm64/boot/dts/intel/socfpga_agilex.dtsi   |4
>  arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts |   20
>  arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts |   71 ++
>  drivers/crypto/Kconfig  |2
>  drivers/crypto/intel_fcs.c  |  345 
> ++--
>  drivers/edac/synopsys_edac.c|1
>  drivers/firmware/stratix10-svc.c|  265 +
>  drivers/fpga/stratix10-soc.c|   31 -
>  include/linux/firmware/intel/stratix10-smc.h|   28
>  include/linux/firmware/intel/stratix10-svc-client.h |   15
>  19 files changed, 606 insertions(+), 221 deletions(-)
> 
> 
> Pull request info as below:
> 
> The following changes since commit 956563a9fdf3af91d4bf51bab15438957c957605:
> 
>   Merge branch 'v5.10/standard/base' into 
> v5.10/standard/intel-sdk-5.10/intel-socfpga (2021-12-14 11:37:33 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/limeng-linux/linux-yocto-5.10.git 
> v5.10/standard/intel-sdk-5.10/intel-socfpga
> 
> for you to fetch changes up to 94415527742e10e8935eda52e29d11095407cb6a:
> 
>   firmware: stratix10-svc: release mutex sdm_lock after processing command 
> (2021-12-16 23:46:56 -0500)
> 
> 
> Ang Tien Sung (7):
>   HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver
>   HSD #1509974402: firmware: stratix10-svc: To support a new SMC command 
> to return ATF Version
>   HSD #1508914759: firmware: stratix10-svc: fix FPGA reconfiguration SVC 
> timeout
>   HSD #14015013554: firmware: stratix10-svc: support up to 4 SVC clients
>   HSD #14015013554: fpga: stratix10-soc: support multi-client 
> multi-threading
>   HSD #14015013554: firmware: stratix10-svc: Fixed thread stop
>   HSD #15010184463: crypto: intel_fcs: Fix the inability to probe driver 
> on S10 DTSI
> 
> Dinh Nguyen (3):
>   arm: socfpga: dts: fix qspi node compatible
>   HSD #1308655004: don't clear the ue/ce status bits
>   arm64: dts: n5x: add qspi, usb, and ethernet support
> 
> Meng Li (3):
>   firmware: stratix10-svc: remove the code of adding intel-fcs device
>   intel: fcs: release mutex lock in failing path
>   firmware: stratix10-svc: release mutex sdm_lock after processing command
> 
> Siew Chin Lim (9):
>   HSD #18015689699-1: firmware: stratix10-svc: change get provsion data 
> to async SMC call
>   HSD #18015689699-2: crypto: intel_fcs: change get provision data to 
> async SMC call
>   HSD #22013011814: crypto: intel_fcs: support HWRNG via /dev/hwrng
>   HSD #22013011814-2: crypto: intel_fcs: Remove dev_err from dev/hwrng 
> read function
>   intel: fcs: Fixed typo of parameter used in SEND_CERTIFICATE
>   intel: fcs: Fixed the size of session ID in memcpy function
>   intel: fcs: Properly initialize 'timeout' in RNG request before use
>   intel: fcs: Validate the data address pointer and size before using it
>   intel: fcs: Copy data from user space to kernel space via copy_from_user
> 
> Sin Hui Kho (1):
>   arm64: dts: Update NAND MTD partition for Agilex and Stratix 10
> 
>  arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts|   2 +-
>  arch/arm/boot/dts/socfpga_arria5_socdk.dts  |   2 +-
>  arch/arm/boot/dts/socfpga_cyclone5_socdk.dts|   2 +-
>  

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/xlnx-soc][PATCH 1/1] axxiaarm: change value of AXXIA_DEBUG_UART_VIRT

2021-12-20 Thread quanyang.wang
From: Quanyang Wang 

The macro AXXIA_DEBUG_UART_VIRT is defined to be 0xf008 which
is not in vmalloc zone (0xf080-0xff80), and it will trigger
warning as below:

BUG: mapping for 0x201008 at 0xf008 out of vmalloc space

So change the value to be 0xf088 to avoid this warning.

Signed-off-by: Quanyang Wang 
---
Hi Bruce,

Would you please help merge this patch to
linux-yocto v5.10/standard/preempt-rt/sdkv5.10/axxia
linux-yocto v5.10/standard/sdkv5.10/axxia

Thanks,
Quanyang
---
 arch/arm/mach-axxia/include/mach/hardware.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-axxia/include/mach/hardware.h 
b/arch/arm/mach-axxia/include/mach/hardware.h
index b6abe4083dea..a297f3176fb2 100644
--- a/arch/arm/mach-axxia/include/mach/hardware.h
+++ b/arch/arm/mach-axxia/include/mach/hardware.h
@@ -13,7 +13,7 @@
 #define AXXIA_UART3_PHYS   0x2010083000
 
 #ifdef CONFIG_DEBUG_LL_AXXIA_UART0
-#define AXXIA_DEBUG_UART_VIRT  0xf008
+#define AXXIA_DEBUG_UART_VIRT  0xf088
 #define AXXIA_DEBUG_UART_PHYS  AXXIA_UART0_PHYS
 #endif
 
-- 
2.25.1


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



[yocto] M+ & H bugs with Milestone Movements WW51

2021-12-20 Thread Stephen Jolley
All,

YP M+ or high bugs which moved to a new milestone in WW51 are listed below: 


Priority

Bug ID

Short Description

Changer

Owner

Was

Became


Medium+

  12368

persistent bitbake server does not re-parse if previous build was ctrl+C'd

richard.pur...@linuxfoundation.org

richard.pur...@linuxfoundation.org

3.5 M1

3.5 M2


 

  12723

mysql requires unicode and char length filtering

david.re...@windriver.com

david.re...@windriver.com

3.5 M1

3.5 M2


 

  13025

WIC image install support

kexin@windriver.com

kexin@windriver.com

3.5 M1

3.5 M3


 

  13123

package.PackageTests.test_gdb_hardlink_debug failed

randy.macl...@windriver.com

randy.macl...@windriver.com

3.5 M1

3.5 M2


 

  13278

If git protocol doesn't work, you get a tar.gz clone from PREMIRROR which has 
git protocol origin

richard.pur...@linuxfoundation.org

richard.pur...@linuxfoundation.org

3.5 M1

3.5 M2


 

  13424

devupstream doesn't work with mutilib

richard.pur...@linuxfoundation.org

richard.pur...@linuxfoundation.org

3.5 M1

3.5 M2


 

  13550

username/password specified to gitsm:// does not get propagated to submodules

randy.macl...@windriver.com

kiran.surend...@windriver.com

3.5 M1

3.5 M2


 

  13599

Enhancement: Detect variables that shouldn't be defined in image scope, but in 
global (distro) scope

richard.pur...@linuxfoundation.org

richard.pur...@linuxfoundation.org

3.5 M1

3.5 M2


 

  13888

Toaster is not starting for Django-3

david.re...@windriver.com

david.re...@windriver.com

3.5 M1

3.5 M2


 

  14125

busybox wget ssl is exposed to MitM attack due to CVE-2018-1000500

randy.macl...@windriver.com

shac...@vdoo.com

3.5 M1

3.5 M3


 

  14156

fetch/gitsm: submodules are fetched as mirrored and not working as expected

richard.pur...@linuxfoundation.org

richard.pur...@linuxfoundation.org

3.5 M1

3.5 M2


 

  14201

Bitbake server intermittent timeout

randy.macl...@windriver.com

unassig...@yoctoproject.org

3.5 M1

3.5 M2


 

  14263

AB-INT PTEST: lttng-tools ptest intermittent failure

randy.macl...@windriver.com

unassig...@yoctoproject.org

3.5 M1

3.5 M2


 

  14311

AB-INT PTEST: valgrind drd/tests ptest intermittent failure

randy.macl...@windriver.com

yf...@uwaterloo.ca

3.5 M1

3.5 M2


 

  14430

valgrind memcheck/tests/linux/stack_changes failure

randy.macl...@windriver.com

randy.macl...@windriver.com

3.5 M1

3.5 M2


 

  14443

valgrind none/tests/amd64/fb_test_amd64 ptest intermittent failure

randy.macl...@windriver.com

randy.macl...@windriver.com

3.5 M1

3.5 M2


 

  14449

AB-INT PTEST ARM: quilt patch-wrapper ptest intermittent failure

randy.macl...@windriver.com

randy.macl...@windriver.com

3.5 M1

3.5 M3


 

  14500

valgrind ptest issues with glibc 2.34

randy.macl...@windriver.com

randy.macl...@windriver.com

3.5 M1

3.5 M2


 

  14522

qemuppc doesn't shutdown within timeout (serial console issues)

randy.macl...@windriver.com

sakib.sa...@windriver.com

3.5 M1

3.5 M2


 

  14553

insane.bbclass: host-user-contaminated QA doesn't skip the home directory

randy.macl...@windriver.com

kiran.surend...@windriver.com

3.5 M1

3.5 M2


 

  14589

Intermittent yocto-check-layer-wrapper:Fetcher failure during meta-aws YP 
compatibility test

randy.macl...@windriver.com

saul.w...@windriver.com

3.5 M1

3.5 M2

Thanks, 

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com  

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55628): https://lists.yoctoproject.org/g/yocto/message/55628
Mute This Topic: https://lists.yoctoproject.org/mt/87867661/21656
Group Owner: yocto+ow...@lists.yoctoproject.org

[yocto] Enhancements/Bugs closed WW51!

2021-12-20 Thread Stephen Jolley
All,

The below were the owners of enhancements or bugs closed during the last
week!


Who

Count


randy.macl...@windriver.com

5


st...@sakoman.com

1


akuster...@gmail.com

1


Grand Total

7

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


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



[yocto] Current high bug count owners for Yocto Project 3.5

2021-12-20 Thread Stephen Jolley
All,

Below is the list as of top 44 bug owners as of the end of WW51 of who have
open medium or higher bugs and enhancements against YP 3.5.   There are 89
possible work days left until the final release candidates for YP 3.5 needs
to be released.


Who

Count


r...@burtonini.com

37


michael.opdenac...@bootlin.com

35


randy.macl...@windriver.com

22


david.re...@windriver.com

22


bruce.ashfi...@gmail.com

16


trevor.gamb...@windriver.com

15


timothy.t.orl...@intel.com

15


sakib.sa...@windriver.com

12


jpewhac...@gmail.com

12


richard.pur...@linuxfoundation.org

10


mhalst...@linuxfoundation.org

8


saul.w...@windriver.com

7


kai.k...@windriver.com

7


bluelightn...@bluelightning.org

6


chee.yang@intel.com

4


hongxu@windriver.com

4


kiran.surend...@windriver.com

3


qi.c...@windriver.com

3


jon.ma...@arm.com

3


pgowda@gmail.com

3


alexandre.bell...@bootlin.com

2


alejan...@enedino.org

2


raj.k...@gmail.com

2


ms...@mvista.com

2


yi.z...@windriver.com

1


martin.ja...@gmail.com

1


shac...@vdoo.com

1


open.sou...@oleksandr-kravchuk.com

1


yf...@uwaterloo.ca

1


limon.ani...@gmail.com

1


mingli...@windriver.com

1


pokyli...@reliableembeddedsystems.com

1


john.kaldas.e...@gmail.com

1


thomas.per...@bootlin.com

1


kexin@windriver.com

1


nicolas.deche...@linaro.org

1


jay.shen.t...@intel.com

1


matthew...@posteo.net

1


aeh...@gmail.com

1


elber...@amazon.com

1


ticot...@gmail.com

1


mostthings...@gmail.com

1


akuster...@gmail.com

1


mark.ha...@kernel.crashing.org

1


Grand Total

272

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


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



[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-12-20 Thread Stephen Jolley
All,

 

The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means people
can find them. They're being listed on the triage page under the appropriate
heading:

https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs  Also please
review:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and
how to create a bugzilla account at:

https://bugzilla.yoctoproject.org/createaccount.cgi

The idea is these bugs should be straight forward for a person to help work
on who doesn't have deep experience with the project.  If anyone can help,
please take ownership of the bug and send patches!  If anyone needs
help/advice there are people on irc who can likely do so, or some of the
more experienced contributors will likely be happy to help too.

 

Also, the triage team meets weekly and does its best to handle the bugs
reported into the Bugzilla. The number of people attending that meeting has
fallen, as have the number of people available to help fix bugs. One of the
things we hear users report is they don't know how to help. We (the triage
team) are therefore going to start reporting out the currently 396
unassigned or newcomer bugs.

 

We're hoping people may be able to spare some time now and again to help out
with these.  Bugs are split into two types, "true bugs" where things don't
work as they should and "enhancements" which are features we'd want to add
to the system.  There are also roughly four different "priority" classes
right now, "3.4", "3.5, "3.99" and "Future", the more pressing/urgent issues
being in "3.4" and then "3.5".

 

Please review this link and if a bug is something you would be able to help
with either take ownership of the bug, or send me (sjolley.yp...@gmail.com
 ) an e-mail with the bug number you would
like and I will assign it to you (please make sure you have a Bugzilla
account).  The list is at:
https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer
_Bugs

 

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


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



[yocto] Not getting login screen for xfce desktop #bitbake

2021-12-20 Thread prashantsingh
I'm building xfce4 desktop based yocto image,I'm using poky-hardknott bsp, 
Image is booting fine but I'm not getting login screen for the user I'm adding,
I've tried may things but no luck,
if some have any idea please help me resolve this.

Thanks and Reagrds.

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



Re: [yocto] Software Port

2021-12-20 Thread Ross Burton
On Sat, 18 Dec 2021 at 21:12, rashmi pisal via lists.yoctoproject.org
 wrote:
> We are planning to use an IMX8 processor and wondering if I can modify the 
> existing embedded Linux distribution created using YoctoProject to 
> accommodate the new hardware changes, or I will have to make the latest image 
> from scratch?

It depends on how much RPi-specific software is being used, but
changing MACHINE from raspberrypi3 to the relevant BSP for your IMX8
board would be a start.  It's entirely possibly that is all you need
to change.

Ross

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