Skip to content

Commit

Permalink
update layer
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Mar 7, 2020
1 parent 3d2c20a commit ac1afde
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
8 changes: 5 additions & 3 deletions conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ DISTRO = "calaos"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough
BB_GENERATE_MIRROR_TARBALLS = "0"

PREFERRED_VERSION_linux-intel ?= "4.19.%"
#PREFERRED_VERSION_linux-intel ?= "4.19.%"

# Disable build time patch resolution. This would lauch a devshell
# and wait for manual intervention. We disable it.
PATCHRESOLVE = "noop"

PACKAGE_CLASSES ?= "package_ipk"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile"
USER_CLASSES ?= "buildstats image-mklibs"

BB_DISKMON_DIRS = "\
Expand All @@ -43,5 +43,7 @@ LICENSE_FLAGS_WHITELIST = "commercial"

#enable PR service
PRSERV_HOST = "localhost:0"
#PACKAGE_FEED_URIS = "http://calaos-os:8000"

#Enable this to configure opkg to use this host as a package provider
PACKAGE_FEED_URIS = "http://192.168.0.12:8000"

24 changes: 12 additions & 12 deletions src/layers.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
bitbake,git://github.com/openembedded/bitbake.git,1.40,8a58c3c64240c6ab14858d18e6b89febdb315311
meta-calaos,https://github.com/calaos/meta-calaos.git,master,230bf88d529bddd501f4240212a5b275e39a1e71
meta-fsl-arm,https://github.com/Freescale/meta-freescale,thud,8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741
meta-fsl-arm-extra,https://github.com/Freescale/meta-freescale-3rdparty,thud,545e8094a140231e78b9284c3a3d94fcc573ae98
meta-intel,git://git.yoctoproject.org/meta-intel,thud,c200851435f39acd2fe4abbf7a05fbf617833964
bitbake,git://github.com/openembedded/bitbake.git,1.42,4ce50bbd34eefeabfeca89a6a66c71598d3c58f6
meta-calaos,https://github.com/calaos/meta-calaos.git,master,f72088a382b57a285525ea931c7ce1e9944da91c
meta-fsl-arm,https://github.com/Freescale/meta-freescale,warrior,0bde01370b18adf36fb59b87b661c9272fecbce2
meta-fsl-arm-extra,https://github.com/Freescale/meta-freescale-3rdparty,warrior,da422478d38e744283bcf61123c4a526396c7030
meta-intel,git://git.yoctoproject.org/meta-intel,warrior,29ee4852a05931dcf856670d9d8a3c3077a40fe8
meta-nodejs,https://github.com/huseyinkozan/meta-nodejs,master,a3f3226ed8359e6972f47dd8ae3028f36393f2e3
meta-openembedded,git://git.openembedded.org/meta-openembedded,thud,2d088d252624b19df384aecc434d23afb636178f
meta-qt5,https://github.com/meta-qt5/meta-qt5.git,warrior,dc2dedef9961950b88f4245ba7499538ec4244ab
meta-openembedded,git://git.openembedded.org/meta-openembedded,warrior,a24acf94d48d635eca668ea34598c6e5c857e3f8
meta-qt5,https://github.com/meta-qt5/meta-qt5.git,warrior,171871280307126c94faeeb90fb635a26495459d
meta-qt5-rpi-eglfs,https://github.com/mickey-happygolucky/meta-qt5-rpi-eglfs.git,master,b6f7a7e174b958638b2983a038f0ccd92632deb4
meta-raspberrypi,git://git.yoctoproject.org/meta-raspberrypi,thud,89bdf97beaf3b136c24c4d6f86c0bcbb47fe3043
meta-sunxi,https://github.com/linux-sunxi/meta-sunxi,thud,26f427cae55603620b64fd5d383d70ea8ff18aa8
meta-ti,git://git.yoctoproject.org/meta-ti,thud,21aa1f94b6d6eea7001b828ad80e7770e4d1753d
meta-yocto,git://git.yoctoproject.org/meta-yocto,thud,9a1d9fd77e2dd2d324654755633e143ef7730dc5
oe-core,https://github.com/openembedded/openembedded-core,thud,d3d3f443039b03f1200a14bfe99f985592632018
meta-raspberrypi,git://git.yoctoproject.org/meta-raspberrypi,warrior,2f0fa9a087b9ded28797d3087ccfa8f48bf5dd13
meta-sunxi,https://github.com/linux-sunxi/meta-sunxi,warrior,345cd0d0237bdacd129a941dba5075cc07f31e6f
meta-ti,git://git.yoctoproject.org/meta-ti,thud,e5da84ec50a46ca73c2efbdaa376d30183562986
meta-yocto,git://git.yoctoproject.org/meta-yocto,warrior,a6f2b72a6044dc8c48a331e21afe7a83a113e038
oe-core,https://github.com/openembedded/openembedded-core,warrior,0a1b1e88b936177344392e185fbd077622d88b3e

0 comments on commit ac1afde

Please sign in to comment.