Lines Matching +full:openembedded +full:- +full:core
1 meta-perl
3 This layer provides commonly-used perl related recipes such as perl libraries
7 -----------------
12 -- libdbi-perl --
17 |<- Scope of DBI ->|
18 .-. .--------------. .-------------.
19 .-------. | |---| XYZ Driver |---| XYZ Engine |
20 | Perl | | | `--------------' `-------------'
21 | script| |A| |D| .--------------. .-------------.
22 | using |--|P|--|B|---|Oracle Driver |---|Oracle Engine|
23 | DBI | |I| |I| `--------------' `-------------'
26 `-------' | |...
27 `-'
29 -- libdbd-sqlite-perl --
39 IMAGE_INSTALL:append = " libdbd-sqlite-perl"
42 2) build core-image-sato and boot the target
44 3) run "sqlite-perl-test.pl" on target. This script includes five
50 ------------
54 URI: git://git.openembedded.org/openembedded-core
57 Adding the meta-perl layer to your build
58 ---------------------------------------
63 Assuming the meta-perl layer exists at the top-level of your
65 location of the meta-perl layer to bblayers.conf, along with any
69 /path/to/oe-core/meta \
70 /path/to/layer/meta-perl \
73 -----------
75 Send patches / pull requests to openembedded-devel@lists.openembedded.org with
76 '[meta-perl][kirkstone]' in the subject.
79 git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-perl][ki…
85 -------