diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-12 06:43:05 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-12 06:47:45 +0100 |
commit | f5ab6d0e02e4ba4e33821beff0a5e88dfbe4bb19 (patch) | |
tree | 5a4d1769b7abb638767be72db22d2ed1ab62c2ed | |
parent | b4c367ece679123a2a6ff4233e834e07e95df4a8 (diff) | |
download | meta-raspberrypi-f5ab6d0e02e4ba4e33821beff0a5e88dfbe4bb19.tar.gz |
recipes.txt: Add recipes-bcm.
-rwxr-xr-x[-rw-r--r--] | recipes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes.txt b/recipes.txt index 84d0725..820478b 100644..100755 --- a/recipes.txt +++ b/recipes.txt | |||
@@ -1,6 +1,7 @@ | |||
1 | recipes-binary - Binary only firmware recipes. | 1 | recipes-bcm - Broadcom specific recipes and tweaks (including binary only bootloader). |
2 | recipes-bsp - Anything with links to the RaspberryPi hardware configuration information. | 2 | recipes-bsp - Anything with links to the RaspberryPi hardware configuration information. |
3 | recipes-core - Extensions to existing upstream core recipes. | 3 | recipes-core - Extensions to existing upstream core recipes. |
4 | recipes-devices - Device drivers/Init scripts. | 4 | recipes-devices - Device drivers/Init scripts. |
5 | recipes-graphics - XOrg Config and such. | 5 | recipes-graphics - XOrg Config and such. |
6 | recipes-kernel - The RaspberryPi kernel recipes and anything with strong kernel dependencies. | 6 | recipes-kernel - The RaspberryPi kernel recipes and anything with strong kernel dependencies. |
7 | |||