summaryrefslogtreecommitdiff
path: root/recipes-extended
AgeCommit message (Collapse)AuthorFilesLines
2014-10-16Do not depend on pam pluginsKévin THIERRY1-1/+1
Yocto pam package provides pam plugins that are not available in Tizen pam package that we use thus we need to remove dependency to those plugins. Change-Id: I0d05593accec4ae78a0407a7e912139299e91623 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-07-23Rename shadow_%.bbappendRonan Le Martret1-0/+0
Change-Id: I8a14f2e95904781df9b440d4c2c85aa8a529503d Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-07-04recipes: use wildcard bbappendsRoss Burton2-0/+0
For recipes where the bbappend is a simple tweak, use a wildcard bbappend so that the append doesn't have to be updated every time oe-core changes. Change-Id: Icd992d4f09c7db24aa82cd151b3a9209d8f39caf Signed-off-by: Ross Burton <ross.burton@intel.com>
2014-06-25Remove pam rule for screenKévin THIERRY1-0/+4
This rule depends on another inexistent rule and doesn't exist in Tizen Common. Change-Id: I3e361af479d0f35e88e2d95caa9b41262ffd6351 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-06-25Remove shadow pam rules that are not in TizenKévin THIERRY1-0/+14
Remove upstream pam rules that are added in Poky but are not present in Tizen Common. Creating rules to replace those ones in Tizen Common could be a good idea. Note that shadow is used in the Yocto build instead of pwdutils in Tizen Common. Change-Id: I9620e4267d20d5693b38c2d03af70c1de6f20a51 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-06-25Add sudo pam rule from TizenKévin THIERRY2-0/+16
Use sudo pam rule from Tizen instead of the one provided by Yocto (upstream rule). Change-Id: I1dc518294faf334364ad533c3b9876b0eca730da Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-06-17Fix shadow pam conf file.Ronan Le Martret11-0/+98
Change-Id: Ifb742d915566eefd9677cd57bc4708e1173fc200 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-05-31Modify pam rulesRonan Le Martret23-1199/+0
Change-Id: I0c3cc886f0441e5b34930e9d5468c725dc64c5ec Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-05-30Remove pam_systemd for user sessionRonan Le Martret1-1/+1
Change-Id: I60fd0ac6747e4d93986263efb79afa34c91c1e21 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-05-22Add tizen patches to pamKévin THIERRY23-0/+1199
Also enforce the build of the pam module in the image recipe. This might not be necessary, if that's the case, please remove it. Change-Id: I21aa5d6c8a4742cd90f793052b7b55dda414eecc Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>