Lines Matching full:your
12 you to extract a targeted repositories source code into your local bitbake
36 Your diff should look something like this:
53 3. Rebuild the flash image which will now include your change
56 from your previous build, only building what is new.
62 Follow the steps in the first tutorial to load your new image into a QEMU
65 4. Confirm your "Hello World" made it into the new image
67 After you login to your QEMU session, verify the message is in the journal
88 1. Modify your hello world
94 Change your cout to "Hello World Again"
100 phosphor-state-manager repo to pick up your new hello world change.
106 Your new binary will be located at the following location relative to your
110 3. Create a safe file system for your application
112 Now is time to load your Hello World application in to QEMU virtual hardware.
114 first so you could simply scp your application in to /usr/local/bin, run it
116 launching your applications via systemd services you will hit problems since
130 4. scp this binary onto your QEMU instance
133 to run from your phosphor-state-manager directory. If you chose your own port
148 2. Run the application in your QEMU session:
154 You'll see your "Hello World Again" message displayed. Ctrl^C to end that
162 state service and have it pick up your new application:
168 Since systemd started your service, the "Hello World Again" will not be