{"id":18678324,"url":"https://github.com/vitalibo/bitbake-intellij-plugin","last_synced_at":"2025-06-30T20:03:26.873Z","repository":{"id":41290957,"uuid":"280543298","full_name":"vitalibo/bitbake-intellij-plugin","owner":"vitalibo","description":"IntelliJ Platform plugin for support BitBake syntax","archived":false,"fork":false,"pushed_at":"2024-08-12T09:05:38.000Z","size":117,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T22:06:24.416Z","etag":null,"topics":["bitbake","intellij-plugin","yocto"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitalibo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-17T23:21:36.000Z","updated_at":"2024-08-09T10:14:53.000Z","dependencies_parsed_at":"2024-11-07T09:39:09.671Z","dependency_job_id":null,"html_url":"https://github.com/vitalibo/bitbake-intellij-plugin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vitalibo/bitbake-intellij-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fbitbake-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fbitbake-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fbitbake-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fbitbake-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitalibo","download_url":"https://codeload.github.com/vitalibo/bitbake-intellij-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fbitbake-intellij-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262842891,"owners_count":23373162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbake","intellij-plugin","yocto"],"created_at":"2024-11-07T09:37:13.578Z","updated_at":"2025-06-30T20:03:26.625Z","avatar_url":"https://github.com/vitalibo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitBake IntelliJ Plugin\n\nHighlight `.bb`/`.bbappend`/`.bbclass`/`.inc` files in JetBrains IDEs to make working with BitBake-based projects (like\nanything based on Yocto Project) easier.\n\n![](.screenshot.png)\n\n## How to install\n\nThe easiest way is to just install the plugin from the official JetBrains Marketplace:\n\n[![Get from Marketplace](https://user-images.githubusercontent.com/5559994/177139564-fa340c42-93a7-4d07-ab1d-ee26ef62b947.png)](https://plugins.jetbrains.com/plugin/19471-bitbake)\n\nOr you can download the [latest release](../../releases/) and install it in your favourite JetBrains IDE like this:  \n*File ➜ Settings... ➜ Plugins ➜ ⚙️ Gear Button (Manage Repositories, Configure Proxy or Install Plugin from Disk) ➜\nInstall Plugin from Disk...*\n\n## How to build\nIf you have Git, Gradle and Java installed, just use the following command to build the plugin:\n\n```shell\ngradle build -Pversion=$(git describe --dirty --tags --always)\n```\n\nThe installable `.zip` file of the plugin can then be found in `build/distributions`.\n\n\u003cdetails\u003e\n\u003csummary\u003eAlternatives without installing Gradle \u0026 Java system-wide\u003c/summary\u003e\n\nIf you don't want to install Gradle \u0026 Java locally, you can use e. g. Docker or Podman:\n```shell\n$ docker run --rm -it -u \"$(id -u)\" \\\n    -v \"$(pwd)\":/home/gradle/project -w /home/gradle/project \\\n    docker.io/library/gradle:7.4-jdk11 bash\n$ gradle build -Pversion=$(git describe --dirty --tags --always)\n```\n\nYou can also use Conda to install Gradle \u0026 Java in a separate environment:\n```shell\n$ conda create -n jetbrains-plugin-development -c conda-forge gradle=7.4.* openjdk=11.*.*\n$ conda activate jetbrains-plugin-development\n$ gradle build -Pversion=$(git describe --dirty --tags --always)\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalibo%2Fbitbake-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitalibo%2Fbitbake-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalibo%2Fbitbake-intellij-plugin/lists"}