aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bbappend
AgeCommit message (Collapse)Author
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-06-22matchbox-keyboard: fix warning for scriptlet failureAwais Belal
The GTK module scriptlet fails to run as it utilizes qemu which is currently not working for our BSPs due to lack of a few instructions emulation on the qemu platform and warnings are generated although the scriptlet is deffered till first boot. The following warning is seen: WARNING: Intentionally failing postinstall scriptlets of ['matchbox-keyboard-im', 'eudev-hwdb'] to defer them to first boot is deprecated. Please place them into pkg_postinst_ontarget_${PN} (). We now defer the scriptlet forcefully till the first boot to cover up for the warning. Signed-off-by: Awais Belal <awais_belal@mentor.com>