meta-openembedded/meta-oe
Hongzhi.Song 665235b74a numactl: fix a error about lib32-numactl
lib32-numactl has a error:
root@intel-x86-64:~# numademo -t -e 1M
Configured Nodes does not match available memory nodes

That's because (long long int) is assigned to (long int).
This will cause (long int) overflow on 32bit system.

Unify variable types and fix it.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-23 08:33:10 -07:00
..
classes gitver: Pass git directory argument to gitrev_run 2019-06-15 17:17:09 -07:00
conf cryptsetup: add libdevmapper to RDEPENDS 2019-08-31 01:24:55 -07:00
lib/oeqa/selftest/cases
licenses safec: Add Safe C license 2019-06-21 06:22:19 -07:00
recipes-benchmark analyze-suspend: update to 5.5 2019-09-12 12:57:44 -07:00
recipes-bsp lmsensors: add a PACKAGECONFIG for sensord 2019-09-16 18:24:48 -07:00
recipes-connectivity iwd: update to 0.20 2019-09-16 07:10:03 -07:00
recipes-core safec: Upgrade to 3.5 release 2019-09-11 13:51:15 -07:00
recipes-crypto cryptsetup: upgrade 2.2.0 -> 2.2.1 2019-09-19 00:09:43 -07:00
recipes-dbs mongodb: bump to version 4.2.0+git18ce5c9 2019-09-22 08:13:17 -07:00
recipes-devtools python-cpuset: update to 1.6 2019-09-16 07:10:03 -07:00
recipes-extended rrdtool: suppress appending of installation to perllocal.pod 2019-09-23 08:33:10 -07:00
recipes-gnome gnome-themes-standard: Update to version 3.28 2019-08-17 22:56:49 -07:00
recipes-graphics jasper: update to 2.0.16 2019-09-23 08:33:10 -07:00
recipes-kernel kernel-selftest: Exclude from world builds 2019-09-18 18:51:03 -07:00
recipes-multimedia live555: Switch SRC_URI where archives are kept for longer 2019-09-18 18:48:55 -07:00
recipes-navigation gpsd: gpscat no longer uses python-curses in 3.19 2019-09-04 07:27:06 -07:00
recipes-security Adapt to the lsb -> lsb-release change in OE-core 2019-08-29 09:06:54 -07:00
recipes-shells tcsh: upgrade 6.20.00 -> 6.21.00 2019-07-10 09:24:32 -07:00
recipes-support numactl: fix a error about lib32-numactl 2019-09-23 08:33:10 -07:00
recipes-test catch2: update to 2.9.2 2019-09-16 18:24:48 -07:00
COPYING.MIT
README

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj <raj.khem@gmail.com>