Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
  2. Mar 22, 2017
  3. Mar 20, 2017
  4. Feb 26, 2017
  5. Feb 23, 2017
  6. Feb 20, 2017
    • Alexandru Gagniuc's avatar
      uboot-omap: Update to u-boot v2017.01 · a4def18f
      Alexandru Gagniuc authored
      
      Specifying USE_PRIVATE_LIBGCC is no longer needed, as it is the
      default.
      
      Patch 001 is removed, since it was already merged upstream. Patches
      100 and 101 are removed because they do not appear to be needed
      anymore, and they do not conform with the sign-off and commit message
      procedures.
      
      Signed-off-by: default avatarAlexandru Gagniuc <alex.g@adaptrum.com>
      a4def18f
    • Alexandru Gagniuc's avatar
      uboot-omap: Do not hide bootloader packages · b132d4fb
      Alexandru Gagniuc authored
      
      Because they were hidden, there was no way to disable the uboot
      targets in menuconfig, so they had to be built every time. The omap
      target is the only one to hide uboot packages. To be consistent with
      the other targets, and have more control over the build, un-hide the
      u-boot packages.
      
      Note that the default behavior remains unchanged, as uboot will be
      built unless explicitly disabled.
      
      Signed-off-by: default avatarAlexandru Gagniuc <alex.g@adaptrum.com>
      b132d4fb
  7. Feb 14, 2017
  8. Feb 11, 2017
  9. Feb 09, 2017
  10. Jan 27, 2017
    • Jo-Philipp Wich's avatar
      ixp4xx: put apex images into image staging directory · 475da81e
      Jo-Philipp Wich authored
      
      Do not put the apex images into the kernel build directory as this directory
      might get removed after kernel updates while the apex packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      475da81e
    • Jo-Philipp Wich's avatar
      mxs: put u-boot images into image staging directory · e0579aec
      Jo-Philipp Wich authored
      
      Do not put the u-boot images into the kernel build directory as this directory
      might get removed after kernel updates while the u-boot packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      e0579aec
    • Jo-Philipp Wich's avatar
      oxnas: put u-boot images into image staging directory · 7f9d537f
      Jo-Philipp Wich authored
      
      Do not put the u-boot images into the kernel build directory as this directory
      might get removed after kernel updates while the u-boot packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      7f9d537f
    • Jo-Philipp Wich's avatar
      sunxi: put u-boot images into image staging directory · cf3d1b61
      Jo-Philipp Wich authored
      
      Do not put the u-boot images into the kernel build directory as this directory
      might get removed after kernel updates while the u-boot packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      cf3d1b61
    • Jo-Philipp Wich's avatar
      layerscape: put u-boot and ucode images into image staging directory · c6502ce3
      Jo-Philipp Wich authored
      
      Do not put the u-boot and ucode images into the kernel build directory as this
      directory might get removed after kernel updates while the u-boot packages
      InstallDev recipe is not getting re-executed because it is still considered
      current, leading to image build failures later on due to missing images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      c6502ce3
    • Jo-Philipp Wich's avatar
      mvebu: put u-boot images into image staging directory · 237bd361
      Jo-Philipp Wich authored
      
      Do not put the u-boot images into the kernel build directory as this directory
      might get removed after kernel updates while the u-boot packages InstallDev
      recipe is not getting re-executed because it is still considered current,
      leading to image build failures later on due to missing u-boot images.
      
      To ensure that built bootloader images persist over kernel version updates in
      the buildroot, put them into the new STAGING_DIR_IMAGE directory.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      237bd361
  11. Jan 25, 2017
  12. Jan 24, 2017
Loading