change Projectsystem, now generic is the default Project, you can now set your Project only in ~/.openelec, add entertainer as second Mediacenter (only for test at this time).

This commit is contained in:
Stephan Raue
2009-04-02 17:44:03 +02:00
parent d2a92fe9e0
commit 2eebcb03e1
54 changed files with 340 additions and 8937 deletions

View File

@@ -15,10 +15,9 @@ make -C $LINUX ARCH=$TARGET_ARCH INSTALL_HDR_PATH=dest headers_install
test -f "config/projects/$PROJECT/options" &&
#KERNEL_CFG_FILE=$PKG_DIR/config/$1.$TARGET_ARCH.conf
[ -f $PROJECT_DIR/$PROJECT/$1/$1.$TARGET_ARCH.conf ] && \
KERNEL_CFG_FILE=$PROJECT_DIR/$PROJECT/$1/$1.$TARGET_ARCH.conf || \
KERNEL_CFG_FILE=$PROJECT_DIR/generic/$1/$1.$TARGET_ARCH.conf
[ -f $PROJECT_DIR/$1/$1.$TARGET_ARCH.conf ] && \
KERNEL_CFG_FILE=$PROJECT_DIR/$1/$1.$TARGET_ARCH.conf || \
KERNEL_CFG_FILE=$PKG_DIR/config/$1.$TARGET_ARCH.conf
sed -i -e "s|^HOSTCC[[:space:]]*=.*$|HOSTCC = $HOST_CC|" \
-e "s|^HOSTCXX[[:space:]]*=.*$|HOSTCXX = $HOST_CXX|" \