[Angstrom-devel] [meta-ti] Pull request: beaglebone-tester add

2011-10-13 Thread Fernandes, Joel A
Hi Koen,

Could you pull the first 5 patches against meta-ti master branch from:
git://github.com/joelagnel/meta-texasinstruments.git (branch for-koen)

Joel A Fernandes (5):
  beaglebone-tester: A component-based test framework for BeagleBone
  ti-hw-bringup-image: Add iputils
  ti-hw-bringup-image: Add beaglebone-tester
  ti-hw-bringup-image: Add kernel-modules package
  linux-am335x-joel: Enable g_file_storage kernel module

 .../linux/linux-am335x-joel-3.1/defconfig  |2 +-
 recipes-kernel/linux/linux-am335x-joel_3.1.bb  |2 +-
 recipes-misc/images/ti-hw-bringup-image.bb |3 +
 recipes-ti/beagleboard/beaglebone-tester.bb|   44 
 4 files changed, 49 insertions(+), 2 deletions(-)

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


Re: [Angstrom-devel] [oe-core-setup-scripts] oebb.sh: PATH can grow on multiple call & does ignores local changes

2011-10-13 Thread Khem Raj
On Thu, Oct 13, 2011 at 2:30 PM, Andreas Müller  wrote:
>
> Signed-off-by: Andreas Müller 
> ---
>  oebb.sh |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/oebb.sh b/oebb.sh
> index f7247b8..4da3181 100755
> --- a/oebb.sh
> +++ b/oebb.sh
> @@ -97,9 +97,9 @@ else
>     
> #--
>     # Include up-to-date bitbake in our PATH.
>     
> #--
> -    export 
> PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin:${PATH}
> -
> -    echo "export PATH=\"${PATH}\"" >> ${OE_ENV_FILE}
> +    
> OE_PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin
> +    echo 'export PATH=${PATH}:'$OE_PATH >> ${OE_ENV_FILE}
> +    export PATH=$OE_PATH:${PATH}

the line above will again explode the path on mulitple calls isnt it ?

>
>     
> #--
>     # Make sure Bitbake doesn't filter out the following variables from our
> --
> 1.7.4.4
>
>
> ___
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>

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


[Angstrom-devel] [oe-core-setup-scripts] oebb.sh: PATH can grow on multiple call & does ignores local changes

2011-10-13 Thread Andreas Müller

Signed-off-by: Andreas Müller 
---
 oebb.sh |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oebb.sh b/oebb.sh
index f7247b8..4da3181 100755
--- a/oebb.sh
+++ b/oebb.sh
@@ -97,9 +97,9 @@ else
 #--
 # Include up-to-date bitbake in our PATH.
 #--
-export 
PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin:${PATH}
-
-echo "export PATH=\"${PATH}\"" >> ${OE_ENV_FILE}
+
OE_PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin
+echo 'export PATH=${PATH}:'$OE_PATH >> ${OE_ENV_FILE}
+export PATH=$OE_PATH:${PATH}
 
 #--
 # Make sure Bitbake doesn't filter out the following variables from our
-- 
1.7.4.4


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


[Angstrom-devel] Koen Kooi : layerman: add meta-ettus layer

2011-10-13 Thread Angstrom Git Repos
Module: setup-scripts
Branch: oe-core
Commit: e06b4d8d34f64a29c0e926f86cbb4d933e04ef9b

Author: Koen Kooi 
Date:   Thu Oct 13 21:06:42 2011 +0200

layerman: add meta-ettus layer

Signed-off-by: Koen Kooi 

---

 conf/bblayers.conf |1 +
 sources/layers.txt |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index f628e6f..f3e5f44 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -17,6 +17,7 @@ BBLAYERS = " \
   ${TOPDIR}/sources/meta-openembedded/meta-gnome \
   ${TOPDIR}/sources/meta-openembedded/meta-xfce \
   ${TOPDIR}/sources/meta-ti \
+  ${TOPDIR}/sources/meta-ettus \
   ${TOPDIR}/sources/meta-efikamx \
   ${TOPDIR}/sources/meta-nslu2 \
   ${TOPDIR}/sources/meta-smartphone/meta-htc \
diff --git a/sources/layers.txt b/sources/layers.txt
index 68c6ffd..f8b7d5f 100644
--- a/sources/layers.txt
+++ b/sources/layers.txt
@@ -3,6 +3,7 @@ bitbake,git://github.com/openembedded/bitbake.git,master,HEAD
 meta-angstrom,git://git.angstrom-distribution.org/meta-angstrom,master,HEAD
 meta-openembedded,git://github.com/openembedded/meta-oe.git,master,HEAD
 meta-ti,git://git.angstrom-distribution.org/meta-texasinstruments,master,HEAD
+meta-ettus,git://github.com/balister/meta-ettus.git,master,HEAD
 meta-efikamx,git://github.com/kraj/meta-efikamx.git,master,HEAD
 meta-nslu2,git://github.com/kraj/meta-nslu2.git,master,HEAD
 meta-smartphone,http://git.shr-project.org/repo/meta-smartphone.git,master,HEAD


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


[Angstrom-devel] Koen Kooi : angstrom: use custom fs-perms.txt that doesn't destroy our / var setup

2011-10-13 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: 6d518574c11bca1a56ec9b83afd18196a82fbfb0

Author: Koen Kooi 
Date:   Thu Oct 13 10:26:52 2011 +0200

angstrom: use custom fs-perms.txt that doesn't destroy our /var setup

Signed-off-by: Koen Kooi 

---

 conf/distro/include/angstrom-core-tweaks.inc |3 +
 files/fs-perms-angstrom.txt  |   59 ++
 2 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom-core-tweaks.inc 
b/conf/distro/include/angstrom-core-tweaks.inc
index cd1cb80..609d8c5 100644
--- a/conf/distro/include/angstrom-core-tweaks.inc
+++ b/conf/distro/include/angstrom-core-tweaks.inc
@@ -40,6 +40,9 @@ TOOLCHAIN_PATH ?= 
"${STAGING_DIR_NATIVE}${prefix_native}/bin/${TUNE_PKGARCH}${HO
 TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"
 
 # Image.bbclass stuff:
+
+# Override default fs-perms.txt that messes with our /var setup:
+FILESYSTEM_PERMS_TABLES = "fs-perms-angstrom.txt"
  
 #
 # udev, devfsd, busybox-mdev (from busybox) or none
diff --git a/files/fs-perms-angstrom.txt b/files/fs-perms-angstrom.txt
new file mode 100644
index 000..be95502
--- /dev/null
+++ b/files/fs-perms-angstrom.txt
@@ -0,0 +1,59 @@
+# This file contains a list of files and directories with known permissions.
+# It is used by the packaging class to ensure that the permissions, owners and
+# group of listed files and directories are in sync across the system.
+#
+# The format of this file 
+#
+# 
+#
+# or
+#
+# link 
+#
+# : directory path
+# : mode for directory
+# :  uid for directory
+# :  gid for directory
+# : recursively walk the directory?  true or false
+# : if walking, new mode for files
+# :  if walking, new uid for files
+# :  if walking, new gid for files
+# : turn the directory into a symlink point to target
+#
+# in mode, uid or gid, a "-" means don't change any existing values
+#
+# /usr/src 0755rootrootfalse   -   -   -
+# /usr/share/man   0755rootroottrue0644rootroot
+
+# Note: all standard config directories are automatically assigned "0755 root 
root false - - -"
+
+# Documentation should always be corrected
+${mandir}  0755rootroottrue0644rootroot
+${infodir} 0755rootroottrue0644rootroot
+${docdir}  0755rootroottrue0644rootroot
+${datadir}/gtk-doc 0755rootroottrue0644rootroot
+
+# Fixup locales
+${datadir}/locale  0755rootroottrue0644rootroot
+
+# Cleanup headers
+${includedir}  0755rootroottrue0644rootroot
+${oldincludedir}   0755rootroottrue0644rootroot
+
+# Cleanup debug src
+/usr/src/debug 0755rootroottrue0644rootroot
+
+# Special permissions from base-files
+# Set 1777
+/tmp   01777   rootrootfalse - - -
+
+# Set 2775
+/home  02755   rootrootfalse - - -
+${prefix}/src  02755   rootrootfalse - - -
+${localstatedir}/local 02755   rootrootfalse - - -
+
+# Set 3755
+/srv   0755rootrootfalse - - -
+
+# Set 4775
+/var/mail  02755   rootrootfalse - - -


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


[Angstrom-devel] Koen Kooi : base-files: bump PR to flush out stale packages generated by fs-perms.txt experiments

2011-10-13 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: 82448b239dbd0a314ef03359ec821a6f696ca18f

Author: Koen Kooi 
Date:   Thu Oct 13 15:35:12 2011 +0200

base-files: bump PR to flush out stale packages generated by fs-perms.txt 
experiments

Signed-off-by: Koen Kooi 

---

 recipes-core/base-files/base-files_3.0.14.bbappend |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend 
b/recipes-core/base-files/base-files_3.0.14.bbappend
index 1091922..bdeae72 100644
--- a/recipes-core/base-files/base-files_3.0.14.bbappend
+++ b/recipes-core/base-files/base-files_3.0.14.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
  
-PRINC = "9"
+PRINC = "11"
 
 # Original: volatiles = "cache run log lock tmp"
 # We don't any of those in volatiles, so:


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