]> code.ossystems Code Review - openembedded-core.git/commit
adt-intaller feature implementation, including the bitbake recipe file for creating...
authorLiping Ke <liping.ke@intel.com>
Tue, 4 Jan 2011 07:21:40 +0000 (23:21 -0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 12 Jan 2011 08:55:49 +0000 (00:55 -0800)
commit514e59c780ac24439ae0839fab311d843841bf68
tree3130a2992cc9428db0440427dc9df74fd06662c9
parent03072100f112b9690c1a99d1c406c098a9005a84
adt-intaller feature implementation, including the bitbake recipe file for creating the intaller tar file under /tmp/deploy/sdk, and the adt-installer script files and config files, set the reference to adt repo entry empty before it's setup

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
meta/recipes-devtools/installer/adt-installer/adt_installer [new file with mode: 0755]
meta/recipes-devtools/installer/adt-installer/adt_installer.conf [new file with mode: 0644]
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf [new file with mode: 0644]
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf [new file with mode: 0644]
meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal [new file with mode: 0755]
meta/recipes-devtools/installer/adt-installer/scripts/data_define [new file with mode: 0644]
meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs [new file with mode: 0755]
meta/recipes-devtools/installer/adt-installer/scripts/util [new file with mode: 0644]
meta/recipes-devtools/installer/adt-installer_1.0.bb [new file with mode: 0644]