- Notifications
You must be signed in to change notification settings - Fork2
Programatically control your bitbake build shell, built on top of React PHP
License
NotificationsYou must be signed in to change notification settings
clue/bitbake-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Programmatically control yourbitbake build shell, built on top ofReact PHP.
Note: This project is in early alpha stage! Feel free to report any issues you encounter.
Onceinstalled, you can use the following code to tell bitbake tobuild the linux kernel:
$loop =React\EventLoop\Factory::create();$launcher =newLauncher($loop);$launcher->setBinSsh('my-build-hostname.local','~/path/to/bitbake');$shell =$launcher->launchInteractiveShell();$shell->build('linux')->then(function ($output) {echo'Successfully compiled:' .$output .PHP_EOL;});$shell->end();$loop->run();
See also theexamples.
The recommended way to install this library isthrough composer.New to composer?
{"require": {"clue/bitbake-react":"dev-master" }}MIT
About
Programatically control your bitbake build shell, built on top of React PHP
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published