Re: [Fuego] yocto-linux is upload to github
"Wang, Mingyu" <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <a27632efe8cd4b7cac8102a8596da604@G08CNEXMBPEKD05.g08.fujitsu.local> |
Hi Tm, I have submitted a patch, and then it's not need to verify the account. >tbird@timdesk:~/work/ubinux/build-ubinux-armv7$ bitbake ubinux-all >ERROR: Unable to start bitbake server (None) >ERROR: Server log for this session (/home/tbird/work/ubinux/build-ubinux-armv7/bitbake-cookerdaemon.log): >--- Starting bitbake server pid 2195 at 2020-04-21 21:17:02.660460 --- >ERROR: Layer cgl-common is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior) To solve this problem, you need to modify the file meta-cgl/meta-cgl-common/conf/layer.conf and add zeus to LAYERSERIES_COMPAT_cgl-common Just like this : LAYERSERIES_COMPAT_cgl-common = "warrior zeus" Since the upstream has not been updated yet, this modification can only be done manually. -----Original Message----- From: Bird, Tim <[email protected]> Sent: Wednesday, April 22, 2020 11:23 AM To: Wang, Mingyu/王 鸣瑜 <[email protected]>; [email protected] Subject: RE: yocto-linux is upload to github OK, I finally got to this. Here are a few questions: - why does 'python meta-ubinux/scripts/checkoutmetas.py' ask for a user name and password? - is it creating an account, or verifying some account? - what is the account used for? The checkoutmetas.py command seemed to work OK. I did the 'source' of the ubinux_setup.sh, but when I did the first bitbake, I got an error. (My distro is Ubuntu 16.04 - I'm not sure if that is relevant or not. The error seems to be a layer compatibility issue in yocto.) tbird@timdesk:~/work/ubinux/build-ubinux-armv7$ bitbake ubinux-all ERROR: Unable to start bitbake server (None) ERROR: Server log for this session (/home/tbird/work/ubinux/build-ubinux-armv7/bitbake-cookerdaemon.log): --- Starting bitbake server pid 2195 at 2020-04-21 21:17:02.660460 --- ERROR: Layer cgl-common is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior) Any tips? -- Tim > -----Original Message----- > From: Wang, Mingyu <[email protected]> > > Ping > > -----Original Message----- > From: Bird, Tim <[email protected]> > Sent: Wednesday, April 15, 2020 12:46 AM > To: Wang, Mingyu/王 鸣瑜 <[email protected]>; > [email protected] > Subject: RE: yocto-linux is upload to github > > Sorry to not respond sooner. > > I have been quite busy with some other internal Sony issues recently. > I'll try to see if I can get to this this week or next. My plan is to try to use it on a spare beaglebone black that I have in my lab. Please ping me again if you don't hear anything by next week. > -- Tim > > > > -----Original Message----- > > From: Fuego <[email protected]> On Behalf Of > > Wang, Mingyu > > > > It's been a while since we made ubinux open source. > > If there are any problems in use, please don't worry to ask me. > > > > by > > Wangmy > > > > -----Original Message----- > > From: Fuego [mailto:[email protected]] On > > Behalf Of Wang, Mingyu > > Sent: Monday, March 23, 2020 10:36 AM > > To: [email protected] > > Subject: Re: [Fuego] yocto-linux is upload to github > > > > Hi Tim, > > > > x86_64 can be installed and used conveniently. > > It doesn't need a specific board and can be used by PC or virtual machine. > > > > For arm, we're now using lsdk1046. > > > > We do not provide kernel, so you need to compile kernel according to arch. > > > > by > > Wangmy > > > > -----Original Message----- > > From: Bird, Tim [mailto:[email protected]] > > Sent: Thursday, March 19, 2020 1:25 AM > > To: Wang, Mingyu/王 鸣瑜 <[email protected]>; > > [email protected] > > Subject: RE: yocto-linux is upload to github > > > > > > > > > -----Original Message----- > > > From: Fuego <[email protected]> On Behalf Of > > > Wang, Mingyu > > > > > > Hi Tim, > > > > > > yocto-linux is upload to github. > > > > > > Here is the URL of yocto-linux > > > > > > https://github.com/ubinux/yocto-ubinux > > > > > > If you have any questions during use, please let us know. > > > > I see the architectures supported are: > > armv7, x86_64 and x86. > > > > Do you have a recommended dev board for testing this? > > (Maybe a beaglebone or a minnow board?) Is there a specific > > reference board you use (that is generally available)? > > > > Thanks, > > -- Tim > > > > > > > > > > > > _______________________________________________ > > Fuego mailing list > > [email protected] > > https://lists.linuxfoundation.org/mailman/listinfo/fuego > > > > > > _______________________________________________ > > Fuego mailing list > > [email protected] > > https://lists.linuxfoundation.org/mailman/listinfo/fuego > > >