| Submitter | Robert P. J. Day |
|---|---|
| Date | July 4, 2012, 7:02 p.m. |
| Message ID | <alpine.DEB.2.02.1207041501240.13342@oneiric> |
| Download | mbox | patch |
| Permalink | /patch/31211/ |
| State | New |
| Headers | show |
Comments
On 07/04/2012 12:02 PM, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> > > --- > > diff --git a/meta/recipes.txt b/meta/recipes.txt > index bf7f19e..6d33743 100644 > --- a/meta/recipes.txt > +++ b/meta/recipes.txt > @@ -9,5 +9,7 @@ recipes-graphics - X and other graphically related system libraries > recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies > recipes-multimedia - Codecs and support utilties for audio, images and video > recipes-qt - All things related to the Qt application framework > +recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel > recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration > +recipes-support - Recipes used by other recipes but that are not directly included in images > > Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/recipes.txt b/meta/recipes.txt index bf7f19e..6d33743 100644 --- a/meta/recipes.txt +++ b/meta/recipes.txt @@ -9,5 +9,7 @@ recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-multimedia - Codecs and support utilties for audio, images and video recipes-qt - All things related to the Qt application framework +recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration +recipes-support - Recipes used by other recipes but that are not directly included in images
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---