Skip to content
  1. Nov 29, 2013
    • Joe MacDonald's avatar
      ntpd: update config file comments · b2c0f57f
      Joe MacDonald authored
      
      
      The default ntp.conf file does the right thing but one of the comments is
      a bit misleading based on the active parts of the file changing a few
      times.  Update the comment to accurately describe what is happening in the
      configuration file and what a user should do next.
      
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      b2c0f57f
    • Roy Li's avatar
      ntp: comment out the invalid server · 03e758cd
      Roy Li authored
      
      
      When ntpd starts, it will create a daemon to connect this invalid server,
      and fail, then ntpd will create other daemon to connect the local-only
      (127.127.1.0) server.
      
      The users should be aware that they need to configure the correct ntp
      servers, a invalid server will lead to a redundant daemon, so it is better
      to comment this example server to wait user to configure
      
      Signed-off-by: default avatarRoy Li <rongqing.li@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      03e758cd
  2. Nov 28, 2013
  3. Nov 27, 2013
  4. Nov 26, 2013
  5. Nov 25, 2013
  6. Nov 24, 2013
  7. Nov 22, 2013
  8. Nov 21, 2013
    • Martin Jansa's avatar
      meta-oe, meta-efl: Restore few MIRROR variables · 8f69ed50
      Martin Jansa authored
      
      
      * these were correctly removed from oe-core in
        commit 3b333896c71689c664475d53daed52404bf6b21b
        Author: Phil Blundell <pb@pbcl.net>
        Date:   Thu Nov 14 18:15:46 2013 +0000
      
          bitbake.conf: Remove obsolete/unused MIRROR cruft
        but we still need them here, so add them to layer.conf
      
      * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe)
        meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master"
        meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
        meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
        meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"
      
      * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with
        upstream moveing to git, not all components are already in git
        and for distros with populated PREMIRROR these variables are still
        important to parse the recipes.
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      8f69ed50
  9. Nov 20, 2013
  10. Nov 18, 2013