diff options
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index e69de29bb2..efc550e9fe 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Packages that are compatible with the OpenSlug firmware" +LICENSE = MIT +PR = "r2" + +ALLOW_EMPTY = 1 +PACKAGES = "${PN}" + +OPENSLUG_PACKAGES = "\ + atftp \ + bash \ + bluez-utils-nodbus \ + coreutils \ + miau \ + microcom \ + mgetty \ + mt-daapd \ + muxsshssl \ + nail \ + openssh \ + ppp puppy \ + strace sudo \ + " + +BROKEN_PACKAGES = "\ + " + +DEPENDS = 'openslug-image \ + ${OPENSLUG_PACKAGES}' |