depot: recipes for ahci, fs_rom, ram_fs, usb_block

This commit is contained in:
Norman Feske 2017-06-14 15:40:51 +02:00 committed by Christian Helmuth
parent 50a1b84308
commit 18cea099f0
12 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,11 @@
SRC_DIR = src/drivers/ahci
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
MIRROR_FROM_REP_DIR := lib/mk/spec/x86/ahci_platform.mk \
lib/mk/spec/exynos5/ahci_platform.mk
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -0,0 +1 @@
2017-06-14 7b29d54acf1c4823882c0786d2367694a93304b2

View File

@ -0,0 +1,6 @@
base
os
platform_session
block_session
report_session
timer_session

View File

@ -0,0 +1,2 @@
SRC_DIR = include/file_system src/server/fs_rom
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2017-06-15-a 5d27c492d680bccb258fe2fdb6486686647a5b24

View File

@ -0,0 +1,3 @@
base
os
file_system_session

View File

@ -0,0 +1,2 @@
SRC_DIR = include/file_system include/ram_fs src/server/ram_fs
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2017-06-15-c 62fda993fbcfc481dce171f7f7d202b2d286b9d8

View File

@ -0,0 +1,3 @@
base
os
file_system_session

View File

@ -0,0 +1,2 @@
SRC_DIR = src/drivers/usb_block
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2017-06-27-a db6ff9a82b9a91014b12a760175158671d552380

View File

@ -0,0 +1,6 @@
base
os
block_session
report_session
usb_session
timer_session