Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
rimage: move rimage to sof firmware repo
Browse files Browse the repository at this point in the history
This removes cyclic dependency between both repos.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
  • Loading branch information
lrgirdwo committed Feb 13, 2018
1 parent f6924b1 commit 72d797d
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 2,795 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBDIRS = rimage rmbox topology
SUBDIRS = rmbox topology
14 changes: 2 additions & 12 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
AC_PREREQ([2.69])
AC_INIT([sof-tools], [1.0.1])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([rimage/rimage.c])
AC_CONFIG_SRCDIR([rmbox/rmbox.c])
AC_CONFIG_HEADERS([config.h])
AC_CHECK_HEADER([sof/uapi/manifest.h])
AC_CHECK_HEADER([sof/uapi/abi.h])

AC_CANONICAL_HOST

Expand All @@ -13,17 +13,8 @@ AM_MAINTAINER_MODE([enable])

AC_PROG_CC

#check for openssl
AC_CHECK_LIB([crypto], [OPENSSL_config], , [AC_MSG_ERROR([Need OpenSSL libcrypto])])

PEM_KEY_PREFIX="/usr/local/share/rimage"
AC_DEFINE_UNQUOTED([PEM_KEY_PREFIX], ["$PEM_KEY_PREFIX"], ["Path for PEM keys"])
AC_SUBST(PEM_KEY_PREFIX)

AC_OUTPUT([
Makefile
rimage/Makefile
rimage/keys/Makefile
rmbox/Makefile
topology/Makefile
topology/common/Makefile
Expand All @@ -36,7 +27,6 @@ AC_OUTPUT([
echo "

prefix: ${prefix}
PEM: ${PEM_KEY_PREFIX}
Compiler: ${CC}
CFLAGS: ${CFLAGS}
"
25 changes: 0 additions & 25 deletions rimage/Makefile.am

This file was deleted.

45 changes: 0 additions & 45 deletions rimage/cse.c

This file was deleted.

42 changes: 0 additions & 42 deletions rimage/cse.h

This file was deleted.

71 changes: 0 additions & 71 deletions rimage/css.c

This file was deleted.

69 changes: 0 additions & 69 deletions rimage/css.h

This file was deleted.

Loading

0 comments on commit 72d797d

Please sign in to comment.