Home
last modified time | relevance | path

Searched refs:ROOTFS_TARBALL (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Drunqemu-extract-sdk31 ROOTFS_TARBALL=$1
34 if [ ! -e "$ROOTFS_TARBALL" ]; then
35 echo "Error: sdk tarball '$ROOTFS_TARBALL' does not exist"
46 if [[ "$ROOTFS_TARBALL" =~ tar\.xz$ ]]; then
49 if [[ "$ROOTFS_TARBALL" =~ tar\.bz2$ ]]; then
52 if [[ "$ROOTFS_TARBALL" =~ tar\.gz$ ]]; then
55 if [[ "$ROOTFS_TARBALL" =~ \.tar$ ]]; then
72 debug_image="`echo $ROOTFS_TARBALL | grep '\-dbg\.rootfs\.tar'`"
87 echo "$PSEUDO $PSEUDO_OPTS tar -C \"$SDK_ROOTFS_DIR\" $TAR_OPTS \"$ROOTFS_TARBALL\""
88 $PSEUDO $PSEUDO_OPTS tar -C "$SDK_ROOTFS_DIR" $TAR_OPTS "$ROOTFS_TARBALL"
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-extract-sdk31 ROOTFS_TARBALL=$1
34 if [ ! -e "$ROOTFS_TARBALL" ]; then
35 echo "Error: sdk tarball '$ROOTFS_TARBALL' does not exist"
46 if [[ "$ROOTFS_TARBALL" =~ tar\.xz$ ]]; then
49 if [[ "$ROOTFS_TARBALL" =~ tar\.bz2$ ]]; then
52 if [[ "$ROOTFS_TARBALL" =~ tar\.gz$ ]]; then
55 if [[ "$ROOTFS_TARBALL" =~ \.tar$ ]]; then
72 debug_image="`echo $ROOTFS_TARBALL | grep '\-dbg\.rootfs\.tar'`"
87 echo "$PSEUDO $PSEUDO_OPTS tar -C \"$SDK_ROOTFS_DIR\" $TAR_OPTS \"$ROOTFS_TARBALL\""
88 $PSEUDO $PSEUDO_OPTS tar -C "$SDK_ROOTFS_DIR" $TAR_OPTS "$ROOTFS_TARBALL"