aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/jhi
AgeCommit message (Collapse)Author
2020-10-16jhi: check for upstream commitsAnuj Mittal
The project doesn't tag releases and pushes everything as one commit whenever there's a new version. So follow the commits - whenever there's one available, we should upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02jhi: upgrade 1.37 -> 1.38Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-18jhi: enable service using SvsVinitNaveen Saini
Set INITSCRIPT variables to invoke jhi service on boot Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-15jhi: specify the systemd service fileAnuj Mittal
Ensures that we actually include the postinst script with this service file in the rpm. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-11jhi: split installation of appletsAnuj Mittal
Make sure applets needed for test go to test package and SpoolerApplet goes to jhi package. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-05jhi: upgrade 1.33 -> 1.37Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-21jhi: remove the executable bit from recipeAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-25jhi: fix QA failure for multilib buildNaveen Saini
systemd-tmpfiles uses the configuration files from the /usr/lib/tmpfiles.d/*.conf location, so use ${nonarch_libdir} to set FILES path. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10jhi: correct applets installation path for smoketestNaveen Saini
Even though jhi.conf allows to set applets_dir at runtime but better to install testing applets at default path required for smoketest. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-06-18jhi: DAL JHI recipe to enable DAL applet communicationNaveen Saini
It allow user space applications to install Java applets on DAL FW and communicate with them. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>