diff options
author | Lihong Sun <lihongx.sun@intel.com> | 2015-03-24 22:53:24 -0400 |
---|---|---|
committer | Lihong Sun <lihongx.sun@intel.com> | 2015-03-26 03:25:21 -0400 |
commit | 7d6e243e1000bf0be2c8f07be54b7a69e6421e67 (patch) | |
tree | 0615987dab99f82f7048a5384735cbc42466e886 /debian | |
parent | 92e46d01cb388788e2cf156d5dfd3db9e658be1f (diff) | |
download | mic-7d6e243e1000bf0be2c8f07be54b7a69e6421e67.tar.gz mic-7d6e243e1000bf0be2c8f07be54b7a69e6421e67.tar.bz2 mic-7d6e243e1000bf0be2c8f07be54b7a69e6421e67.zip |
Drop mic native support
mic option --runtime=native has been broken for more than one year,
maintain this mode requires more effort for new distribution support,
so drop this mode without risk.
Fixes: #DEVT-248
Change-Id: Iaee916889fabfe62f6a507781f9ca1c3d01ee5a2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 28 | ||||
-rw-r--r-- | debian/mic-native.install | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 0 insertions, 30 deletions
diff --git a/debian/control b/debian/control index b48673c..8d921f5 100644 --- a/debian/control +++ b/debian/control @@ -24,31 +24,3 @@ Description: image creator for Linux distributions convert an image to a specified type; subcommand chroot is used to chroot into an image. -Package: mic-native -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - util-linux, - coreutils, - psmisc, - e2fsprogs (>= 1.41), - dosfstools, - isomd5sum, - genisoimage, - dmsetup, - kpartx, - parted, - squashfs-tools (>= 4.0), - yum (>= 3.2), - syslinux (>= 2:4.05), - extlinux (>= 2:4.05), - python-zypp-tizen, - python-m2crypto, - mic, -Recommends: - qemu-arm-static | qemu-user-static, - binfmt-support, - btrfs-tools, - udisks | hal -Description: Native support for mic - The native support package for mic, it includes all requirements - for mic native running. diff --git a/debian/mic-native.install b/debian/mic-native.install deleted file mode 100644 index 29caf35..0000000 --- a/debian/mic-native.install +++ /dev/null @@ -1 +0,0 @@ -usr/bin/mic-native diff --git a/debian/rules b/debian/rules index c9f50ec..41a13a9 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,6 @@ install: build install -m644 doc/mic.1 $(CURDIR)/debian/tmp/usr/share/man/man1 install -m755 etc/bash_completion.d/mic.sh $(CURDIR)/debian/tmp/etc/bash_completion.d/ install -m755 etc/zsh_completion.d/_mic $(CURDIR)/debian/tmp/etc/zsh_completion.d/_mic - install -m755 tools/mic $(CURDIR)/debian/tmp/usr/bin/mic-native python setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr binary-indep: build install |