The following changes since commit 4f36a7f698de5056cb38641a7bf12921dba7d962:
libx11: enable xcb support (2011-07-08 23:01:54 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/master Chris Larson (2): Rework how the devshell functions oe.terminal: improve how we spawn screen Otavio Salvador (3): fix SDK building due TARGET_ARCH use in installation path libarchive: remove undistributable copyright content from source cmake: update to 2.8.5 release meta/classes/devshell.bbclass | 26 ++--- meta/classes/populate_sdk.bbclass | 2 +- meta/classes/terminal.bbclass | 30 ++++++ meta/conf/bitbake.conf | 2 +- meta/lib/oe/classutils.py | 2 + meta/lib/oe/terminal.py | 107 ++++++++++++++++++++ meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | 11 +-- meta/recipes-devtools/cmake/cmake_2.8.5.bb | 11 +-- ...rchive_2.8.4.bb => libarchive_2.8.4.yocto.1.bb} | 8 +- 9 files changed, 161 insertions(+), 38 deletions(-) create mode 100644 meta/classes/terminal.bbclass create mode 100644 meta/lib/oe/terminal.py rename meta/recipes-extended/libarchive/{libarchive_2.8.4.bb => libarchive_2.8.4.yocto.1.bb} (68%) -- 1.7.2.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
