diff options
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session new file mode 100755 index 0000000000..ef608f5a28 --- /dev/null +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -0,0 +1,4 @@ +#!/bin/sh +matchbox-desktop --icon-size 48 & +matchbox-panel --default-apps mb-applet-battery,mb-applet-clock & +exec matchbox-window-manager $@ diff --git a/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb new file mode 100644 index 0000000000..0d4edc3404 --- /dev/null +++ b/openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Custom MB session files for poky" +LICENSE = "GPL" +SECTION = "x11" +PR = "r0" + +SRC_URI = "file://etc" +S = ${WORKDIR} + +do_install() { + cp -R ${S}/etc ${D}/etc + chmod -R 755 ${D}/etc +}
\ No newline at end of file |