summaryrefslogtreecommitdiffstats
path: root/recipes-support/jhi
Commit message (Collapse)AuthorAgeFilesLines
* jhi: remove recipe and testAnuj Mittal2023-03-151-72/+0
| | | | | | This project is no longer maintained. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-311-11/+11
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.39 -> 1.41Anuj Mittal2021-01-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.38 -> 1.39Anuj Mittal2020-11-251-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: check for upstream commitsAnuj Mittal2020-10-161-0/+2
| | | | | | | | 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>
* jhi: upgrade 1.37 -> 1.38Anuj Mittal2020-10-021-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: enable service using SvsVinitNaveen Saini2020-05-181-1/+5
| | | | | | | 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>
* jhi: specify the systemd service fileAnuj Mittal2020-05-151-2/+2
| | | | | | | Ensures that we actually include the postinst script with this service file in the rpm. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: split installation of appletsAnuj Mittal2020-05-111-3/+3
| | | | | | | 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>
* jhi: upgrade 1.33 -> 1.37Naveen Saini2020-05-051-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: remove the executable bit from recipeAnuj Mittal2019-08-211-0/+0
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: fix QA failure for multilib buildNaveen Saini2019-07-251-0/+1
| | | | | | | | | 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>
* jhi: correct applets installation path for smoketestNaveen Saini2019-07-101-3/+3
| | | | | | | | | 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>
* jhi: DAL JHI recipe to enable DAL applet communicationNaveen Saini2019-06-181-0/+65
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>