* [Buildroot] [Bug 8086] New: Cannot select systemd as init with Linaro 2014.09 toolchain selected
@ 2015-05-06 12:35 bugzilla at busybox.net
2015-05-06 21:02 ` [Buildroot] [Bug 8086] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2015-05-06 12:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8086
Summary: Cannot select systemd as init with Linaro 2014.09
toolchain selected
Product: buildroot
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: l_giuliani at hotmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
On last development version 2015.05 rc1 of Buildroot,
when external toolchain Linaro 2014.09 is selected, Systemd cannot be choosed
as init system.
From ./toolchain/toolchain-external/Config.in for
BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM and BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 is selected
But in ./system/Config.in for BR2_INIT_SYSTEMD you need at least
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
From Linaro website Linaro 2014.09 is build against 3.17 linux kernel :
https://wiki.linaro.org/Cycles/1409/Release
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 8086] Cannot select systemd as init with Linaro 2014.09 toolchain selected
2015-05-06 12:35 [Buildroot] [Bug 8086] New: Cannot select systemd as init with Linaro 2014.09 toolchain selected bugzilla at busybox.net
@ 2015-05-06 21:02 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2015-05-06 21:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8086
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2015-05-06 21:02:04 UTC ---
Where do you see that the 2014.09 toolchain is built against 3.17? I don't see
that anywhere on that page (I do see they have released a 3.17-based kernel,
but that doesn't mean the toolchain is built against it.
And checking linux/version.h from the toolchain correctly shows that it was
built against 3.1.1:
cat output/staging/usr/include/linux/version.h
#define LINUX_VERSION_CODE 196865
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
printf '0x%x\n' 196865
0x30101
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-06 21:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 12:35 [Buildroot] [Bug 8086] New: Cannot select systemd as init with Linaro 2014.09 toolchain selected bugzilla at busybox.net
2015-05-06 21:02 ` [Buildroot] [Bug 8086] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox