[Angstrom-devel] OE Changelog since 2014-09-14 until 2014-09-21

2014-09-22 Thread cliff . brake
Changelog since 2014-09-14 until 2014-09-21.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-atmel: https://github.com/linux4sam/meta-atmel.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: 
git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded


Changelog for bitbake:

Richard Purdie (1):
  data_smart: Clarify what 'computed' means in the data store history context


Changelog for openembedded-core:

Chen Qi (3):
  portmap: fix INITSCRIPT_PARAMS
  portmap: add systemd service file
  systemd: fix to use ${libdir} for libraries

Chong Lu (1):
  i2c-tools: create i2c-tools-misc package for perl scripts

Cristian Iorga (1):
  build-appliance-image: remove hardwired path

Hongxu Jia (4):
  lttng-tools: add PACKAGECONFIG to support --enable-python-bindings and lttng
  sstatesig: Improve the support for locked down sstate cache usage
  sstate: set SIGGEN_LOCKEDSIGS_CHECK_LEVEL default to error
  sstatesig: fix overrides behaviour to remove SIGGEN_LOCKEDSIGS_i586

Jackie Huang (1):
  libgcrypt: Fix ARM assembly when building __PIC__

Joe Slater (1):
  at-spi2-core: fix DBIND_CHECK_ALIGNOF m4 macro

Marie Kowalczyk (1):
  gstreamer1.0-plugins-bad.inc: Add rtmp support in gstreamer.

Peter Kjellerstedt (1):
  shadow: Make useradd work correctly with --root again

Randy Witt (1):
  sstatesig.py: Replace '_'s with '-'s in SSTATE_LOCKEDSIGS* names.

Richard Purdie (5):
  sstate: Fix incorrect return value handling
  license: Improve disk usage
  gcc-configure/gcc-common: Move preconfigure definition to common include
  sstatesig/sstate: Add support for locked down sstate cache usage
  sstatesig: Improve to handle locking of multiple machines

Robert Yang (2):
  sstate.bbclass: fix sstate_hardcode_path()
  grub-efi: Replace _BSD_SOURCE macro with _DEFAULT_SOURCE

Ross Burton (1):
  rsync: remove trailing whitespace

Roy Li (1):
  rsync: Add PACKAGECONFIG for acl/attr

Wenzong Fan (1):
  dropbear: add pam modules dependencies


Changelog for meta-openembedded:


Changelog for meta-angstrom:

Khem Raj (2):
  angstrom: Adjust to eglibc -> glibc change in OE-Core
  angstrom-x11-base-depends: Fix bitbake parse errors


Changelog for meta-arago:

Denys Dmytriyenko (2):
  u-boot-ti-staging: recover lost UBOOT_LOCALVERSION
  ltp-ddt: automatically add ddt kernel modules into RDEPENDS


Changelog for meta-atmel:

Josh Wu (44):
  at91bootstrap: add v3.7 version
  u-boot-at91: add v2014.07 to support sama5d4ek
  sama5d4.conf: update the ubi infomation for rev.D nand flash
  qt4 apps: fix the md5sum/sha256sum of smart refrigerator in .bb file
  atmel-qt-demo-init: change the code to load qt demo

Re: [Angstrom-devel] Regading beaglebone kernel build

2014-09-22 Thread Khem Raj
On Mon, Sep 22, 2014 at 5:26 AM, Ratheendran R  wrote:
>
> Can any one guide me on this build gap. am I missing something??.

if you dont see it in TMPDIR that could be because by default rm_work
is enabled.
which means it will delete the sources after successful build. You could do

bitbake -ccompile virtual/kernel

and it will populate the build tree for kernel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Regading beaglebone kernel build

2014-09-22 Thread Ratheendran R
Hi All,

I am trying to Rebuild linux stack for beaglebone board with angstrom
distribution.

Site referred is
http://www.elinux.org/Beagleboard:BeagleBoneBlack_Rebuilding_Software_Image
Step:1 &2 completed as per the above link in my host environment.

I am familiar with the Yocto/Openembedded build, with angstrom I am not
able to locate the kernel source in the build directory.

Can any one guide me on this build gap. am I missing something??.

Please advice.

Thanks & Regards,
Ratheendran
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel