summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel
AgeCommit message (Collapse)AuthorFiles
2010-09-07linux: Fix the compulab image post deploy function by making it a postfuncRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06linux-wrs: Ensure S directory exists else task can failRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06kernel/wrs: update SRCREV for v2.6.34.6 + changesBruce Ashfield3
Updating the SRCREVs for the recent port of bug fixes for all boards and the integration of qemux86-64 config and connector changes. Now that the qemux86-64 changes are in tree, we can drop them from the linux-wrs recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-03lttng-viewer: upgrade to the latest version 0.12.35Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03lttng-ust: upgrade to the latest version 0.7Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03kern-tools: add dependency on guilt-nativeKevin Tian1
Fix [BUGID #262] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02linux-libc-headers: update hayes-gone patch to remove HAYES ioctls from mipsSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02powertop: fix segfault in dump modeDexuan Cui2
The cause is: in dump mode, setup_windows() is not invoked so the *_window variables, like cstate_window, are still NULL; later in main() -> show_cstates(), the functions, like wrefresh(), will trigger segfault. After discussing in PowerTop mailling list, I think the right solution is we should stub out the ncurses calls in dump mode. (The patch was also sent to upstream PowerTop mailling list.) This fixes [BUGID #195]: Bug 195 - [sdk] powertop segfault when running with dump option Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02powertop: upgrade from 1.11 to the latest version 1.13Dexuan Cui1
update HOMEPAGE; add RRECOMMENDS_${PN} = "pciutils" as powertop 1.13 needs lspci; add EXTRA_OEMAKE = "VERSION=\"${PV}\" to make the build succeed; fix coding style: 4 SPACEs --> 1 TAB. fix RRECOMMENDS to RDEPENDS Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-31lttng-viewer: upgrade from 0.8.84 to 0.10.0Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie469
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>