Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Quickstart example

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.

Install

The recommended way to install this library isthrough composer.New to composer?

{"require": {"clue/bitbake-react":"dev-master"    }}

License

MIT

About

Programatically control your bitbake build shell, built on top of React PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp