mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
depot: recipes for ahci, fs_rom, ram_fs, usb_block
This commit is contained in:
parent
50a1b84308
commit
18cea099f0
11
repos/os/recipes/src/ahci_drv/content.mk
Normal file
11
repos/os/recipes/src/ahci_drv/content.mk
Normal 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)
|
||||||
|
|
1
repos/os/recipes/src/ahci_drv/hash
Normal file
1
repos/os/recipes/src/ahci_drv/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2017-06-14 7b29d54acf1c4823882c0786d2367694a93304b2
|
6
repos/os/recipes/src/ahci_drv/used_apis
Normal file
6
repos/os/recipes/src/ahci_drv/used_apis
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
base
|
||||||
|
os
|
||||||
|
platform_session
|
||||||
|
block_session
|
||||||
|
report_session
|
||||||
|
timer_session
|
2
repos/os/recipes/src/fs_rom/content.mk
Normal file
2
repos/os/recipes/src/fs_rom/content.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SRC_DIR = include/file_system src/server/fs_rom
|
||||||
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/os/recipes/src/fs_rom/hash
Normal file
1
repos/os/recipes/src/fs_rom/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2017-06-15-a 5d27c492d680bccb258fe2fdb6486686647a5b24
|
3
repos/os/recipes/src/fs_rom/used_apis
Normal file
3
repos/os/recipes/src/fs_rom/used_apis
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
base
|
||||||
|
os
|
||||||
|
file_system_session
|
2
repos/os/recipes/src/ram_fs/content.mk
Normal file
2
repos/os/recipes/src/ram_fs/content.mk
Normal 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
|
1
repos/os/recipes/src/ram_fs/hash
Normal file
1
repos/os/recipes/src/ram_fs/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2017-06-15-c 62fda993fbcfc481dce171f7f7d202b2d286b9d8
|
3
repos/os/recipes/src/ram_fs/used_apis
Normal file
3
repos/os/recipes/src/ram_fs/used_apis
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
base
|
||||||
|
os
|
||||||
|
file_system_session
|
2
repos/os/recipes/src/usb_block_drv/content.mk
Normal file
2
repos/os/recipes/src/usb_block_drv/content.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SRC_DIR = src/drivers/usb_block
|
||||||
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/os/recipes/src/usb_block_drv/hash
Normal file
1
repos/os/recipes/src/usb_block_drv/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2017-06-27-a db6ff9a82b9a91014b12a760175158671d552380
|
6
repos/os/recipes/src/usb_block_drv/used_apis
Normal file
6
repos/os/recipes/src/usb_block_drv/used_apis
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
base
|
||||||
|
os
|
||||||
|
block_session
|
||||||
|
report_session
|
||||||
|
usb_session
|
||||||
|
timer_session
|
Loading…
x
Reference in New Issue
Block a user