aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-bug_2.6.27.2.bb
AgeCommit message (Collapse)Author
2011-02-17linux-bug: fix undefined reference to `__gnu_mcount_nc' issue and bump PRDenis 'GNUtoo' Carikli
Without that fix we have: LD .tmp_vmlinux1 init/built-in.o: In function `run_init_process': calibrate.c:(.text+0x10): undefined reference to `__gnu_mcount_nc' init/built-in.o: In function `init_post': calibrate.c:(.text+0x3c): undefined reference to `__gnu_mcount_nc' init/built-in.o: In function `do_one_initcall': calibrate.c:(.text+0x148): undefined reference to `__gnu_mcount_nc' init/built-in.o: In function `name_to_dev_t': calibrate.c:(.text+0x2cc): undefined reference to `__gnu_mcount_nc' init/built-in.o: In function `set_reset_devices': calibrate.c:(.init.text+0x10): undefined reference to `__gnu_mcount_nc' init/built-in.o:calibrate.c:(.init.text+0x38): more undefined references to `__gnu_mcount_nc' follow make: *** [.tmp_vmlinux1] Error 1 FATAL: oe_runmake failed Thanks khem in #oe on Freenode on irc for help: Feb 14 19:21:26 <khem> GNUtoo|laptop: are you using profiling [...] Feb 14 19:57:13 <khem> GNUtoo|laptop: ok so here it your problem you are passing -pg Feb 14 19:57:16 <khem> to compiler [...] Feb 14 19:58:11 <khem> GNUtoo|laptop: thats only useful if you will provide mcount and other profiling hook implementation Feb 14 19:58:16 <khem> compiler sort of expects it The solution I chose was to disable the CONFIG_FTRACE that added -pg (profiling compiler option) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-12-06linux-bug_2.6.27.2: Change SRC_URI to new location.Stefan Schmidt
The BugLabs SVN got migrated to a new place. The old on is still in read only mode, but will go off soon.
2010-10-17linux-bug: fix installationDenis 'GNUtoo' Carikli
without the fix it does that: | cp: target `.../work/bug-angstrom-linux-gnueabi/linux-bug-2.6.27.2+svnr10746-r32/image/kernel//include/asm/' is not a directory NOTE: package linux-bug-2.6.27.2+svnr10746-r32: task do_install: Failed Thanks to eFfeM on #oe for help: <eFfeM> you copy to $kerneldir/include/asm but that is not guaranteed to exist, ust add an install -d (install -d is better than mkdir as it will also create inbetween dirs if needed) [...] <eFfeM> just add the install Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-05-31linux-bug_2.6.27.2.bb: Fix install.Stefan Schmidt
We have been in trying to copy the files from the wrong base dir resulting in a file not found. Starting from ${S} is the right path.
2010-04-16recipes/linux: convert users of do_stage_append to new style stagingkoen.kooi@gmail.com
Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-01-15linux-bug: bumped SRCREVMarcin Juszkiewicz
2009-12-02linux-bug: bumped SRCREV for new fixes, autoload SDIO wifiMarcin Juszkiewicz
2009-11-02linux-bug: bump SRCREV, enable more modulesMarcin Juszkiewicz
2009-10-21linux-bug: added extra staging, bumped SRCREVMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-10-07linux-bug: updated to newer svn revision, tweaked kernel configurationMarcin Juszkiewicz
2009-05-05linux-bug: switch to proper SVN branchMarcin Juszkiewicz
2009-04-23linux-bug: added 2.6.27.2 from BUG Labs svnMarcin Juszkiewicz
By default r8918 is used - can be overriden in local.conf by: SRCREV_pn-linux-bug = "${AUTOREV}" In BUG Linux we used AUTOREV by default.