On (30/06/11 00:44), Cui, Dexuan wrote: > Koen Kooi wrote: > > Op 29 jun 2011, om 18:14 heeft Cui, Dexuan het volgende geschreven: > > > >> Khem Raj wrote: > >>> On 06/28/2011 04:07 AM, Paul Eggleton wrote: > >>>> On Tuesday 28 June 2011 07:45:09 Koen Kooi wrote: > >> BTW: meta and mete-yocto belong to the same git repo actually, so do > >> you think showing them in one line like this > >> > >> meta,meta-yocto = "master:2c2d9d7c0e942b6748bc8bd7d5980113bae9a836" > >> > >> is better than showing 2 lines like this: > >> > >> meta = "master:2c2d9d7c0e942b6748bc8bd7d5980113bae9a836" > >> meta-yocto = "master:2c2d9d7c0e942b6748bc8bd7d5980113bae9a836" > > > > That breaks with repos like meta-intel and meta-oe. Maybe something > Could you please explain a bit more? > > > like this: > > > > METADATA_BRANCH = "master" > > METADATA_REVISION = > > "16f84804cfbe472833ff00bfd2694947eabf8e20" meta-angstrom > > = "master:fd68a073e9669fdee0a9dc0483b3d39d3e3e0b46" meta-oe > > = "master:8a12ecca32766ecdceb72cae76e93f8aadcf3669" meta-efl > > same > > meta-gpe same > > meta-gnome same > > meta-texasinstruments = > > "master:2e16e2fbd93bc00bc0a0afaf86975da7778eaa43" meta-efikamx > > = "master:70cff8742d629fd32463e3ef1bddb83f04d08dc5" meta-nslu2 > > = "master:aaf918b85d7a8155d6e7c0ff042808346998fbea" meta-htc > > = "master:f37d05ca7450f85642cea0e43a75df10663bd8f6" meta-nokia > > same > > meta-openmoko same > > meta-palm same > > meta-zaurus same > > meta-sugarbay = > > "master:50661bf038a34702f3aa139c3ea0d67fbb0ce5db" meta-crownbay > > same > > meta-emenlow same > > meta-fishriver same > > meta-jasperforest same > > meta-n450 same > > meta-ettus = > > "master:c34c30fa29f7ab484cc90efb9713325da8e01460" meta-openpandora > > = "master:edaf6e751f873ed7a82c1116d3d58b9a070052dc" meta-archos > > = "master:4b689944d968b0ef4d0e9928e76c54f8a76a919a" > I think the below is a better format(but the line may be too long?)?
You could list the layers line by line and then = "rev" after the last layer from same repo > meta,meta-yocto = > "master:16f84804cfbe472833ff00bfd2694947eabf8e20" > meta-angstrom = > "master:fd68a073e9669fdee0a9dc0483b3d39d3e3e0b46" > meta-oe,meta-efl,meta-gpe,meta-gnome = > "master:8a12ecca32766ecdceb72cae76e93f8aadcf3669" > meta-texasinstruments = > "master:2e16e2fbd93bc00bc0a0afaf86975da7778eaa43" > meta-efikamx = > "master:70cff8742d629fd32463e3ef1bddb83f04d08dc5" > meta-nslu2 = > "master:aaf918b85d7a8155d6e7c0ff042808346998fbea" > meta-htc,meta-nokia,meta-openmoko,meta-palm,meta,zaurus = > "master:f37d05ca7450f85642cea0e43a75df10663bd8f6" > meta-sugarbay,meta-crownbay,meta-emenlow,meta-fishriver,meta-jasperforest,meta-n450, > = "master:50661bf038a34702f3aa139c3ea0d67fbb0ce5db" > meta-ettus = > "master:c34c30fa29f7ab484cc90efb9713325da8e01460" > meta-openpandora = > "master:edaf6e751f873ed7a82c1116d3d58b9a070052dc" > meta-archos = > "master:4b689944d968b0ef4d0e9928e76c54f8a76a919a" > > Thanks, > -- Dexuan > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- -Khem _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
