HackerTrans
TopNewTrendsCommentsPastAskShowJobs

c0deR3D

no profile record

Submissions

Ask HN: Why is Yocto so slow but so popular?

2 points·by c0deR3D·geçen yıl·5 comments

Ask HN: Who is using PowerPC in modern computing?

6 points·by c0deR3D·2 yıl önce·4 comments

comments

c0deR3D
·9 ay önce·discuss
Had been using this quite some time ago, it is sad that it has only 1-CPU support, preventing some SMP bugs from emerging.

Wonder if it's hard to make it SMP, if too many places use something like #ifdef CONFIG_ARCH_IS_UM to tell whether it is single CPU, it might be hard.
c0deR3D
·geçen yıl·discuss
Same here.
c0deR3D
·geçen yıl·discuss
When would Apple silicons made natively support for OSes such as Linux? Apple seemlingly reluctant to release detailed technical reference manual for M-series SoCs, which makes running Linux natively on Apple silicon challenging.
c0deR3D
·geçen yıl·discuss
Reminds me of User Mode Linux, which AFAIK, runs only on Linux, maybe *nix.
c0deR3D
·geçen yıl·discuss
Nope, mine runs on a native Linux box featuring Intel i7-1370P and 32GB RAM. Maybe Xilinx has some tuning which makes Yocto become slow at parsing the recipe dependency and the likes.

I've tried asking the Xilinx community, and got only a reply saying that there is a database in Yocto which limits the scalability.
c0deR3D
·geçen yıl·discuss
Your scenario makes me suspecting that it is Xilinx flavored Yocto causing the problem. I think that removing some unused Xilinx-specific layers/recipes can reduce the prologue and epilogue execution time.
c0deR3D
·2 yıl önce·discuss
Got me wondering, how does it works?