mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
zaurus-updater: changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@332 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -53,6 +53,7 @@ trap '' 2 3
|
||||
MODEL=`cat /proc/deviceinfo/product`
|
||||
echo 'MODEL:'$MODEL
|
||||
case "$MODEL" in
|
||||
SL-7500) ;;
|
||||
SL-C700) ;;
|
||||
SL-C750) ;;
|
||||
SL-C760) ;;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
|
||||
DEPENDS = "encdec-updater-native"
|
||||
LICENSE = "zaurus-updater"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
PACKAGES = ""
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
@@ -16,11 +16,11 @@ do_compile() {
|
||||
|
||||
do_deploy() {
|
||||
install -d ${DEPLOY_DIR}/images/
|
||||
install -m 0755 updater.sh ${DEPLOY_DIR}/images/updater.sh.${MACHINE}
|
||||
install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh.${MACHINE}
|
||||
|
||||
case ${MACHINE} in
|
||||
spitz | borzoi )
|
||||
install -m 0755 gnu-tar ${DEPLOY_DIR}/images/gnu-tar
|
||||
install -m 0755 gnu-tar ${DEPLOY_DIR_IMAGE}/gnu-tar
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user