Browse Source

* adapted reference target and the livecd output format to the last changes

on sde-debug and opensde-src - close #341


git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21092 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
2d2c68700c
2 changed files with 8 additions and 7 deletions
  1. +7
    -6
      target/reference/build.sh
  2. +1
    -1
      target/share/livecd/pkgsel

+ 7
- 6
target/reference/build.sh

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/reference/build.sh
# Filename: target/reference/build.sh
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
build_result="$build_toolchain/result"
@ -41,9 +42,9 @@ echo_header "Finishing build."
mkdir -p "$build_result/scripts"
echo_status "Copying error logs and t2-debug data."
mkdir -p $build_result/{errors,t2-debug,dep-debug}
cp $build_root/var/adm/t2-debug/* $build_result/t2-debug/
echo_status "Copying error logs and sde-debug data."
mkdir -p $build_result/{errors,sde-debug,dep-debug}
cp $build_root/var/adm/sde-debug/* $build_result/sde-debug/
cp $build_root/var/adm/dep-debug/* $build_result/dep-debug/
cp $build_root/var/adm/logs/*.err $build_result/errors/

+ 1
- 1
target/share/livecd/pkgsel

@ -9,7 +9,7 @@ O !base/*
= sh/*
= arm/*
O t2-src
O opensde-src
O busybox
O workbone
O ifhp

Loading…
Cancel
Save