Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
* So 1Mb of stuff which is not even being used (has different names) is
not pulled into images.
|
|
|
|
|
|
|
|
|
|
* Fixes #1413.
|
|
|
|
|
|
|
|
- Remove gcc4.patch which causes a crash immediately after:
- refclock_receive: at 2 127.127.1.0
- because the clktypes array in clocktypes.c is incorrectly initialised,
- see the compiler warning messages (from gcc 3.3.4).
|
|
- according to http://bugs.debian.org/249216 problem exist in kernels
older then 2.4.26 - quote:
"It's a kernel bug. Returns an AF_INET6 socket, but IPV6_V6ONLY fails.
There may be a way to work-around it in ntpdate, but the correct answer
is to upgrade the kernel."
Behaviour without that changeset:
# ntpdate time.apple.com
ntpdate[25796]: setsockopt() IPV6_V6ONLY failed: Protocol not available
removing ipv6 kernel module helps but it is not a resolution
|
|
|
|
DEFAULT_PREFERENCE
|
|
|
|
|
|
BKrev: 427c738ekRMWvLEHGtfDv0RDpjkJ1Q
|
|
This commit includes fixes for the setting of the tick value
in the NSLU2 kernel (by using NTP tickadj) and a startup
script for ntpd.
BKrev: 427bbd2bzSbx3hAqqMqrxRL2wppwPg
|
|
To be updated to improve the packaging and add a startup script
(not present here.) To use at present it is necessary to
create /etc/ntp.conf and run ntpd by hand.
BKrev: 427bb089y7NNtB5YyX2-YDXRpxuO2g
|