Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
comment "simicsfs needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_SIMICSFS
bool "simicsfs"
depends on BR2_LINUX_KERNEL
help
A kernel driver that provides access to a host computer's local
filesystem when the target is executing within a SIMICS simulation.
http://www.cs.sfu.ca/~fedorova/Tech/simics-guides-3.0.26/simics-user-guide-unix/topic33.html

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 d0cf7caf888dc1e7dc9496c4b59af98eb2b69d6113d6920757465902e1f21f38 simicsfs-1.18.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# simicsfs
#
################################################################################
SIMICSFS_VERSION = 1.18
SIMICSFS_SITE = http://download.simics.net/pub
SIMICSFS_LICENSE = GPLv2+
SIMICSFS_LICENSE_FILES = hostfs.h
$(eval $(kernel-module))
$(eval $(generic-package))